Class SecurityConfigurationReference
A reference to a SecurityConfiguration resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated