Skip to content

Latest commit

 

History

History
3076 lines (1924 loc) · 147 KB

cloudformationStackSet.csharp.md

File metadata and controls

3076 lines (1924 loc) · 147 KB

cloudformationStackSet Submodule

Constructs

CloudformationStackSet

Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set aws_cloudformation_stack_set}.

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new CloudformationStackSet(Construct Scope, string Id, CloudformationStackSetConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config CloudformationStackSetConfig No description.

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


IdRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


ConfigRequired

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform No description.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
AddMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
HasResourceMove No description.
ImportFrom No description.
InterpolationForAttribute No description.
MoveFromId Move the resource corresponding to "id" to this resource.
MoveTo Moves this resource to the target resource given by moveTarget.
MoveToId Moves this resource to the resource corresponding to "id".
PutAutoDeployment No description.
PutManagedExecution No description.
PutOperationPreferences No description.
PutTimeouts No description.
ResetAdministrationRoleArn No description.
ResetAutoDeployment No description.
ResetCallAs No description.
ResetCapabilities No description.
ResetDescription No description.
ResetExecutionRoleName No description.
ResetId No description.
ResetManagedExecution No description.
ResetOperationPreferences No description.
ResetParameters No description.
ResetPermissionModel No description.
ResetTags No description.
ResetTagsAll No description.
ResetTemplateBody No description.
ResetTemplateUrl No description.
ResetTimeouts No description.

ToString
private string ToString()

Returns a string representation of this construct.

AddOverride
private void AddOverride(string Path, object Value)
PathRequired
  • Type: string

ValueRequired
  • Type: object

OverrideLogicalId
private void OverrideLogicalId(string NewLogicalId)

Overrides the auto-generated logical ID with a specific ID.

NewLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
private void ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
private object ToHclTerraform()
ToMetadata
private object ToMetadata()
ToTerraform
private object ToTerraform()

Adds this resource to the terraform JSON output.

AddMoveTarget
private void AddMoveTarget(string MoveTarget)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

MoveTargetRequired
  • Type: string

The string move target that will correspond to this resource.


GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

HasResourceMove
private object HasResourceMove()
ImportFrom
private void ImportFrom(string Id, TerraformProvider Provider = null)
IdRequired
  • Type: string

ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

MoveFromId
private void MoveFromId(string Id)

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

IdRequired
  • Type: string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
private void MoveTo(string MoveTarget, object Index = null)

Moves this resource to the target resource given by moveTarget.

MoveTargetRequired
  • Type: string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


IndexOptional
  • Type: object

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
private void MoveToId(string Id)

Moves this resource to the resource corresponding to "id".

IdRequired
  • Type: string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


PutAutoDeployment
private void PutAutoDeployment(CloudformationStackSetAutoDeployment Value)
ValueRequired

PutManagedExecution
private void PutManagedExecution(CloudformationStackSetManagedExecution Value)
ValueRequired

PutOperationPreferences
private void PutOperationPreferences(CloudformationStackSetOperationPreferences Value)
ValueRequired

PutTimeouts
private void PutTimeouts(CloudformationStackSetTimeouts Value)
ValueRequired

ResetAdministrationRoleArn
private void ResetAdministrationRoleArn()
ResetAutoDeployment
private void ResetAutoDeployment()
ResetCallAs
private void ResetCallAs()
ResetCapabilities
private void ResetCapabilities()
ResetDescription
private void ResetDescription()
ResetExecutionRoleName
private void ResetExecutionRoleName()
ResetId
private void ResetId()
ResetManagedExecution
private void ResetManagedExecution()
ResetOperationPreferences
private void ResetOperationPreferences()
ResetParameters
private void ResetParameters()
ResetPermissionModel
private void ResetPermissionModel()
ResetTags
private void ResetTags()
ResetTagsAll
private void ResetTagsAll()
ResetTemplateBody
private void ResetTemplateBody()
ResetTemplateUrl
private void ResetTemplateUrl()
ResetTimeouts
private void ResetTimeouts()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a CloudformationStackSet resource upon running "cdktf plan ".

IsConstruct
using HashiCorp.Cdktf.Providers.Aws;

CloudformationStackSet.IsConstruct(object X);

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

XRequired
  • Type: object

Any object.


IsTerraformElement
using HashiCorp.Cdktf.Providers.Aws;

CloudformationStackSet.IsTerraformElement(object X);
XRequired
  • Type: object

IsTerraformResource
using HashiCorp.Cdktf.Providers.Aws;

CloudformationStackSet.IsTerraformResource(object X);
XRequired
  • Type: object

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Aws;

CloudformationStackSet.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);

Generates CDKTF code for importing a CloudformationStackSet resource upon running "cdktf plan ".

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


ImportToIdRequired
  • Type: string

The construct id used in the generated config for the CloudformationStackSet to import.


ImportFromIdRequired
  • Type: string

The id of the existing CloudformationStackSet that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#import import section} in the documentation of this resource for the id to use


ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

? Optional instance of the provider where the CloudformationStackSet to import is found.


Properties

Name Type Description
Node Constructs.Node The tree node.
CdktfStack HashiCorp.Cdktf.TerraformStack No description.
Fqn string No description.
FriendlyUniqueId string No description.
TerraformMetaArguments System.Collections.Generic.IDictionary<string, object> No description.
TerraformResourceType string No description.
TerraformGeneratorMetadata HashiCorp.Cdktf.TerraformProviderGeneratorMetadata No description.
Connection object No description.
Count object No description.
DependsOn string[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
Arn string No description.
AutoDeployment CloudformationStackSetAutoDeploymentOutputReference No description.
ManagedExecution CloudformationStackSetManagedExecutionOutputReference No description.
OperationPreferences CloudformationStackSetOperationPreferencesOutputReference No description.
StackSetId string No description.
Timeouts CloudformationStackSetTimeoutsOutputReference No description.
AdministrationRoleArnInput string No description.
AutoDeploymentInput CloudformationStackSetAutoDeployment No description.
CallAsInput string No description.
CapabilitiesInput string[] No description.
DescriptionInput string No description.
ExecutionRoleNameInput string No description.
IdInput string No description.
ManagedExecutionInput CloudformationStackSetManagedExecution No description.
NameInput string No description.
OperationPreferencesInput CloudformationStackSetOperationPreferences No description.
ParametersInput System.Collections.Generic.IDictionary<string, string> No description.
PermissionModelInput string No description.
TagsAllInput System.Collections.Generic.IDictionary<string, string> No description.
TagsInput System.Collections.Generic.IDictionary<string, string> No description.
TemplateBodyInput string No description.
TemplateUrlInput string No description.
TimeoutsInput object No description.
AdministrationRoleArn string No description.
CallAs string No description.
Capabilities string[] No description.
Description string No description.
ExecutionRoleName string No description.
Id string No description.
Name string No description.
Parameters System.Collections.Generic.IDictionary<string, string> No description.
PermissionModel string No description.
Tags System.Collections.Generic.IDictionary<string, string> No description.
TagsAll System.Collections.Generic.IDictionary<string, string> No description.
TemplateBody string No description.
TemplateUrl string No description.

NodeRequired
public Node Node { get; }
  • Type: Constructs.Node

The tree node.


CdktfStackRequired
public TerraformStack CdktfStack { get; }
  • Type: HashiCorp.Cdktf.TerraformStack

FqnRequired
public string Fqn { get; }
  • Type: string

FriendlyUniqueIdRequired
public string FriendlyUniqueId { get; }
  • Type: string

TerraformMetaArgumentsRequired
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
  • Type: System.Collections.Generic.IDictionary<string, object>

TerraformResourceTypeRequired
public string TerraformResourceType { get; }
  • Type: string

TerraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
  • Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
public object Connection { get; }
  • Type: object

CountOptional
public object Count { get; }
  • Type: object

DependsOnOptional
public string[] DependsOn { get; }
  • Type: string[]

ForEachOptional
public ITerraformIterator ForEach { get; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; }
  • Type: object[]

ArnRequired
public string Arn { get; }
  • Type: string

AutoDeploymentRequired
public CloudformationStackSetAutoDeploymentOutputReference AutoDeployment { get; }

ManagedExecutionRequired
public CloudformationStackSetManagedExecutionOutputReference ManagedExecution { get; }

OperationPreferencesRequired
public CloudformationStackSetOperationPreferencesOutputReference OperationPreferences { get; }

StackSetIdRequired
public string StackSetId { get; }
  • Type: string

TimeoutsRequired
public CloudformationStackSetTimeoutsOutputReference Timeouts { get; }

AdministrationRoleArnInputOptional
public string AdministrationRoleArnInput { get; }
  • Type: string

AutoDeploymentInputOptional
public CloudformationStackSetAutoDeployment AutoDeploymentInput { get; }

CallAsInputOptional
public string CallAsInput { get; }
  • Type: string

CapabilitiesInputOptional
public string[] CapabilitiesInput { get; }
  • Type: string[]

DescriptionInputOptional
public string DescriptionInput { get; }
  • Type: string

ExecutionRoleNameInputOptional
public string ExecutionRoleNameInput { get; }
  • Type: string

IdInputOptional
public string IdInput { get; }
  • Type: string

ManagedExecutionInputOptional
public CloudformationStackSetManagedExecution ManagedExecutionInput { get; }

NameInputOptional
public string NameInput { get; }
  • Type: string

OperationPreferencesInputOptional
public CloudformationStackSetOperationPreferences OperationPreferencesInput { get; }

ParametersInputOptional
public System.Collections.Generic.IDictionary<string, string> ParametersInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

PermissionModelInputOptional
public string PermissionModelInput { get; }
  • Type: string

TagsAllInputOptional
public System.Collections.Generic.IDictionary<string, string> TagsAllInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TagsInputOptional
public System.Collections.Generic.IDictionary<string, string> TagsInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TemplateBodyInputOptional
public string TemplateBodyInput { get; }
  • Type: string

TemplateUrlInputOptional
public string TemplateUrlInput { get; }
  • Type: string

TimeoutsInputOptional
public object TimeoutsInput { get; }
  • Type: object

AdministrationRoleArnRequired
public string AdministrationRoleArn { get; }
  • Type: string

CallAsRequired
public string CallAs { get; }
  • Type: string

CapabilitiesRequired
public string[] Capabilities { get; }
  • Type: string[]

DescriptionRequired
public string Description { get; }
  • Type: string

ExecutionRoleNameRequired
public string ExecutionRoleName { get; }
  • Type: string

IdRequired
public string Id { get; }
  • Type: string

NameRequired
public string Name { get; }
  • Type: string

ParametersRequired
public System.Collections.Generic.IDictionary<string, string> Parameters { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

PermissionModelRequired
public string PermissionModel { get; }
  • Type: string

TagsRequired
public System.Collections.Generic.IDictionary<string, string> Tags { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TagsAllRequired
public System.Collections.Generic.IDictionary<string, string> TagsAll { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TemplateBodyRequired
public string TemplateBody { get; }
  • Type: string

TemplateUrlRequired
public string TemplateUrl { get; }
  • Type: string

Constants

Name Type Description
TfResourceType string No description.

TfResourceTypeRequired
public string TfResourceType { get; }
  • Type: string

Structs

CloudformationStackSetAutoDeployment

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new CloudformationStackSetAutoDeployment {
    object Enabled = null,
    object RetainStacksOnAccountRemoval = null
};

Properties

Name Type Description
Enabled object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#enabled CloudformationStackSet#enabled}.
RetainStacksOnAccountRemoval object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#retain_stacks_on_account_removal CloudformationStackSet#retain_stacks_on_account_removal}.

EnabledOptional
public object Enabled { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#enabled CloudformationStackSet#enabled}.


RetainStacksOnAccountRemovalOptional
public object RetainStacksOnAccountRemoval { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#retain_stacks_on_account_removal CloudformationStackSet#retain_stacks_on_account_removal}.


CloudformationStackSetConfig

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new CloudformationStackSetConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    string Name,
    string AdministrationRoleArn = null,
    CloudformationStackSetAutoDeployment AutoDeployment = null,
    string CallAs = null,
    string[] Capabilities = null,
    string Description = null,
    string ExecutionRoleName = null,
    string Id = null,
    CloudformationStackSetManagedExecution ManagedExecution = null,
    CloudformationStackSetOperationPreferences OperationPreferences = null,
    System.Collections.Generic.IDictionary<string, string> Parameters = null,
    string PermissionModel = null,
    System.Collections.Generic.IDictionary<string, string> Tags = null,
    System.Collections.Generic.IDictionary<string, string> TagsAll = null,
    string TemplateBody = null,
    string TemplateUrl = null,
    CloudformationStackSetTimeouts Timeouts = null
};

Properties

Name Type Description
Connection object No description.
Count object No description.
DependsOn HashiCorp.Cdktf.ITerraformDependable[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
Name string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#name CloudformationStackSet#name}.
AdministrationRoleArn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#administration_role_arn CloudformationStackSet#administration_role_arn}.
AutoDeployment CloudformationStackSetAutoDeployment auto_deployment block.
CallAs string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#call_as CloudformationStackSet#call_as}.
Capabilities string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#capabilities CloudformationStackSet#capabilities}.
Description string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#description CloudformationStackSet#description}.
ExecutionRoleName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#execution_role_name CloudformationStackSet#execution_role_name}.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#id CloudformationStackSet#id}.
ManagedExecution CloudformationStackSetManagedExecution managed_execution block.
OperationPreferences CloudformationStackSetOperationPreferences operation_preferences block.
Parameters System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#parameters CloudformationStackSet#parameters}.
PermissionModel string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#permission_model CloudformationStackSet#permission_model}.
Tags System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#tags CloudformationStackSet#tags}.
TagsAll System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#tags_all CloudformationStackSet#tags_all}.
TemplateBody string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#template_body CloudformationStackSet#template_body}.
TemplateUrl string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#template_url CloudformationStackSet#template_url}.
Timeouts CloudformationStackSetTimeouts timeouts block.

ConnectionOptional
public object Connection { get; set; }
  • Type: object

CountOptional
public object Count { get; set; }
  • Type: object

DependsOnOptional
public ITerraformDependable[] DependsOn { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformDependable[]

ForEachOptional
public ITerraformIterator ForEach { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; set; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; set; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; set; }
  • Type: object[]

NameRequired
public string Name { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#name CloudformationStackSet#name}.


AdministrationRoleArnOptional
public string AdministrationRoleArn { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#administration_role_arn CloudformationStackSet#administration_role_arn}.


AutoDeploymentOptional
public CloudformationStackSetAutoDeployment AutoDeployment { get; set; }

auto_deployment block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#auto_deployment CloudformationStackSet#auto_deployment}


CallAsOptional
public string CallAs { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#call_as CloudformationStackSet#call_as}.


CapabilitiesOptional
public string[] Capabilities { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#capabilities CloudformationStackSet#capabilities}.


DescriptionOptional
public string Description { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#description CloudformationStackSet#description}.


ExecutionRoleNameOptional
public string ExecutionRoleName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#execution_role_name CloudformationStackSet#execution_role_name}.


IdOptional
public string Id { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#id CloudformationStackSet#id}.

Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.


ManagedExecutionOptional
public CloudformationStackSetManagedExecution ManagedExecution { get; set; }

managed_execution block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#managed_execution CloudformationStackSet#managed_execution}


OperationPreferencesOptional
public CloudformationStackSetOperationPreferences OperationPreferences { get; set; }

operation_preferences block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#operation_preferences CloudformationStackSet#operation_preferences}


ParametersOptional
public System.Collections.Generic.IDictionary<string, string> Parameters { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#parameters CloudformationStackSet#parameters}.


PermissionModelOptional
public string PermissionModel { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#permission_model CloudformationStackSet#permission_model}.


TagsOptional
public System.Collections.Generic.IDictionary<string, string> Tags { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#tags CloudformationStackSet#tags}.


TagsAllOptional
public System.Collections.Generic.IDictionary<string, string> TagsAll { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#tags_all CloudformationStackSet#tags_all}.


TemplateBodyOptional
public string TemplateBody { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#template_body CloudformationStackSet#template_body}.


TemplateUrlOptional
public string TemplateUrl { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#template_url CloudformationStackSet#template_url}.


TimeoutsOptional
public CloudformationStackSetTimeouts Timeouts { get; set; }

timeouts block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#timeouts CloudformationStackSet#timeouts}


CloudformationStackSetManagedExecution

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new CloudformationStackSetManagedExecution {
    object Active = null
};

Properties

Name Type Description
Active object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#active CloudformationStackSet#active}.

ActiveOptional
public object Active { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#active CloudformationStackSet#active}.


CloudformationStackSetOperationPreferences

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new CloudformationStackSetOperationPreferences {
    double FailureToleranceCount = null,
    double FailureTolerancePercentage = null,
    double MaxConcurrentCount = null,
    double MaxConcurrentPercentage = null,
    string RegionConcurrencyType = null,
    string[] RegionOrder = null
};

Properties

Name Type Description
FailureToleranceCount double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#failure_tolerance_count CloudformationStackSet#failure_tolerance_count}.
FailureTolerancePercentage double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#failure_tolerance_percentage CloudformationStackSet#failure_tolerance_percentage}.
MaxConcurrentCount double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#max_concurrent_count CloudformationStackSet#max_concurrent_count}.
MaxConcurrentPercentage double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#max_concurrent_percentage CloudformationStackSet#max_concurrent_percentage}.
RegionConcurrencyType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#region_concurrency_type CloudformationStackSet#region_concurrency_type}.
RegionOrder string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#region_order CloudformationStackSet#region_order}.

FailureToleranceCountOptional
public double FailureToleranceCount { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#failure_tolerance_count CloudformationStackSet#failure_tolerance_count}.


FailureTolerancePercentageOptional
public double FailureTolerancePercentage { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#failure_tolerance_percentage CloudformationStackSet#failure_tolerance_percentage}.


MaxConcurrentCountOptional
public double MaxConcurrentCount { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#max_concurrent_count CloudformationStackSet#max_concurrent_count}.


MaxConcurrentPercentageOptional
public double MaxConcurrentPercentage { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#max_concurrent_percentage CloudformationStackSet#max_concurrent_percentage}.


RegionConcurrencyTypeOptional
public string RegionConcurrencyType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#region_concurrency_type CloudformationStackSet#region_concurrency_type}.


RegionOrderOptional
public string[] RegionOrder { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#region_order CloudformationStackSet#region_order}.


CloudformationStackSetTimeouts

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new CloudformationStackSetTimeouts {
    string Update = null
};

Properties

Name Type Description
Update string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#update CloudformationStackSet#update}.

UpdateOptional
public string Update { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/cloudformation_stack_set#update CloudformationStackSet#update}.


Classes

CloudformationStackSetAutoDeploymentOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new CloudformationStackSetAutoDeploymentOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetEnabled No description.
ResetRetainStacksOnAccountRemoval No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetEnabled
private void ResetEnabled()
ResetRetainStacksOnAccountRemoval
private void ResetRetainStacksOnAccountRemoval()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
EnabledInput object No description.
RetainStacksOnAccountRemovalInput object No description.
Enabled object No description.
RetainStacksOnAccountRemoval object No description.
InternalValue CloudformationStackSetAutoDeployment No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

EnabledInputOptional
public object EnabledInput { get; }
  • Type: object

RetainStacksOnAccountRemovalInputOptional
public object RetainStacksOnAccountRemovalInput { get; }
  • Type: object

EnabledRequired
public object Enabled { get; }
  • Type: object

RetainStacksOnAccountRemovalRequired
public object RetainStacksOnAccountRemoval { get; }
  • Type: object

InternalValueOptional
public CloudformationStackSetAutoDeployment InternalValue { get; }

CloudformationStackSetManagedExecutionOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new CloudformationStackSetManagedExecutionOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetActive No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetActive
private void ResetActive()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
ActiveInput object No description.
Active object No description.
InternalValue CloudformationStackSetManagedExecution No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

ActiveInputOptional
public object ActiveInput { get; }
  • Type: object

ActiveRequired
public object Active { get; }
  • Type: object

InternalValueOptional
public CloudformationStackSetManagedExecution InternalValue { get; }

CloudformationStackSetOperationPreferencesOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new CloudformationStackSetOperationPreferencesOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetFailureToleranceCount No description.
ResetFailureTolerancePercentage No description.
ResetMaxConcurrentCount No description.
ResetMaxConcurrentPercentage No description.
ResetRegionConcurrencyType No description.
ResetRegionOrder No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetFailureToleranceCount
private void ResetFailureToleranceCount()
ResetFailureTolerancePercentage
private void ResetFailureTolerancePercentage()
ResetMaxConcurrentCount
private void ResetMaxConcurrentCount()
ResetMaxConcurrentPercentage
private void ResetMaxConcurrentPercentage()
ResetRegionConcurrencyType
private void ResetRegionConcurrencyType()
ResetRegionOrder
private void ResetRegionOrder()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
FailureToleranceCountInput double No description.
FailureTolerancePercentageInput double No description.
MaxConcurrentCountInput double No description.
MaxConcurrentPercentageInput double No description.
RegionConcurrencyTypeInput string No description.
RegionOrderInput string[] No description.
FailureToleranceCount double No description.
FailureTolerancePercentage double No description.
MaxConcurrentCount double No description.
MaxConcurrentPercentage double No description.
RegionConcurrencyType string No description.
RegionOrder string[] No description.
InternalValue CloudformationStackSetOperationPreferences No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

FailureToleranceCountInputOptional
public double FailureToleranceCountInput { get; }
  • Type: double

FailureTolerancePercentageInputOptional
public double FailureTolerancePercentageInput { get; }
  • Type: double

MaxConcurrentCountInputOptional
public double MaxConcurrentCountInput { get; }
  • Type: double

MaxConcurrentPercentageInputOptional
public double MaxConcurrentPercentageInput { get; }
  • Type: double

RegionConcurrencyTypeInputOptional
public string RegionConcurrencyTypeInput { get; }
  • Type: string

RegionOrderInputOptional
public string[] RegionOrderInput { get; }
  • Type: string[]

FailureToleranceCountRequired
public double FailureToleranceCount { get; }
  • Type: double

FailureTolerancePercentageRequired
public double FailureTolerancePercentage { get; }
  • Type: double

MaxConcurrentCountRequired
public double MaxConcurrentCount { get; }
  • Type: double

MaxConcurrentPercentageRequired
public double MaxConcurrentPercentage { get; }
  • Type: double

RegionConcurrencyTypeRequired
public string RegionConcurrencyType { get; }
  • Type: string

RegionOrderRequired
public string[] RegionOrder { get; }
  • Type: string[]

InternalValueOptional
public CloudformationStackSetOperationPreferences InternalValue { get; }

CloudformationStackSetTimeoutsOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new CloudformationStackSetTimeoutsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetUpdate No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetUpdate
private void ResetUpdate()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
UpdateInput string No description.
Update string No description.
InternalValue object No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

UpdateInputOptional
public string UpdateInput { get; }
  • Type: string

UpdateRequired
public string Update { get; }
  • Type: string

InternalValueOptional
public object InternalValue { get; }
  • Type: object