Documentation ¶
Index ¶
- func Codepipeline_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func Codepipeline_IsConstruct(x interface{}) *bool
- func Codepipeline_IsTerraformElement(x interface{}) *bool
- func Codepipeline_IsTerraformResource(x interface{}) *bool
- func Codepipeline_TfResourceType() *string
- func NewCodepipelineArtifactStoreEncryptionKeyOutputReference_Override(c CodepipelineArtifactStoreEncryptionKeyOutputReference, ...)
- func NewCodepipelineArtifactStoreList_Override(c CodepipelineArtifactStoreList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewCodepipelineArtifactStoreOutputReference_Override(c CodepipelineArtifactStoreOutputReference, ...)
- func NewCodepipelineStageActionList_Override(c CodepipelineStageActionList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewCodepipelineStageActionOutputReference_Override(c CodepipelineStageActionOutputReference, ...)
- func NewCodepipelineStageList_Override(c CodepipelineStageList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewCodepipelineStageOutputReference_Override(c CodepipelineStageOutputReference, ...)
- func NewCodepipelineTriggerGitConfigurationOutputReference_Override(c CodepipelineTriggerGitConfigurationOutputReference, ...)
- func NewCodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference_Override(c CodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference, ...)
- func NewCodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference_Override(c CodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference, ...)
- func NewCodepipelineTriggerGitConfigurationPullRequestList_Override(c CodepipelineTriggerGitConfigurationPullRequestList, ...)
- func NewCodepipelineTriggerGitConfigurationPullRequestOutputReference_Override(c CodepipelineTriggerGitConfigurationPullRequestOutputReference, ...)
- func NewCodepipelineTriggerGitConfigurationPushBranchesOutputReference_Override(c CodepipelineTriggerGitConfigurationPushBranchesOutputReference, ...)
- func NewCodepipelineTriggerGitConfigurationPushFilePathsOutputReference_Override(c CodepipelineTriggerGitConfigurationPushFilePathsOutputReference, ...)
- func NewCodepipelineTriggerGitConfigurationPushList_Override(c CodepipelineTriggerGitConfigurationPushList, ...)
- func NewCodepipelineTriggerGitConfigurationPushOutputReference_Override(c CodepipelineTriggerGitConfigurationPushOutputReference, ...)
- func NewCodepipelineTriggerGitConfigurationPushTagsOutputReference_Override(c CodepipelineTriggerGitConfigurationPushTagsOutputReference, ...)
- func NewCodepipelineTriggerList_Override(c CodepipelineTriggerList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewCodepipelineTriggerOutputReference_Override(c CodepipelineTriggerOutputReference, ...)
- func NewCodepipelineVariableList_Override(c CodepipelineVariableList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewCodepipelineVariableOutputReference_Override(c CodepipelineVariableOutputReference, ...)
- func NewCodepipeline_Override(c Codepipeline, scope constructs.Construct, id *string, ...)
- type Codepipeline
- type CodepipelineArtifactStore
- type CodepipelineArtifactStoreEncryptionKey
- type CodepipelineArtifactStoreEncryptionKeyOutputReference
- type CodepipelineArtifactStoreList
- type CodepipelineArtifactStoreOutputReference
- type CodepipelineConfig
- type CodepipelineStage
- type CodepipelineStageAction
- type CodepipelineStageActionList
- type CodepipelineStageActionOutputReference
- type CodepipelineStageList
- type CodepipelineStageOutputReference
- type CodepipelineTrigger
- type CodepipelineTriggerGitConfiguration
- type CodepipelineTriggerGitConfigurationOutputReference
- type CodepipelineTriggerGitConfigurationPullRequest
- type CodepipelineTriggerGitConfigurationPullRequestBranches
- type CodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference
- type CodepipelineTriggerGitConfigurationPullRequestFilePaths
- type CodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference
- type CodepipelineTriggerGitConfigurationPullRequestList
- type CodepipelineTriggerGitConfigurationPullRequestOutputReference
- type CodepipelineTriggerGitConfigurationPush
- type CodepipelineTriggerGitConfigurationPushBranches
- type CodepipelineTriggerGitConfigurationPushBranchesOutputReference
- type CodepipelineTriggerGitConfigurationPushFilePaths
- type CodepipelineTriggerGitConfigurationPushFilePathsOutputReference
- type CodepipelineTriggerGitConfigurationPushList
- type CodepipelineTriggerGitConfigurationPushOutputReference
- type CodepipelineTriggerGitConfigurationPushTags
- type CodepipelineTriggerGitConfigurationPushTagsOutputReference
- type CodepipelineTriggerList
- type CodepipelineTriggerOutputReference
- type CodepipelineVariable
- type CodepipelineVariableList
- type CodepipelineVariableOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Codepipeline_GenerateConfigForImport ¶
func Codepipeline_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a Codepipeline resource upon running "cdktf plan <stack-name>".
func Codepipeline_IsConstruct ¶
func Codepipeline_IsConstruct(x interface{}) *bool
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.
Returns: true if `x` is an object created from a class which extends `Construct`.
func Codepipeline_IsTerraformElement ¶
func Codepipeline_IsTerraformElement(x interface{}) *bool
Experimental.
func Codepipeline_IsTerraformResource ¶
func Codepipeline_IsTerraformResource(x interface{}) *bool
Experimental.
func Codepipeline_TfResourceType ¶
func Codepipeline_TfResourceType() *string
func NewCodepipelineArtifactStoreEncryptionKeyOutputReference_Override ¶
func NewCodepipelineArtifactStoreEncryptionKeyOutputReference_Override(c CodepipelineArtifactStoreEncryptionKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCodepipelineArtifactStoreList_Override ¶
func NewCodepipelineArtifactStoreList_Override(c CodepipelineArtifactStoreList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCodepipelineArtifactStoreOutputReference_Override ¶
func NewCodepipelineArtifactStoreOutputReference_Override(c CodepipelineArtifactStoreOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCodepipelineStageActionList_Override ¶
func NewCodepipelineStageActionList_Override(c CodepipelineStageActionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCodepipelineStageActionOutputReference_Override ¶
func NewCodepipelineStageActionOutputReference_Override(c CodepipelineStageActionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCodepipelineStageList_Override ¶
func NewCodepipelineStageList_Override(c CodepipelineStageList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCodepipelineStageOutputReference_Override ¶
func NewCodepipelineStageOutputReference_Override(c CodepipelineStageOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCodepipelineTriggerGitConfigurationOutputReference_Override ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationOutputReference_Override(c CodepipelineTriggerGitConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference_Override ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference_Override(c CodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference_Override ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference_Override(c CodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCodepipelineTriggerGitConfigurationPullRequestList_Override ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPullRequestList_Override(c CodepipelineTriggerGitConfigurationPullRequestList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCodepipelineTriggerGitConfigurationPullRequestOutputReference_Override ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPullRequestOutputReference_Override(c CodepipelineTriggerGitConfigurationPullRequestOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCodepipelineTriggerGitConfigurationPushBranchesOutputReference_Override ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPushBranchesOutputReference_Override(c CodepipelineTriggerGitConfigurationPushBranchesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCodepipelineTriggerGitConfigurationPushFilePathsOutputReference_Override ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPushFilePathsOutputReference_Override(c CodepipelineTriggerGitConfigurationPushFilePathsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCodepipelineTriggerGitConfigurationPushList_Override ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPushList_Override(c CodepipelineTriggerGitConfigurationPushList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCodepipelineTriggerGitConfigurationPushOutputReference_Override ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPushOutputReference_Override(c CodepipelineTriggerGitConfigurationPushOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCodepipelineTriggerGitConfigurationPushTagsOutputReference_Override ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPushTagsOutputReference_Override(c CodepipelineTriggerGitConfigurationPushTagsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCodepipelineTriggerList_Override ¶ added in v19.8.0
func NewCodepipelineTriggerList_Override(c CodepipelineTriggerList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCodepipelineTriggerOutputReference_Override ¶ added in v19.8.0
func NewCodepipelineTriggerOutputReference_Override(c CodepipelineTriggerOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCodepipelineVariableList_Override ¶
func NewCodepipelineVariableList_Override(c CodepipelineVariableList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewCodepipelineVariableOutputReference_Override ¶
func NewCodepipelineVariableOutputReference_Override(c CodepipelineVariableOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewCodepipeline_Override ¶
func NewCodepipeline_Override(c Codepipeline, scope constructs.Construct, id *string, config *CodepipelineConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline aws_codepipeline} Resource.
Types ¶
type Codepipeline ¶
type Codepipeline interface { cdktf.TerraformResource Arn() *string ArtifactStore() CodepipelineArtifactStoreList ArtifactStoreInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) ExecutionMode() *string SetExecutionMode(val *string) ExecutionModeInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node PipelineType() *string SetPipelineType(val *string) PipelineTypeInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RoleArn() *string SetRoleArn(val *string) RoleArnInput() *string Stage() CodepipelineStageList StageInput() interface{} Tags() *map[string]*string SetTags(val *map[string]*string) TagsAll() *map[string]*string SetTagsAll(val *map[string]*string) TagsAllInput() *map[string]*string TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Trigger() CodepipelineTriggerList TriggerInput() interface{} Variable() CodepipelineVariableList VariableInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // 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. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutArtifactStore(value interface{}) PutStage(value interface{}) PutTrigger(value interface{}) PutVariable(value interface{}) ResetExecutionMode() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPipelineType() ResetTags() ResetTagsAll() ResetTrigger() ResetVariable() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline aws_codepipeline}.
func NewCodepipeline ¶
func NewCodepipeline(scope constructs.Construct, id *string, config *CodepipelineConfig) Codepipeline
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline aws_codepipeline} Resource.
type CodepipelineArtifactStore ¶
type CodepipelineArtifactStore struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#location Codepipeline#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#type Codepipeline#type}. Type *string `field:"required" json:"type" yaml:"type"` // encryption_key block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#encryption_key Codepipeline#encryption_key} EncryptionKey *CodepipelineArtifactStoreEncryptionKey `field:"optional" json:"encryptionKey" yaml:"encryptionKey"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#region Codepipeline#region}. Region *string `field:"optional" json:"region" yaml:"region"` }
type CodepipelineArtifactStoreEncryptionKey ¶
type CodepipelineArtifactStoreEncryptionKey struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#id Codepipeline#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. Id *string `field:"required" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#type Codepipeline#type}. Type *string `field:"required" json:"type" yaml:"type"` }
type CodepipelineArtifactStoreEncryptionKeyOutputReference ¶
type CodepipelineArtifactStoreEncryptionKeyOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string Id() *string SetId(val *string) IdInput() *string InternalValue() *CodepipelineArtifactStoreEncryptionKey SetInternalValue(val *CodepipelineArtifactStoreEncryptionKey) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineArtifactStoreEncryptionKeyOutputReference ¶
func NewCodepipelineArtifactStoreEncryptionKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CodepipelineArtifactStoreEncryptionKeyOutputReference
type CodepipelineArtifactStoreList ¶
type CodepipelineArtifactStoreList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) CodepipelineArtifactStoreOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineArtifactStoreList ¶
func NewCodepipelineArtifactStoreList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CodepipelineArtifactStoreList
type CodepipelineArtifactStoreOutputReference ¶
type CodepipelineArtifactStoreOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string EncryptionKey() CodepipelineArtifactStoreEncryptionKeyOutputReference EncryptionKeyInput() *CodepipelineArtifactStoreEncryptionKey // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Location() *string SetLocation(val *string) LocationInput() *string Region() *string SetRegion(val *string) RegionInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutEncryptionKey(value *CodepipelineArtifactStoreEncryptionKey) ResetEncryptionKey() ResetRegion() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineArtifactStoreOutputReference ¶
func NewCodepipelineArtifactStoreOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CodepipelineArtifactStoreOutputReference
type CodepipelineConfig ¶
type CodepipelineConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // artifact_store block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#artifact_store Codepipeline#artifact_store} ArtifactStore interface{} `field:"required" json:"artifactStore" yaml:"artifactStore"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#name Codepipeline#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#role_arn Codepipeline#role_arn}. RoleArn *string `field:"required" json:"roleArn" yaml:"roleArn"` // stage block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#stage Codepipeline#stage} Stage interface{} `field:"required" json:"stage" yaml:"stage"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#execution_mode Codepipeline#execution_mode}. ExecutionMode *string `field:"optional" json:"executionMode" yaml:"executionMode"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#id Codepipeline#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. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#pipeline_type Codepipeline#pipeline_type}. PipelineType *string `field:"optional" json:"pipelineType" yaml:"pipelineType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#tags Codepipeline#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#tags_all Codepipeline#tags_all}. TagsAll *map[string]*string `field:"optional" json:"tagsAll" yaml:"tagsAll"` // trigger block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#trigger Codepipeline#trigger} Trigger interface{} `field:"optional" json:"trigger" yaml:"trigger"` // variable block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#variable Codepipeline#variable} Variable interface{} `field:"optional" json:"variable" yaml:"variable"` }
type CodepipelineStage ¶
type CodepipelineStage struct { // action block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#action Codepipeline#action} Action interface{} `field:"required" json:"action" yaml:"action"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#name Codepipeline#name}. Name *string `field:"required" json:"name" yaml:"name"` }
type CodepipelineStageAction ¶
type CodepipelineStageAction struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#category Codepipeline#category}. Category *string `field:"required" json:"category" yaml:"category"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#name Codepipeline#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#owner Codepipeline#owner}. Owner *string `field:"required" json:"owner" yaml:"owner"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#provider Codepipeline#provider}. Provider *string `field:"required" json:"provider" yaml:"provider"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#version Codepipeline#version}. Version *string `field:"required" json:"version" yaml:"version"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#configuration Codepipeline#configuration}. Configuration *map[string]*string `field:"optional" json:"configuration" yaml:"configuration"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#input_artifacts Codepipeline#input_artifacts}. InputArtifacts *[]*string `field:"optional" json:"inputArtifacts" yaml:"inputArtifacts"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#namespace Codepipeline#namespace}. Namespace *string `field:"optional" json:"namespace" yaml:"namespace"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#output_artifacts Codepipeline#output_artifacts}. OutputArtifacts *[]*string `field:"optional" json:"outputArtifacts" yaml:"outputArtifacts"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#region Codepipeline#region}. Region *string `field:"optional" json:"region" yaml:"region"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#role_arn Codepipeline#role_arn}. RoleArn *string `field:"optional" json:"roleArn" yaml:"roleArn"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#run_order Codepipeline#run_order}. RunOrder *float64 `field:"optional" json:"runOrder" yaml:"runOrder"` }
type CodepipelineStageActionList ¶
type CodepipelineStageActionList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) CodepipelineStageActionOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineStageActionList ¶
func NewCodepipelineStageActionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CodepipelineStageActionList
type CodepipelineStageActionOutputReference ¶
type CodepipelineStageActionOutputReference interface { cdktf.ComplexObject Category() *string SetCategory(val *string) CategoryInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Configuration() *map[string]*string SetConfiguration(val *map[string]*string) ConfigurationInput() *map[string]*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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InputArtifacts() *[]*string SetInputArtifacts(val *[]*string) InputArtifactsInput() *[]*string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string Namespace() *string SetNamespace(val *string) NamespaceInput() *string OutputArtifacts() *[]*string SetOutputArtifacts(val *[]*string) OutputArtifactsInput() *[]*string Owner() *string SetOwner(val *string) OwnerInput() *string Provider() *string SetProvider(val *string) ProviderInput() *string Region() *string SetRegion(val *string) RegionInput() *string RoleArn() *string SetRoleArn(val *string) RoleArnInput() *string RunOrder() *float64 SetRunOrder(val *float64) RunOrderInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Version() *string SetVersion(val *string) VersionInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetConfiguration() ResetInputArtifacts() ResetNamespace() ResetOutputArtifacts() ResetRegion() ResetRoleArn() ResetRunOrder() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineStageActionOutputReference ¶
func NewCodepipelineStageActionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CodepipelineStageActionOutputReference
type CodepipelineStageList ¶
type CodepipelineStageList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) CodepipelineStageOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineStageList ¶
func NewCodepipelineStageList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CodepipelineStageList
type CodepipelineStageOutputReference ¶
type CodepipelineStageOutputReference interface { cdktf.ComplexObject Action() CodepipelineStageActionList ActionInput() interface{} // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutAction(value interface{}) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineStageOutputReference ¶
func NewCodepipelineStageOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CodepipelineStageOutputReference
type CodepipelineTrigger ¶ added in v19.8.0
type CodepipelineTrigger struct { // git_configuration block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#git_configuration Codepipeline#git_configuration} GitConfiguration *CodepipelineTriggerGitConfiguration `field:"required" json:"gitConfiguration" yaml:"gitConfiguration"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#provider_type Codepipeline#provider_type}. ProviderType *string `field:"required" json:"providerType" yaml:"providerType"` }
type CodepipelineTriggerGitConfiguration ¶ added in v19.8.0
type CodepipelineTriggerGitConfiguration struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#source_action_name Codepipeline#source_action_name}. SourceActionName *string `field:"required" json:"sourceActionName" yaml:"sourceActionName"` // pull_request block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#pull_request Codepipeline#pull_request} PullRequest interface{} `field:"optional" json:"pullRequest" yaml:"pullRequest"` // push block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#push Codepipeline#push} Push interface{} `field:"optional" json:"push" yaml:"push"` }
type CodepipelineTriggerGitConfigurationOutputReference ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *CodepipelineTriggerGitConfiguration SetInternalValue(val *CodepipelineTriggerGitConfiguration) PullRequest() CodepipelineTriggerGitConfigurationPullRequestList PullRequestInput() interface{} Push() CodepipelineTriggerGitConfigurationPushList PushInput() interface{} SourceActionName() *string SetSourceActionName(val *string) SourceActionNameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutPullRequest(value interface{}) PutPush(value interface{}) ResetPullRequest() ResetPush() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerGitConfigurationOutputReference ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CodepipelineTriggerGitConfigurationOutputReference
type CodepipelineTriggerGitConfigurationPullRequest ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPullRequest struct { // branches block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#branches Codepipeline#branches} Branches *CodepipelineTriggerGitConfigurationPullRequestBranches `field:"optional" json:"branches" yaml:"branches"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#events Codepipeline#events}. Events *[]*string `field:"optional" json:"events" yaml:"events"` // file_paths block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#file_paths Codepipeline#file_paths} FilePaths *CodepipelineTriggerGitConfigurationPullRequestFilePaths `field:"optional" json:"filePaths" yaml:"filePaths"` }
type CodepipelineTriggerGitConfigurationPullRequestBranches ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPullRequestBranches struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#excludes Codepipeline#excludes}. Excludes *[]*string `field:"optional" json:"excludes" yaml:"excludes"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#includes Codepipeline#includes}. Includes *[]*string `field:"optional" json:"includes" yaml:"includes"` }
type CodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string Excludes() *[]*string SetExcludes(val *[]*string) ExcludesInput() *[]*string // Experimental. Fqn() *string Includes() *[]*string SetIncludes(val *[]*string) IncludesInput() *[]*string InternalValue() *CodepipelineTriggerGitConfigurationPullRequestBranches SetInternalValue(val *CodepipelineTriggerGitConfigurationPullRequestBranches) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetExcludes() ResetIncludes() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference
type CodepipelineTriggerGitConfigurationPullRequestFilePaths ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPullRequestFilePaths struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#excludes Codepipeline#excludes}. Excludes *[]*string `field:"optional" json:"excludes" yaml:"excludes"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#includes Codepipeline#includes}. Includes *[]*string `field:"optional" json:"includes" yaml:"includes"` }
type CodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string Excludes() *[]*string SetExcludes(val *[]*string) ExcludesInput() *[]*string // Experimental. Fqn() *string Includes() *[]*string SetIncludes(val *[]*string) IncludesInput() *[]*string InternalValue() *CodepipelineTriggerGitConfigurationPullRequestFilePaths SetInternalValue(val *CodepipelineTriggerGitConfigurationPullRequestFilePaths) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetExcludes() ResetIncludes() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference
type CodepipelineTriggerGitConfigurationPullRequestList ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPullRequestList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) CodepipelineTriggerGitConfigurationPullRequestOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerGitConfigurationPullRequestList ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPullRequestList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CodepipelineTriggerGitConfigurationPullRequestList
type CodepipelineTriggerGitConfigurationPullRequestOutputReference ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPullRequestOutputReference interface { cdktf.ComplexObject Branches() CodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference BranchesInput() *CodepipelineTriggerGitConfigurationPullRequestBranches // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string Events() *[]*string SetEvents(val *[]*string) EventsInput() *[]*string FilePaths() CodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference FilePathsInput() *CodepipelineTriggerGitConfigurationPullRequestFilePaths // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutBranches(value *CodepipelineTriggerGitConfigurationPullRequestBranches) PutFilePaths(value *CodepipelineTriggerGitConfigurationPullRequestFilePaths) ResetBranches() ResetEvents() ResetFilePaths() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerGitConfigurationPullRequestOutputReference ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPullRequestOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CodepipelineTriggerGitConfigurationPullRequestOutputReference
type CodepipelineTriggerGitConfigurationPush ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPush struct { // branches block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#branches Codepipeline#branches} Branches *CodepipelineTriggerGitConfigurationPushBranches `field:"optional" json:"branches" yaml:"branches"` // file_paths block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#file_paths Codepipeline#file_paths} FilePaths *CodepipelineTriggerGitConfigurationPushFilePaths `field:"optional" json:"filePaths" yaml:"filePaths"` // tags block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#tags Codepipeline#tags} Tags *CodepipelineTriggerGitConfigurationPushTags `field:"optional" json:"tags" yaml:"tags"` }
type CodepipelineTriggerGitConfigurationPushBranches ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPushBranches struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#excludes Codepipeline#excludes}. Excludes *[]*string `field:"optional" json:"excludes" yaml:"excludes"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#includes Codepipeline#includes}. Includes *[]*string `field:"optional" json:"includes" yaml:"includes"` }
type CodepipelineTriggerGitConfigurationPushBranchesOutputReference ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPushBranchesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string Excludes() *[]*string SetExcludes(val *[]*string) ExcludesInput() *[]*string // Experimental. Fqn() *string Includes() *[]*string SetIncludes(val *[]*string) IncludesInput() *[]*string InternalValue() *CodepipelineTriggerGitConfigurationPushBranches SetInternalValue(val *CodepipelineTriggerGitConfigurationPushBranches) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetExcludes() ResetIncludes() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerGitConfigurationPushBranchesOutputReference ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPushBranchesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CodepipelineTriggerGitConfigurationPushBranchesOutputReference
type CodepipelineTriggerGitConfigurationPushFilePaths ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPushFilePaths struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#excludes Codepipeline#excludes}. Excludes *[]*string `field:"optional" json:"excludes" yaml:"excludes"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#includes Codepipeline#includes}. Includes *[]*string `field:"optional" json:"includes" yaml:"includes"` }
type CodepipelineTriggerGitConfigurationPushFilePathsOutputReference ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPushFilePathsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string Excludes() *[]*string SetExcludes(val *[]*string) ExcludesInput() *[]*string // Experimental. Fqn() *string Includes() *[]*string SetIncludes(val *[]*string) IncludesInput() *[]*string InternalValue() *CodepipelineTriggerGitConfigurationPushFilePaths SetInternalValue(val *CodepipelineTriggerGitConfigurationPushFilePaths) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetExcludes() ResetIncludes() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerGitConfigurationPushFilePathsOutputReference ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPushFilePathsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CodepipelineTriggerGitConfigurationPushFilePathsOutputReference
type CodepipelineTriggerGitConfigurationPushList ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPushList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) CodepipelineTriggerGitConfigurationPushOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerGitConfigurationPushList ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPushList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CodepipelineTriggerGitConfigurationPushList
type CodepipelineTriggerGitConfigurationPushOutputReference ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPushOutputReference interface { cdktf.ComplexObject Branches() CodepipelineTriggerGitConfigurationPushBranchesOutputReference BranchesInput() *CodepipelineTriggerGitConfigurationPushBranches // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string FilePaths() CodepipelineTriggerGitConfigurationPushFilePathsOutputReference FilePathsInput() *CodepipelineTriggerGitConfigurationPushFilePaths // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Tags() CodepipelineTriggerGitConfigurationPushTagsOutputReference TagsInput() *CodepipelineTriggerGitConfigurationPushTags // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutBranches(value *CodepipelineTriggerGitConfigurationPushBranches) PutFilePaths(value *CodepipelineTriggerGitConfigurationPushFilePaths) PutTags(value *CodepipelineTriggerGitConfigurationPushTags) ResetBranches() ResetFilePaths() ResetTags() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerGitConfigurationPushOutputReference ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPushOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CodepipelineTriggerGitConfigurationPushOutputReference
type CodepipelineTriggerGitConfigurationPushTags ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPushTags struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#excludes Codepipeline#excludes}. Excludes *[]*string `field:"optional" json:"excludes" yaml:"excludes"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#includes Codepipeline#includes}. Includes *[]*string `field:"optional" json:"includes" yaml:"includes"` }
type CodepipelineTriggerGitConfigurationPushTagsOutputReference ¶ added in v19.8.0
type CodepipelineTriggerGitConfigurationPushTagsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string Excludes() *[]*string SetExcludes(val *[]*string) ExcludesInput() *[]*string // Experimental. Fqn() *string Includes() *[]*string SetIncludes(val *[]*string) IncludesInput() *[]*string InternalValue() *CodepipelineTriggerGitConfigurationPushTags SetInternalValue(val *CodepipelineTriggerGitConfigurationPushTags) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetExcludes() ResetIncludes() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerGitConfigurationPushTagsOutputReference ¶ added in v19.8.0
func NewCodepipelineTriggerGitConfigurationPushTagsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CodepipelineTriggerGitConfigurationPushTagsOutputReference
type CodepipelineTriggerList ¶ added in v19.8.0
type CodepipelineTriggerList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) CodepipelineTriggerOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerList ¶ added in v19.8.0
func NewCodepipelineTriggerList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CodepipelineTriggerList
type CodepipelineTriggerOutputReference ¶ added in v19.8.0
type CodepipelineTriggerOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string GitConfiguration() CodepipelineTriggerGitConfigurationOutputReference GitConfigurationInput() *CodepipelineTriggerGitConfiguration InternalValue() interface{} SetInternalValue(val interface{}) ProviderType() *string SetProviderType(val *string) ProviderTypeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutGitConfiguration(value *CodepipelineTriggerGitConfiguration) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineTriggerOutputReference ¶ added in v19.8.0
func NewCodepipelineTriggerOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CodepipelineTriggerOutputReference
type CodepipelineVariable ¶
type CodepipelineVariable struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#name Codepipeline#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#default_value Codepipeline#default_value}. DefaultValue *string `field:"optional" json:"defaultValue" yaml:"defaultValue"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.56.0/docs/resources/codepipeline#description Codepipeline#description}. Description *string `field:"optional" json:"description" yaml:"description"` }
type CodepipelineVariableList ¶
type CodepipelineVariableList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) CodepipelineVariableOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineVariableList ¶
func NewCodepipelineVariableList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) CodepipelineVariableList
type CodepipelineVariableOutputReference ¶
type CodepipelineVariableOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string DefaultValue() *string SetDefaultValue(val *string) DefaultValueInput() *string Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetDefaultValue() ResetDescription() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewCodepipelineVariableOutputReference ¶
func NewCodepipelineVariableOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) CodepipelineVariableOutputReference
Source Files ¶
- Codepipeline.go
- CodepipelineArtifactStore.go
- CodepipelineArtifactStoreEncryptionKey.go
- CodepipelineArtifactStoreEncryptionKeyOutputReference.go
- CodepipelineArtifactStoreEncryptionKeyOutputReference__checks.go
- CodepipelineArtifactStoreList.go
- CodepipelineArtifactStoreList__checks.go
- CodepipelineArtifactStoreOutputReference.go
- CodepipelineArtifactStoreOutputReference__checks.go
- CodepipelineConfig.go
- CodepipelineStage.go
- CodepipelineStageAction.go
- CodepipelineStageActionList.go
- CodepipelineStageActionList__checks.go
- CodepipelineStageActionOutputReference.go
- CodepipelineStageActionOutputReference__checks.go
- CodepipelineStageList.go
- CodepipelineStageList__checks.go
- CodepipelineStageOutputReference.go
- CodepipelineStageOutputReference__checks.go
- CodepipelineTrigger.go
- CodepipelineTriggerGitConfiguration.go
- CodepipelineTriggerGitConfigurationOutputReference.go
- CodepipelineTriggerGitConfigurationOutputReference__checks.go
- CodepipelineTriggerGitConfigurationPullRequest.go
- CodepipelineTriggerGitConfigurationPullRequestBranches.go
- CodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference.go
- CodepipelineTriggerGitConfigurationPullRequestBranchesOutputReference__checks.go
- CodepipelineTriggerGitConfigurationPullRequestFilePaths.go
- CodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference.go
- CodepipelineTriggerGitConfigurationPullRequestFilePathsOutputReference__checks.go
- CodepipelineTriggerGitConfigurationPullRequestList.go
- CodepipelineTriggerGitConfigurationPullRequestList__checks.go
- CodepipelineTriggerGitConfigurationPullRequestOutputReference.go
- CodepipelineTriggerGitConfigurationPullRequestOutputReference__checks.go
- CodepipelineTriggerGitConfigurationPush.go
- CodepipelineTriggerGitConfigurationPushBranches.go
- CodepipelineTriggerGitConfigurationPushBranchesOutputReference.go
- CodepipelineTriggerGitConfigurationPushBranchesOutputReference__checks.go
- CodepipelineTriggerGitConfigurationPushFilePaths.go
- CodepipelineTriggerGitConfigurationPushFilePathsOutputReference.go
- CodepipelineTriggerGitConfigurationPushFilePathsOutputReference__checks.go
- CodepipelineTriggerGitConfigurationPushList.go
- CodepipelineTriggerGitConfigurationPushList__checks.go
- CodepipelineTriggerGitConfigurationPushOutputReference.go
- CodepipelineTriggerGitConfigurationPushOutputReference__checks.go
- CodepipelineTriggerGitConfigurationPushTags.go
- CodepipelineTriggerGitConfigurationPushTagsOutputReference.go
- CodepipelineTriggerGitConfigurationPushTagsOutputReference__checks.go
- CodepipelineTriggerList.go
- CodepipelineTriggerList__checks.go
- CodepipelineTriggerOutputReference.go
- CodepipelineTriggerOutputReference__checks.go
- CodepipelineVariable.go
- CodepipelineVariableList.go
- CodepipelineVariableList__checks.go
- CodepipelineVariableOutputReference.go
- CodepipelineVariableOutputReference__checks.go
- Codepipeline__checks.go
- main.go