Class SecurityProfileReference
A reference to a SecurityProfile resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SecurityProfileReference : ISecurityProfileReference
Syntax (vb)
Public Class SecurityProfileReference Implements ISecurityProfileReference
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.Connect;
var securityProfileReference = new SecurityProfileReference {
SecurityProfileArn = "securityProfileArn"
};
Synopsis
Constructors
| SecurityProfileReference() | A reference to a SecurityProfile resource. |
Properties
| SecurityProfileArn | The SecurityProfileArn of the SecurityProfile resource. |
Constructors
SecurityProfileReference()
A reference to a SecurityProfile resource.
public SecurityProfileReference()
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.Connect;
var securityProfileReference = new SecurityProfileReference {
SecurityProfileArn = "securityProfileArn"
};
Properties
SecurityProfileArn
The SecurityProfileArn of the SecurityProfile resource.
public string SecurityProfileArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated