Show / Hide Table of Contents

Class SecurityConfigurationReference

A reference to a SecurityConfiguration resource.

Inheritance
object
SecurityConfigurationReference
Implements
ISecurityConfigurationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.EMRContainers
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SecurityConfigurationReference : ISecurityConfigurationReference
Syntax (vb)
Public Class SecurityConfigurationReference Implements ISecurityConfigurationReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.EMRContainers;

            var securityConfigurationReference = new SecurityConfigurationReference {
                SecurityConfigurationArn = "securityConfigurationArn"
            };

Synopsis

Constructors

SecurityConfigurationReference()

A reference to a SecurityConfiguration resource.

Properties

SecurityConfigurationArn

The Arn of the SecurityConfiguration resource.

Constructors

SecurityConfigurationReference()

A reference to a SecurityConfiguration resource.

public SecurityConfigurationReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.EMRContainers;

            var securityConfigurationReference = new SecurityConfigurationReference {
                SecurityConfigurationArn = "securityConfigurationArn"
            };

Properties

SecurityConfigurationArn

The Arn of the SecurityConfiguration resource.

public string SecurityConfigurationArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ISecurityConfigurationReference
Back to top Generated by DocFX