Interface ISecurityConfigurationReference
A reference to a SecurityConfiguration resource.
Namespace: Amazon.CDK.Interfaces.EMR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISecurityConfigurationReference
Syntax (vb)
Public Interface 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.EMR;
var securityConfigurationReference = new SecurityConfigurationReference {
SecurityConfigurationName = "securityConfigurationName"
};
Synopsis
Properties
| SecurityConfigurationName | The Name of the SecurityConfiguration resource. |
Properties
SecurityConfigurationName
The Name of the SecurityConfiguration resource.
string SecurityConfigurationName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated