Show / Hide Table of Contents

Class SecurityProfileReference

A reference to a SecurityProfile resource.

Inheritance
object
SecurityProfileReference
Implements
ISecurityProfileReference
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.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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ISecurityProfileReference
Back to top Generated by DocFX