Show / Hide Table of Contents

Class SecurityConfigurationState

Inheritance
System.Object
InputArgs
ResourceArgs
SecurityConfigurationState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Emr
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SecurityConfigurationState : ResourceArgs

Constructors

View Source

SecurityConfigurationState()

Declaration
public SecurityConfigurationState()

Properties

View Source

Configuration

A JSON formatted Security Configuration

Declaration
public Input<string> Configuration { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CreationDate

Date the Security Configuration was created

Declaration
public Input<string> CreationDate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the EMR Security Configuration. By default generated by this provider.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NamePrefix

Creates a unique name beginning with the specified prefix. Conflicts with name.

Declaration
public Input<string> NamePrefix { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.