Show / Hide Table of Contents

Interface IResourceProps

Construction properties for {@link Resource}.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public interface IResourceProps
Syntax (vb)
Public Interface IResourceProps

Synopsis

Properties

Account

The AWS account ID this resource belongs to.

PhysicalName

The value passed in by users to the physical name prop of the resource.

Region

The AWS region this resource belongs to.

Properties

Account

The AWS account ID this resource belongs to.

virtual string Account { get; }
Property Value

System.String

Remarks

Default: - the resource is in the same account as the stack it belongs to

PhysicalName

The value passed in by users to the physical name prop of the resource.

virtual string PhysicalName { get; }
Property Value

System.String

Remarks

    Default: - The physical name will be allocated by CloudFormation at deployment time

    Region

    The AWS region this resource belongs to.

    virtual string Region { get; }
    Property Value

    System.String

    Remarks

    Default: - the resource is in the same region as the stack it belongs to

    Back to top Generated by DocFX