Show / Hide Table of Contents

Class CfnFolder

Creates an empty shared folder.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnFolder
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.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFolder : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnFolder Inherits CfnResource Implements IInspectable, ITaggableV2
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

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.QuickSight;

             var cfnFolder = new CfnFolder(this, "MyCfnFolder", new CfnFolderProps {
                 AwsAccountId = "awsAccountId",
                 FolderId = "folderId",
                 FolderType = "folderType",
                 Name = "name",
                 ParentFolderArn = "parentFolderArn",
                 Permissions = new [] { new ResourcePermissionProperty {
                     Actions = new [] { "actions" },
                     Principal = "principal"
                 } },
                 SharingModel = "sharingModel",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnFolder(Construct, string, ICfnFolderProps?)

Creates an empty shared folder.

Properties

AttrArn

The Amazon Resource Name (ARN) for the folder.

AttrCreatedTime

The time that the folder was created.

AttrLastUpdatedTime

The time that the folder was last updated.

AwsAccountId

The ID for the AWS account where you want to create the folder.

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 an empty shared folder.

FolderId

The ID of the folder.

FolderType

The type of folder it is.

Name

A display name for the folder.

ParentFolderArn

The Amazon Resource Name (ARN) for the folder.

Permissions

A structure that describes the principals and the resource-level permissions of a folder.

SharingModel

The sharing scope of the folder.

Tags

A list of tags for the folders that you want to apply overrides to.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<string, object>)

Creates an empty shared folder.

Constructors

CfnFolder(Construct, string, ICfnFolderProps?)

Creates an empty shared folder.

public CfnFolder(Construct scope, string id, ICfnFolderProps? props = null)
Parameters
scope Construct

Scope in which this resource is defined.

id string

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

props ICfnFolderProps

Resource properties.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

Properties

AttrArn

The Amazon Resource Name (ARN) for the folder.

public virtual string AttrArn { get; }
Property Value

string

Remarks

CloudformationAttribute: Arn

AttrCreatedTime

The time that the folder was created.

public virtual string AttrCreatedTime { get; }
Property Value

string

Remarks

CloudformationAttribute: CreatedTime

AttrLastUpdatedTime

The time that the folder was last updated.

public virtual string AttrLastUpdatedTime { get; }
Property Value

string

Remarks

CloudformationAttribute: LastUpdatedTime

AwsAccountId

The ID for the AWS account where you want to create the folder.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

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-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

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-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

CfnProperties

Creates an empty shared folder.

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-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

FolderId

The ID of the folder.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

FolderType

The type of folder it is.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

Name

A display name for the folder.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

ParentFolderArn

The Amazon Resource Name (ARN) for the folder.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

Permissions

A structure that describes the principals and the resource-level permissions of a folder.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

SharingModel

The sharing scope of the folder.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

Tags

A list of tags for the folders that you want to apply overrides to.

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

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

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-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

Creates an empty shared folder.

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-quicksight-folder.html

CloudformationResource: AWS::QuickSight::Folder

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITaggableV2
Back to top Generated by DocFX