Show / Hide Table of Contents

Class CfnSecurityProfile

Creates a security profile.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnSecurityProfile
Implements
IInspectable
ITaggableV2
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSecurityProfile : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnSecurityProfile Inherits CfnResource Implements IInspectable, ITaggableV2
Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

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.AWS.Connect;

             var cfnSecurityProfile = new CfnSecurityProfile(this, "MyCfnSecurityProfile", new CfnSecurityProfileProps {
                 InstanceArn = "instanceArn",
                 SecurityProfileName = "securityProfileName",

                 // the properties below are optional
                 AllowedAccessControlHierarchyGroupId = "allowedAccessControlHierarchyGroupId",
                 AllowedAccessControlTags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 Applications = new [] { new ApplicationProperty {
                     ApplicationPermissions = new [] { "applicationPermissions" },
                     Namespace = "namespace"
                 } },
                 Description = "description",
                 HierarchyRestrictedResources = new [] { "hierarchyRestrictedResources" },
                 Permissions = new [] { "permissions" },
                 TagRestrictedResources = new [] { "tagRestrictedResources" },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnSecurityProfile(Construct, string, ICfnSecurityProfileProps)

Creates a security profile.

Properties

AllowedAccessControlHierarchyGroupId

The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.

AllowedAccessControlTags

The list of tags that a security profile uses to restrict access to resources in Amazon Connect.

Applications

A list of third-party applications that the security profile will give access to.

AttrLastModifiedRegion

The AWS Region where this resource was last modified.

AttrLastModifiedTime

The timestamp when this resource was last modified.

AttrSecurityProfileArn

The Amazon Resource Name (ARN) of the security profile.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CdkTagManager

Tag Manager which manages the tags for this resource.

CfnProperties

Creates a security profile.

Description

The description of the security profile.

HierarchyRestrictedResources

The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.

InstanceArn

The identifier of the Amazon Connect instance.

Permissions

Permissions assigned to the security profile.

SecurityProfileName

The name for the security profile.

TagRestrictedResources

The list of resources that a security profile applies tag restrictions to in Amazon Connect.

Tags

The tags used to organize, track, or control access for this resource.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<string, object>)

Creates a security profile.

Constructors

CfnSecurityProfile(Construct, string, ICfnSecurityProfileProps)

Creates a security profile.

public CfnSecurityProfile(Construct scope, string id, ICfnSecurityProfileProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnSecurityProfileProps

Resource properties.

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

Properties

AllowedAccessControlHierarchyGroupId

The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.

public virtual string? AllowedAccessControlHierarchyGroupId { get; set; }
Property Value

string

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

AllowedAccessControlTags

The list of tags that a security profile uses to restrict access to resources in Amazon Connect.

public virtual object? AllowedAccessControlTags { get; set; }
Property Value

object

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

Applications

A list of third-party applications that the security profile will give access to.

public virtual object? Applications { get; set; }
Property Value

object

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

AttrLastModifiedRegion

The AWS Region where this resource was last modified.

public virtual string AttrLastModifiedRegion { get; }
Property Value

string

Remarks

CloudformationAttribute: LastModifiedRegion

AttrLastModifiedTime

The timestamp when this resource was last modified.

public virtual IResolvable AttrLastModifiedTime { get; }
Property Value

IResolvable

Remarks

CloudformationAttribute: LastModifiedTime

AttrSecurityProfileArn

The Amazon Resource Name (ARN) of the security profile.

public virtual string AttrSecurityProfileArn { get; }
Property Value

string

Remarks

CloudformationAttribute: SecurityProfileArn

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

CdkTagManager

Tag Manager which manages the tags for this resource.

public virtual TagManager CdkTagManager { get; }
Property Value

TagManager

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

CfnProperties

Creates a security profile.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

Description

The description of the security profile.

public virtual string? Description { get; set; }
Property Value

string

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

HierarchyRestrictedResources

The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.

public virtual string[]? HierarchyRestrictedResources { get; set; }
Property Value

string[]

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

InstanceArn

The identifier of the Amazon Connect instance.

public virtual string InstanceArn { get; set; }
Property Value

string

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

Permissions

Permissions assigned to the security profile.

public virtual string[]? Permissions { get; set; }
Property Value

string[]

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

SecurityProfileName

The name for the security profile.

public virtual string SecurityProfileName { get; set; }
Property Value

string

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

TagRestrictedResources

The list of resources that a security profile applies tag restrictions to in Amazon Connect.

public virtual string[]? TagRestrictedResources { get; set; }
Property Value

string[]

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

Tags

The tags used to organize, track, or control access for this resource.

public virtual ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

Creates a security profile.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide . For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html

CloudformationResource: AWS::Connect::SecurityProfile

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITaggableV2
Back to top Generated by DocFX