Documentation ¶
Index ¶
- type Args
- type BlockDeviceMapping
- type BlockDeviceMappingAttributes
- func (bdm BlockDeviceMappingAttributes) DeviceName() terra.StringValue
- func (bdm BlockDeviceMappingAttributes) Ebs() terra.ListValue[BlockDeviceMappingEbsAttributes]
- func (bdm BlockDeviceMappingAttributes) InternalRef() (terra.Reference, error)
- func (bdm BlockDeviceMappingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bdm BlockDeviceMappingAttributes) InternalWithRef(ref terra.Reference) BlockDeviceMappingAttributes
- func (bdm BlockDeviceMappingAttributes) NoDevice() terra.BoolValue
- func (bdm BlockDeviceMappingAttributes) VirtualName() terra.StringValue
- type BlockDeviceMappingEbs
- type BlockDeviceMappingEbsAttributes
- func (e BlockDeviceMappingEbsAttributes) DeleteOnTermination() terra.StringValue
- func (e BlockDeviceMappingEbsAttributes) Encrypted() terra.StringValue
- func (e BlockDeviceMappingEbsAttributes) InternalRef() (terra.Reference, error)
- func (e BlockDeviceMappingEbsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e BlockDeviceMappingEbsAttributes) InternalWithRef(ref terra.Reference) BlockDeviceMappingEbsAttributes
- func (e BlockDeviceMappingEbsAttributes) Iops() terra.NumberValue
- func (e BlockDeviceMappingEbsAttributes) KmsKeyId() terra.StringValue
- func (e BlockDeviceMappingEbsAttributes) SnapshotId() terra.StringValue
- func (e BlockDeviceMappingEbsAttributes) Throughput() terra.NumberValue
- func (e BlockDeviceMappingEbsAttributes) VolumeSize() terra.NumberValue
- func (e BlockDeviceMappingEbsAttributes) VolumeType() terra.StringValue
- type BlockDeviceMappingEbsState
- type BlockDeviceMappingState
- type Component
- type ComponentAttributes
- func (c ComponentAttributes) ComponentArn() terra.StringValue
- func (c ComponentAttributes) InternalRef() (terra.Reference, error)
- func (c ComponentAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c ComponentAttributes) InternalWithRef(ref terra.Reference) ComponentAttributes
- func (c ComponentAttributes) Parameter() terra.SetValue[ComponentParameterAttributes]
- type ComponentParameter
- type ComponentParameterAttributes
- func (p ComponentParameterAttributes) InternalRef() (terra.Reference, error)
- func (p ComponentParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (p ComponentParameterAttributes) InternalWithRef(ref terra.Reference) ComponentParameterAttributes
- func (p ComponentParameterAttributes) Name() terra.StringValue
- func (p ComponentParameterAttributes) Value() terra.StringValue
- type ComponentParameterState
- type ComponentState
- type DataArgs
- type DataBlockDeviceMappingAttributes
- func (bdm DataBlockDeviceMappingAttributes) DeviceName() terra.StringValue
- func (bdm DataBlockDeviceMappingAttributes) Ebs() terra.ListValue[DataBlockDeviceMappingEbsAttributes]
- func (bdm DataBlockDeviceMappingAttributes) InternalRef() (terra.Reference, error)
- func (bdm DataBlockDeviceMappingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bdm DataBlockDeviceMappingAttributes) InternalWithRef(ref terra.Reference) DataBlockDeviceMappingAttributes
- func (bdm DataBlockDeviceMappingAttributes) NoDevice() terra.StringValue
- func (bdm DataBlockDeviceMappingAttributes) VirtualName() terra.StringValue
- type DataBlockDeviceMappingEbsAttributes
- func (e DataBlockDeviceMappingEbsAttributes) DeleteOnTermination() terra.BoolValue
- func (e DataBlockDeviceMappingEbsAttributes) Encrypted() terra.BoolValue
- func (e DataBlockDeviceMappingEbsAttributes) InternalRef() (terra.Reference, error)
- func (e DataBlockDeviceMappingEbsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e DataBlockDeviceMappingEbsAttributes) InternalWithRef(ref terra.Reference) DataBlockDeviceMappingEbsAttributes
- func (e DataBlockDeviceMappingEbsAttributes) Iops() terra.NumberValue
- func (e DataBlockDeviceMappingEbsAttributes) KmsKeyId() terra.StringValue
- func (e DataBlockDeviceMappingEbsAttributes) SnapshotId() terra.StringValue
- func (e DataBlockDeviceMappingEbsAttributes) Throughput() terra.NumberValue
- func (e DataBlockDeviceMappingEbsAttributes) VolumeSize() terra.NumberValue
- func (e DataBlockDeviceMappingEbsAttributes) VolumeType() terra.StringValue
- type DataBlockDeviceMappingEbsState
- type DataBlockDeviceMappingState
- type DataComponentAttributes
- func (c DataComponentAttributes) ComponentArn() terra.StringValue
- func (c DataComponentAttributes) InternalRef() (terra.Reference, error)
- func (c DataComponentAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c DataComponentAttributes) InternalWithRef(ref terra.Reference) DataComponentAttributes
- func (c DataComponentAttributes) Parameter() terra.SetValue[DataComponentParameterAttributes]
- type DataComponentParameterAttributes
- func (p DataComponentParameterAttributes) InternalRef() (terra.Reference, error)
- func (p DataComponentParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (p DataComponentParameterAttributes) InternalWithRef(ref terra.Reference) DataComponentParameterAttributes
- func (p DataComponentParameterAttributes) Name() terra.StringValue
- func (p DataComponentParameterAttributes) Value() terra.StringValue
- type DataComponentParameterState
- type DataComponentState
- type DataSource
- type Resource
- func (aiir *Resource) Attributes() awsImagebuilderImageRecipeAttributes
- func (aiir *Resource) Configuration() interface{}
- func (aiir *Resource) DependOn() terra.Reference
- func (aiir *Resource) Dependencies() terra.Dependencies
- func (aiir *Resource) ImportState(state io.Reader) error
- func (aiir *Resource) LifecycleManagement() *terra.Lifecycle
- func (aiir *Resource) LocalName() string
- func (aiir *Resource) State() (*awsImagebuilderImageRecipeState, bool)
- func (aiir *Resource) StateMust() *awsImagebuilderImageRecipeState
- func (aiir *Resource) Type() string
- type SystemsManagerAgent
- type SystemsManagerAgentAttributes
- func (sma SystemsManagerAgentAttributes) InternalRef() (terra.Reference, error)
- func (sma SystemsManagerAgentAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sma SystemsManagerAgentAttributes) InternalWithRef(ref terra.Reference) SystemsManagerAgentAttributes
- func (sma SystemsManagerAgentAttributes) UninstallAfterBuild() terra.BoolValue
- type SystemsManagerAgentState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ParentImage: string, required ParentImage terra.StringValue `hcl:"parent_image,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // UserDataBase64: string, optional UserDataBase64 terra.StringValue `hcl:"user_data_base64,attr"` // Version: string, required Version terra.StringValue `hcl:"version,attr" validate:"required"` // WorkingDirectory: string, optional WorkingDirectory terra.StringValue `hcl:"working_directory,attr"` // BlockDeviceMapping: min=0 BlockDeviceMapping []BlockDeviceMapping `hcl:"block_device_mapping,block" validate:"min=0"` // Component: min=1 Component []Component `hcl:"component,block" validate:"min=1"` // SystemsManagerAgent: optional SystemsManagerAgent *SystemsManagerAgent `hcl:"systems_manager_agent,block"` }
Args contains the configurations for aws_imagebuilder_image_recipe.
type BlockDeviceMapping ¶
type BlockDeviceMapping struct { // DeviceName: string, optional DeviceName terra.StringValue `hcl:"device_name,attr"` // NoDevice: bool, optional NoDevice terra.BoolValue `hcl:"no_device,attr"` // VirtualName: string, optional VirtualName terra.StringValue `hcl:"virtual_name,attr"` // BlockDeviceMappingEbs: optional Ebs *BlockDeviceMappingEbs `hcl:"ebs,block"` }
type BlockDeviceMappingAttributes ¶
type BlockDeviceMappingAttributes struct {
// contains filtered or unexported fields
}
func (BlockDeviceMappingAttributes) DeviceName ¶
func (bdm BlockDeviceMappingAttributes) DeviceName() terra.StringValue
func (BlockDeviceMappingAttributes) Ebs ¶
func (bdm BlockDeviceMappingAttributes) Ebs() terra.ListValue[BlockDeviceMappingEbsAttributes]
func (BlockDeviceMappingAttributes) InternalRef ¶
func (bdm BlockDeviceMappingAttributes) InternalRef() (terra.Reference, error)
func (BlockDeviceMappingAttributes) InternalTokens ¶
func (bdm BlockDeviceMappingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (BlockDeviceMappingAttributes) InternalWithRef ¶
func (bdm BlockDeviceMappingAttributes) InternalWithRef(ref terra.Reference) BlockDeviceMappingAttributes
func (BlockDeviceMappingAttributes) NoDevice ¶
func (bdm BlockDeviceMappingAttributes) NoDevice() terra.BoolValue
func (BlockDeviceMappingAttributes) VirtualName ¶
func (bdm BlockDeviceMappingAttributes) VirtualName() terra.StringValue
type BlockDeviceMappingEbs ¶
type BlockDeviceMappingEbs struct { // DeleteOnTermination: string, optional DeleteOnTermination terra.StringValue `hcl:"delete_on_termination,attr"` // Encrypted: string, optional Encrypted terra.StringValue `hcl:"encrypted,attr"` // Iops: number, optional Iops terra.NumberValue `hcl:"iops,attr"` // KmsKeyId: string, optional KmsKeyId terra.StringValue `hcl:"kms_key_id,attr"` // SnapshotId: string, optional SnapshotId terra.StringValue `hcl:"snapshot_id,attr"` // Throughput: number, optional Throughput terra.NumberValue `hcl:"throughput,attr"` // VolumeSize: number, optional VolumeSize terra.NumberValue `hcl:"volume_size,attr"` // VolumeType: string, optional VolumeType terra.StringValue `hcl:"volume_type,attr"` }
type BlockDeviceMappingEbsAttributes ¶
type BlockDeviceMappingEbsAttributes struct {
// contains filtered or unexported fields
}
func (BlockDeviceMappingEbsAttributes) DeleteOnTermination ¶
func (e BlockDeviceMappingEbsAttributes) DeleteOnTermination() terra.StringValue
func (BlockDeviceMappingEbsAttributes) Encrypted ¶
func (e BlockDeviceMappingEbsAttributes) Encrypted() terra.StringValue
func (BlockDeviceMappingEbsAttributes) InternalRef ¶
func (e BlockDeviceMappingEbsAttributes) InternalRef() (terra.Reference, error)
func (BlockDeviceMappingEbsAttributes) InternalTokens ¶
func (e BlockDeviceMappingEbsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (BlockDeviceMappingEbsAttributes) InternalWithRef ¶
func (e BlockDeviceMappingEbsAttributes) InternalWithRef(ref terra.Reference) BlockDeviceMappingEbsAttributes
func (BlockDeviceMappingEbsAttributes) Iops ¶
func (e BlockDeviceMappingEbsAttributes) Iops() terra.NumberValue
func (BlockDeviceMappingEbsAttributes) KmsKeyId ¶
func (e BlockDeviceMappingEbsAttributes) KmsKeyId() terra.StringValue
func (BlockDeviceMappingEbsAttributes) SnapshotId ¶
func (e BlockDeviceMappingEbsAttributes) SnapshotId() terra.StringValue
func (BlockDeviceMappingEbsAttributes) Throughput ¶
func (e BlockDeviceMappingEbsAttributes) Throughput() terra.NumberValue
func (BlockDeviceMappingEbsAttributes) VolumeSize ¶
func (e BlockDeviceMappingEbsAttributes) VolumeSize() terra.NumberValue
func (BlockDeviceMappingEbsAttributes) VolumeType ¶
func (e BlockDeviceMappingEbsAttributes) VolumeType() terra.StringValue
type BlockDeviceMappingEbsState ¶
type BlockDeviceMappingEbsState struct { DeleteOnTermination string `json:"delete_on_termination"` Encrypted string `json:"encrypted"` Iops float64 `json:"iops"` KmsKeyId string `json:"kms_key_id"` SnapshotId string `json:"snapshot_id"` Throughput float64 `json:"throughput"` VolumeSize float64 `json:"volume_size"` VolumeType string `json:"volume_type"` }
type BlockDeviceMappingState ¶
type BlockDeviceMappingState struct { DeviceName string `json:"device_name"` NoDevice bool `json:"no_device"` VirtualName string `json:"virtual_name"` Ebs []BlockDeviceMappingEbsState `json:"ebs"` }
type Component ¶
type Component struct { // ComponentArn: string, required ComponentArn terra.StringValue `hcl:"component_arn,attr" validate:"required"` // ComponentParameter: min=0 Parameter []ComponentParameter `hcl:"parameter,block" validate:"min=0"` }
type ComponentAttributes ¶
type ComponentAttributes struct {
// contains filtered or unexported fields
}
func (ComponentAttributes) ComponentArn ¶
func (c ComponentAttributes) ComponentArn() terra.StringValue
func (ComponentAttributes) InternalRef ¶
func (c ComponentAttributes) InternalRef() (terra.Reference, error)
func (ComponentAttributes) InternalTokens ¶
func (c ComponentAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ComponentAttributes) InternalWithRef ¶
func (c ComponentAttributes) InternalWithRef(ref terra.Reference) ComponentAttributes
func (ComponentAttributes) Parameter ¶
func (c ComponentAttributes) Parameter() terra.SetValue[ComponentParameterAttributes]
type ComponentParameter ¶
type ComponentParameter struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Value: string, required Value terra.StringValue `hcl:"value,attr" validate:"required"` }
type ComponentParameterAttributes ¶
type ComponentParameterAttributes struct {
// contains filtered or unexported fields
}
func (ComponentParameterAttributes) InternalRef ¶
func (p ComponentParameterAttributes) InternalRef() (terra.Reference, error)
func (ComponentParameterAttributes) InternalTokens ¶
func (p ComponentParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ComponentParameterAttributes) InternalWithRef ¶
func (p ComponentParameterAttributes) InternalWithRef(ref terra.Reference) ComponentParameterAttributes
func (ComponentParameterAttributes) Name ¶
func (p ComponentParameterAttributes) Name() terra.StringValue
func (ComponentParameterAttributes) Value ¶
func (p ComponentParameterAttributes) Value() terra.StringValue
type ComponentParameterState ¶
type ComponentState ¶
type ComponentState struct { ComponentArn string `json:"component_arn"` Parameter []ComponentParameterState `json:"parameter"` }
type DataArgs ¶
type DataArgs struct { // Arn: string, required Arn terra.StringValue `hcl:"arn,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` }
DataArgs contains the configurations for aws_imagebuilder_image_recipe.
type DataBlockDeviceMappingAttributes ¶
type DataBlockDeviceMappingAttributes struct {
// contains filtered or unexported fields
}
func (DataBlockDeviceMappingAttributes) DeviceName ¶
func (bdm DataBlockDeviceMappingAttributes) DeviceName() terra.StringValue
func (DataBlockDeviceMappingAttributes) Ebs ¶
func (bdm DataBlockDeviceMappingAttributes) Ebs() terra.ListValue[DataBlockDeviceMappingEbsAttributes]
func (DataBlockDeviceMappingAttributes) InternalRef ¶
func (bdm DataBlockDeviceMappingAttributes) InternalRef() (terra.Reference, error)
func (DataBlockDeviceMappingAttributes) InternalTokens ¶
func (bdm DataBlockDeviceMappingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataBlockDeviceMappingAttributes) InternalWithRef ¶
func (bdm DataBlockDeviceMappingAttributes) InternalWithRef(ref terra.Reference) DataBlockDeviceMappingAttributes
func (DataBlockDeviceMappingAttributes) NoDevice ¶
func (bdm DataBlockDeviceMappingAttributes) NoDevice() terra.StringValue
func (DataBlockDeviceMappingAttributes) VirtualName ¶
func (bdm DataBlockDeviceMappingAttributes) VirtualName() terra.StringValue
type DataBlockDeviceMappingEbsAttributes ¶
type DataBlockDeviceMappingEbsAttributes struct {
// contains filtered or unexported fields
}
func (DataBlockDeviceMappingEbsAttributes) DeleteOnTermination ¶
func (e DataBlockDeviceMappingEbsAttributes) DeleteOnTermination() terra.BoolValue
func (DataBlockDeviceMappingEbsAttributes) Encrypted ¶
func (e DataBlockDeviceMappingEbsAttributes) Encrypted() terra.BoolValue
func (DataBlockDeviceMappingEbsAttributes) InternalRef ¶
func (e DataBlockDeviceMappingEbsAttributes) InternalRef() (terra.Reference, error)
func (DataBlockDeviceMappingEbsAttributes) InternalTokens ¶
func (e DataBlockDeviceMappingEbsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataBlockDeviceMappingEbsAttributes) InternalWithRef ¶
func (e DataBlockDeviceMappingEbsAttributes) InternalWithRef(ref terra.Reference) DataBlockDeviceMappingEbsAttributes
func (DataBlockDeviceMappingEbsAttributes) Iops ¶
func (e DataBlockDeviceMappingEbsAttributes) Iops() terra.NumberValue
func (DataBlockDeviceMappingEbsAttributes) KmsKeyId ¶
func (e DataBlockDeviceMappingEbsAttributes) KmsKeyId() terra.StringValue
func (DataBlockDeviceMappingEbsAttributes) SnapshotId ¶
func (e DataBlockDeviceMappingEbsAttributes) SnapshotId() terra.StringValue
func (DataBlockDeviceMappingEbsAttributes) Throughput ¶
func (e DataBlockDeviceMappingEbsAttributes) Throughput() terra.NumberValue
func (DataBlockDeviceMappingEbsAttributes) VolumeSize ¶
func (e DataBlockDeviceMappingEbsAttributes) VolumeSize() terra.NumberValue
func (DataBlockDeviceMappingEbsAttributes) VolumeType ¶
func (e DataBlockDeviceMappingEbsAttributes) VolumeType() terra.StringValue
type DataBlockDeviceMappingEbsState ¶
type DataBlockDeviceMappingEbsState struct { DeleteOnTermination bool `json:"delete_on_termination"` Encrypted bool `json:"encrypted"` Iops float64 `json:"iops"` KmsKeyId string `json:"kms_key_id"` SnapshotId string `json:"snapshot_id"` Throughput float64 `json:"throughput"` VolumeSize float64 `json:"volume_size"` VolumeType string `json:"volume_type"` }
type DataBlockDeviceMappingState ¶
type DataBlockDeviceMappingState struct { DeviceName string `json:"device_name"` NoDevice string `json:"no_device"` VirtualName string `json:"virtual_name"` Ebs []DataBlockDeviceMappingEbsState `json:"ebs"` }
type DataComponentAttributes ¶
type DataComponentAttributes struct {
// contains filtered or unexported fields
}
func (DataComponentAttributes) ComponentArn ¶
func (c DataComponentAttributes) ComponentArn() terra.StringValue
func (DataComponentAttributes) InternalRef ¶
func (c DataComponentAttributes) InternalRef() (terra.Reference, error)
func (DataComponentAttributes) InternalTokens ¶
func (c DataComponentAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataComponentAttributes) InternalWithRef ¶
func (c DataComponentAttributes) InternalWithRef(ref terra.Reference) DataComponentAttributes
func (DataComponentAttributes) Parameter ¶
func (c DataComponentAttributes) Parameter() terra.SetValue[DataComponentParameterAttributes]
type DataComponentParameterAttributes ¶
type DataComponentParameterAttributes struct {
// contains filtered or unexported fields
}
func (DataComponentParameterAttributes) InternalRef ¶
func (p DataComponentParameterAttributes) InternalRef() (terra.Reference, error)
func (DataComponentParameterAttributes) InternalTokens ¶
func (p DataComponentParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataComponentParameterAttributes) InternalWithRef ¶
func (p DataComponentParameterAttributes) InternalWithRef(ref terra.Reference) DataComponentParameterAttributes
func (DataComponentParameterAttributes) Name ¶
func (p DataComponentParameterAttributes) Name() terra.StringValue
func (DataComponentParameterAttributes) Value ¶
func (p DataComponentParameterAttributes) Value() terra.StringValue
type DataComponentState ¶
type DataComponentState struct { ComponentArn string `json:"component_arn"` Parameter []DataComponentParameterState `json:"parameter"` }
type DataSource ¶
DataSource represents the Terraform data resource aws_imagebuilder_image_recipe.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (aiir *DataSource) Attributes() dataAwsImagebuilderImageRecipeAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (aiir *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (aiir *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (aiir *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_imagebuilder_image_recipe.
func (*Resource) Attributes ¶
func (aiir *Resource) Attributes() awsImagebuilderImageRecipeAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aiir *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aiir *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type SystemsManagerAgent ¶
type SystemsManagerAgentAttributes ¶
type SystemsManagerAgentAttributes struct {
// contains filtered or unexported fields
}
func (SystemsManagerAgentAttributes) InternalRef ¶
func (sma SystemsManagerAgentAttributes) InternalRef() (terra.Reference, error)
func (SystemsManagerAgentAttributes) InternalTokens ¶
func (sma SystemsManagerAgentAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SystemsManagerAgentAttributes) InternalWithRef ¶
func (sma SystemsManagerAgentAttributes) InternalWithRef(ref terra.Reference) SystemsManagerAgentAttributes
func (SystemsManagerAgentAttributes) UninstallAfterBuild ¶
func (sma SystemsManagerAgentAttributes) UninstallAfterBuild() terra.BoolValue
type SystemsManagerAgentState ¶
type SystemsManagerAgentState struct {
UninstallAfterBuild bool `json:"uninstall_after_build"`
}