Show / Hide Table of Contents

Class CfnView

Creates a customer-managed view in the published state within the specified instance.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnView
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 CfnView : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnView Inherits CfnResource Implements IInspectable, ITaggableV2
Remarks

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

CloudformationResource: AWS::Connect::View

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 template;

             var cfnView = new CfnView(this, "MyCfnView", new CfnViewProps {
                 Actions = new [] { "actions" },
                 InstanceArn = "instanceArn",
                 Name = "name",
                 Template = template,

                 // the properties below are optional
                 Description = "description",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnView(Construct, string, ICfnViewProps)

Creates a customer-managed view in the published state within the specified instance.

Properties

Actions

A list of actions possible from the view.

AttrViewArn

The unqualified Amazon Resource Name (ARN) of the view.

AttrViewContentSha256

Indicates the checksum value of the latest published view content.

AttrViewId

The identifier of the view.

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 customer-managed view in the published state within the specified instance.

Description

The description of the view.

InstanceArn

The Amazon Resource Name (ARN) of the instance.

Name

The name of the view.

Tags

The tags associated with the view resource (not specific to view version).

Template

The view template representing the structure of the view.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<string, object>)

Creates a customer-managed view in the published state within the specified instance.

Constructors

CfnView(Construct, string, ICfnViewProps)

Creates a customer-managed view in the published state within the specified instance.

public CfnView(Construct scope, string id, ICfnViewProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

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

props ICfnViewProps

Resource properties.

Remarks

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

CloudformationResource: AWS::Connect::View

ExampleMetadata: fixture=_generated

Properties

Actions

A list of actions possible from the view.

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

string[]

Remarks

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

CloudformationResource: AWS::Connect::View

ExampleMetadata: fixture=_generated

AttrViewArn

The unqualified Amazon Resource Name (ARN) of the view.

public virtual string AttrViewArn { get; }
Property Value

string

Remarks

For example:

arn:<partition>:connect:<region>:<accountId>:instance/00000000-0000-0000-0000-000000000000/view/00000000-0000-0000-0000-000000000000

CloudformationAttribute: ViewArn

AttrViewContentSha256

Indicates the checksum value of the latest published view content.

public virtual string AttrViewContentSha256 { get; }
Property Value

string

Remarks

CloudformationAttribute: ViewContentSha256

AttrViewId

The identifier of the view.

public virtual string AttrViewId { get; }
Property Value

string

Remarks

CloudformationAttribute: ViewId

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

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

CloudformationResource: AWS::Connect::View

ExampleMetadata: fixture=_generated

CdkTagManager

Tag Manager which manages the tags for this resource.

public virtual TagManager CdkTagManager { get; }
Property Value

TagManager

Remarks

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

CloudformationResource: AWS::Connect::View

ExampleMetadata: fixture=_generated

CfnProperties

Creates a customer-managed view in the published state within the specified instance.

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

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

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

CloudformationResource: AWS::Connect::View

ExampleMetadata: fixture=_generated

Description

The description of the view.

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

string

Remarks

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

CloudformationResource: AWS::Connect::View

ExampleMetadata: fixture=_generated

InstanceArn

The Amazon Resource Name (ARN) of the instance.

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

string

Remarks

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

CloudformationResource: AWS::Connect::View

ExampleMetadata: fixture=_generated

Name

The name of the view.

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

string

Remarks

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

CloudformationResource: AWS::Connect::View

ExampleMetadata: fixture=_generated

Tags

The tags associated with the view resource (not specific to view version).

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

ICfnTag[]

Remarks

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

CloudformationResource: AWS::Connect::View

ExampleMetadata: fixture=_generated

Template

The view template representing the structure of the view.

public virtual object Template { get; set; }
Property Value

object

Remarks

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

CloudformationResource: AWS::Connect::View

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

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

CloudformationResource: AWS::Connect::View

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

Creates a customer-managed view in the published state within the specified instance.

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

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

CloudformationResource: AWS::Connect::View

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITaggableV2
Back to top Generated by DocFX