Class CfnFolder
Creates an empty shared folder.
Inherited Members
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
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Attr |
The Amazon Resource Name (ARN) for the folder. |
Attr |
The time that the folder was created. |
Attr |
The time that the folder was last updated. |
Aws |
The ID for the AWS account where you want to create the folder. |
Cdk |
Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Folder |
The ID of the folder. |
Folder |
The type of folder it is. |
Name | A display name for the folder. |
Parent |
The Amazon Resource Name (ARN) for the folder. |
Permissions | A structure that describes the principals and the resource-level permissions of a folder. |
Sharing |
The sharing scope of the folder. |
Tags | A list of tags for the folders that you want to apply overrides to. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnFolder(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnFolder(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnFolder(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnFolder(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnFolder(Construct, String, ICfnFolderProps)
public CfnFolder(Construct scope, string id, ICfnFolderProps props = null)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Folder Props Resource properties.
Properties
AttrArn
The Amazon Resource Name (ARN) for the folder.
public virtual string AttrArn { get; }
Property Value
System.
Remarks
CloudformationAttribute: Arn
AttrCreatedTime
The time that the folder was created.
public virtual string AttrCreatedTime { get; }
Property Value
System.
Remarks
CloudformationAttribute: CreatedTime
AttrLastUpdatedTime
The time that the folder was last updated.
public virtual string AttrLastUpdatedTime { get; }
Property Value
System.
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
System.
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
FolderId
The ID of the folder.
public virtual string FolderId { get; set; }
Property Value
System.
FolderType
The type of folder it is.
public virtual string FolderType { get; set; }
Property Value
System.
Name
A display name for the folder.
public virtual string Name { get; set; }
Property Value
System.
ParentFolderArn
The Amazon Resource Name (ARN) for the folder.
public virtual string ParentFolderArn { get; set; }
Property Value
System.
Permissions
A structure that describes the principals and the resource-level permissions of a folder.
public virtual object Permissions { get; set; }
Property Value
System.
SharingModel
The sharing scope of the folder.
public virtual string SharingModel { get; set; }
Property Value
System.
Tags
A list of tags for the folders that you want to apply overrides to.
public virtual ICfnTag[] Tags { get; set; }
Property Value
ICfn
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.