sdc

package
v0.95.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

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 (DeploymentOutput) Stage

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

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 (LookupDeploymentResultOutput) ConfigName

func (LookupDeploymentResultOutput) Dimension

func (LookupDeploymentResultOutput) ElementType

func (LookupDeploymentResultOutput) Id

func (LookupDeploymentResultOutput) PipelineId

func (LookupDeploymentResultOutput) S3Bucket

func (LookupDeploymentResultOutput) Stage

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL