Documentation
¶
Index ¶
- type Deploymentdeprecated
- type DeploymentArgs
- type DeploymentInput
- type DeploymentOutput
- func (o DeploymentOutput) ConfigName() pulumi.StringOutput
- func (o DeploymentOutput) Dimension() pulumi.StringOutput
- func (DeploymentOutput) ElementType() reflect.Type
- func (o DeploymentOutput) PipelineId() pulumi.StringPtrOutput
- func (o DeploymentOutput) S3Bucket() pulumi.StringOutput
- func (o DeploymentOutput) S3Key() pulumi.StringOutput
- func (o DeploymentOutput) Stage() pulumi.StringOutput
- func (o DeploymentOutput) TargetRegionOverride() pulumi.StringPtrOutput
- func (o DeploymentOutput) ToDeploymentOutput() DeploymentOutput
- func (o DeploymentOutput) ToDeploymentOutputWithContext(ctx context.Context) DeploymentOutput
- func (o DeploymentOutput) ToOutput(ctx context.Context) pulumix.Output[*Deployment]
- type DeploymentState
- type LookupDeploymentArgs
- type LookupDeploymentOutputArgs
- type LookupDeploymentResult
- type LookupDeploymentResultOutput
- func (o LookupDeploymentResultOutput) ConfigName() pulumi.StringPtrOutput
- func (o LookupDeploymentResultOutput) Dimension() pulumi.StringPtrOutput
- func (LookupDeploymentResultOutput) ElementType() reflect.Type
- func (o LookupDeploymentResultOutput) Id() pulumi.StringPtrOutput
- func (o LookupDeploymentResultOutput) PipelineId() pulumi.StringPtrOutput
- func (o LookupDeploymentResultOutput) S3Bucket() pulumi.StringPtrOutput
- func (o LookupDeploymentResultOutput) Stage() pulumi.StringPtrOutput
- func (o LookupDeploymentResultOutput) TargetRegionOverride() pulumi.StringPtrOutput
- func (o LookupDeploymentResultOutput) ToLookupDeploymentResultOutput() LookupDeploymentResultOutput
- func (o LookupDeploymentResultOutput) ToLookupDeploymentResultOutputWithContext(ctx context.Context) LookupDeploymentResultOutput
- func (o LookupDeploymentResultOutput) ToOutput(ctx context.Context) pulumix.Output[LookupDeploymentResult]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployment
deprecated
type Deployment struct { pulumi.CustomResourceState ConfigName pulumi.StringOutput `pulumi:"configName"` Dimension pulumi.StringOutput `pulumi:"dimension"` PipelineId pulumi.StringPtrOutput `pulumi:"pipelineId"` S3Bucket pulumi.StringOutput `pulumi:"s3Bucket"` S3Key pulumi.StringOutput `pulumi:"s3Key"` Stage pulumi.StringOutput `pulumi:"stage"` TargetRegionOverride pulumi.StringPtrOutput `pulumi:"targetRegionOverride"` }
Resource Type definition for AMZN::SDC::Deployment
Deprecated: Deployment is not yet supported by AWS Native, so its creation will currently fail. Please use the classic AWS provider, if possible.
func GetDeployment ¶
func GetDeployment(ctx *pulumi.Context, name string, id pulumi.IDInput, state *DeploymentState, opts ...pulumi.ResourceOption) (*Deployment, error)
GetDeployment gets an existing Deployment resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
func NewDeployment ¶
func NewDeployment(ctx *pulumi.Context, name string, args *DeploymentArgs, opts ...pulumi.ResourceOption) (*Deployment, error)
NewDeployment registers a new resource with the given unique name, arguments, and options.
func (*Deployment) ElementType ¶
func (*Deployment) ElementType() reflect.Type
func (*Deployment) ToDeploymentOutput ¶
func (i *Deployment) ToDeploymentOutput() DeploymentOutput
func (*Deployment) ToDeploymentOutputWithContext ¶
func (i *Deployment) ToDeploymentOutputWithContext(ctx context.Context) DeploymentOutput
func (*Deployment) ToOutput ¶
func (i *Deployment) ToOutput(ctx context.Context) pulumix.Output[*Deployment]
type DeploymentArgs ¶
type DeploymentArgs struct { ConfigName pulumi.StringInput Dimension pulumi.StringInput PipelineId pulumi.StringPtrInput S3Bucket pulumi.StringInput S3Key pulumi.StringInput Stage pulumi.StringInput TargetRegionOverride pulumi.StringPtrInput }
The set of arguments for constructing a Deployment resource.
func (DeploymentArgs) ElementType ¶
func (DeploymentArgs) ElementType() reflect.Type
type DeploymentInput ¶
type DeploymentInput interface { pulumi.Input ToDeploymentOutput() DeploymentOutput ToDeploymentOutputWithContext(ctx context.Context) DeploymentOutput }
type DeploymentOutput ¶
type DeploymentOutput struct{ *pulumi.OutputState }
func (DeploymentOutput) ConfigName ¶
func (o DeploymentOutput) ConfigName() pulumi.StringOutput
func (DeploymentOutput) Dimension ¶
func (o DeploymentOutput) Dimension() pulumi.StringOutput
func (DeploymentOutput) ElementType ¶
func (DeploymentOutput) ElementType() reflect.Type
func (DeploymentOutput) PipelineId ¶
func (o DeploymentOutput) PipelineId() pulumi.StringPtrOutput
func (DeploymentOutput) S3Bucket ¶
func (o DeploymentOutput) S3Bucket() pulumi.StringOutput
func (DeploymentOutput) S3Key ¶
func (o DeploymentOutput) S3Key() pulumi.StringOutput
func (DeploymentOutput) Stage ¶
func (o DeploymentOutput) Stage() pulumi.StringOutput
func (DeploymentOutput) TargetRegionOverride ¶
func (o DeploymentOutput) TargetRegionOverride() pulumi.StringPtrOutput
func (DeploymentOutput) ToDeploymentOutput ¶
func (o DeploymentOutput) ToDeploymentOutput() DeploymentOutput
func (DeploymentOutput) ToDeploymentOutputWithContext ¶
func (o DeploymentOutput) ToDeploymentOutputWithContext(ctx context.Context) DeploymentOutput
func (DeploymentOutput) ToOutput ¶
func (o DeploymentOutput) ToOutput(ctx context.Context) pulumix.Output[*Deployment]
type DeploymentState ¶
type DeploymentState struct { }
func (DeploymentState) ElementType ¶
func (DeploymentState) ElementType() reflect.Type
type LookupDeploymentArgs ¶
type LookupDeploymentArgs struct {
Id string `pulumi:"id"`
}
type LookupDeploymentOutputArgs ¶
type LookupDeploymentOutputArgs struct {
Id pulumi.StringInput `pulumi:"id"`
}
func (LookupDeploymentOutputArgs) ElementType ¶
func (LookupDeploymentOutputArgs) ElementType() reflect.Type
type LookupDeploymentResult ¶
type LookupDeploymentResult struct { ConfigName *string `pulumi:"configName"` Dimension *string `pulumi:"dimension"` Id *string `pulumi:"id"` PipelineId *string `pulumi:"pipelineId"` S3Bucket *string `pulumi:"s3Bucket"` Stage *string `pulumi:"stage"` TargetRegionOverride *string `pulumi:"targetRegionOverride"` }
func LookupDeployment ¶
func LookupDeployment(ctx *pulumi.Context, args *LookupDeploymentArgs, opts ...pulumi.InvokeOption) (*LookupDeploymentResult, error)
Resource Type definition for AMZN::SDC::Deployment
type LookupDeploymentResultOutput ¶
type LookupDeploymentResultOutput struct{ *pulumi.OutputState }
func LookupDeploymentOutput ¶
func LookupDeploymentOutput(ctx *pulumi.Context, args LookupDeploymentOutputArgs, opts ...pulumi.InvokeOption) LookupDeploymentResultOutput
func (LookupDeploymentResultOutput) ConfigName ¶
func (o LookupDeploymentResultOutput) ConfigName() pulumi.StringPtrOutput
func (LookupDeploymentResultOutput) Dimension ¶
func (o LookupDeploymentResultOutput) Dimension() pulumi.StringPtrOutput
func (LookupDeploymentResultOutput) ElementType ¶
func (LookupDeploymentResultOutput) ElementType() reflect.Type
func (LookupDeploymentResultOutput) Id ¶
func (o LookupDeploymentResultOutput) Id() pulumi.StringPtrOutput
func (LookupDeploymentResultOutput) PipelineId ¶
func (o LookupDeploymentResultOutput) PipelineId() pulumi.StringPtrOutput
func (LookupDeploymentResultOutput) S3Bucket ¶
func (o LookupDeploymentResultOutput) S3Bucket() pulumi.StringPtrOutput
func (LookupDeploymentResultOutput) Stage ¶
func (o LookupDeploymentResultOutput) Stage() pulumi.StringPtrOutput
func (LookupDeploymentResultOutput) TargetRegionOverride ¶
func (o LookupDeploymentResultOutput) TargetRegionOverride() pulumi.StringPtrOutput
func (LookupDeploymentResultOutput) ToLookupDeploymentResultOutput ¶
func (o LookupDeploymentResultOutput) ToLookupDeploymentResultOutput() LookupDeploymentResultOutput
func (LookupDeploymentResultOutput) ToLookupDeploymentResultOutputWithContext ¶
func (o LookupDeploymentResultOutput) ToLookupDeploymentResultOutputWithContext(ctx context.Context) LookupDeploymentResultOutput
func (LookupDeploymentResultOutput) ToOutput ¶
func (o LookupDeploymentResultOutput) ToOutput(ctx context.Context) pulumix.Output[LookupDeploymentResult]
Click to show internal directories.
Click to hide internal directories.