awsdatapipeline

package
v1.106.0-devpreview Latest Latest
Warning

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

Go to latest
Published: May 25, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CfnPipeline_CFN_RESOURCE_TYPE_NAME

func CfnPipeline_CFN_RESOURCE_TYPE_NAME() *string

func CfnPipeline_IsCfnElement

func CfnPipeline_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.

func CfnPipeline_IsCfnResource

func CfnPipeline_IsCfnResource(construct constructs.IConstruct) *bool

Check whether the given construct is a CfnResource. Experimental.

func CfnPipeline_IsConstruct

func CfnPipeline_IsConstruct(x interface{}) *bool

Return whether the given object is a Construct. Experimental.

func NewCfnPipeline_Override

func NewCfnPipeline_Override(c CfnPipeline, scope awscdk.Construct, id *string, props *CfnPipelineProps)

Create a new `AWS::DataPipeline::Pipeline`.

Types

type CfnPipeline

type CfnPipeline interface {
	awscdk.CfnResource
	awscdk.IInspectable
	Activate() interface{}
	SetActivate(val interface{})
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	CfnResourceType() *string
	CreationStack() *[]*string
	Description() *string
	SetDescription(val *string)
	LogicalId() *string
	Name() *string
	SetName(val *string)
	Node() awscdk.ConstructNode
	ParameterObjects() interface{}
	SetParameterObjects(val interface{})
	ParameterValues() interface{}
	SetParameterValues(val interface{})
	PipelineObjects() interface{}
	SetPipelineObjects(val interface{})
	PipelineTags() interface{}
	SetPipelineTags(val interface{})
	Ref() *string
	Stack() awscdk.Stack
	UpdatedProperites() *map[string]interface{}
	AddDeletionOverride(path *string)
	AddDependsOn(target awscdk.CfnResource)
	AddMetadata(key *string, value interface{})
	AddOverride(path *string, value interface{})
	AddPropertyDeletionOverride(propertyPath *string)
	AddPropertyOverride(propertyPath *string, value interface{})
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	GetAtt(attributeName *string) awscdk.Reference
	GetMetadata(key *string) interface{}
	Inspect(inspector awscdk.TreeInspector)
	OnPrepare()
	OnSynthesize(session constructs.ISynthesisSession)
	OnValidate() *[]*string
	OverrideLogicalId(newLogicalId *string)
	Prepare()
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	ShouldSynthesize() *bool
	Synthesize(session awscdk.ISynthesisSession)
	ToString() *string
	Validate() *[]*string
	ValidateProperties(_properties interface{})
}

A CloudFormation `AWS::DataPipeline::Pipeline`.

func NewCfnPipeline

func NewCfnPipeline(scope awscdk.Construct, id *string, props *CfnPipelineProps) CfnPipeline

Create a new `AWS::DataPipeline::Pipeline`.

type CfnPipelineProps

type CfnPipelineProps struct {
	// `AWS::DataPipeline::Pipeline.Name`.
	Name *string `json:"name"`
	// `AWS::DataPipeline::Pipeline.ParameterObjects`.
	ParameterObjects interface{} `json:"parameterObjects"`
	// `AWS::DataPipeline::Pipeline.Activate`.
	Activate interface{} `json:"activate"`
	// `AWS::DataPipeline::Pipeline.Description`.
	Description *string `json:"description"`
	// `AWS::DataPipeline::Pipeline.ParameterValues`.
	ParameterValues interface{} `json:"parameterValues"`
	// `AWS::DataPipeline::Pipeline.PipelineObjects`.
	PipelineObjects interface{} `json:"pipelineObjects"`
	// `AWS::DataPipeline::Pipeline.PipelineTags`.
	PipelineTags interface{} `json:"pipelineTags"`
}

Properties for defining a `AWS::DataPipeline::Pipeline`.

type CfnPipeline_FieldProperty

type CfnPipeline_FieldProperty struct {
	// `CfnPipeline.FieldProperty.Key`.
	Key *string `json:"key"`
	// `CfnPipeline.FieldProperty.RefValue`.
	RefValue *string `json:"refValue"`
	// `CfnPipeline.FieldProperty.StringValue`.
	StringValue *string `json:"stringValue"`
}

type CfnPipeline_ParameterAttributeProperty

type CfnPipeline_ParameterAttributeProperty struct {
	// `CfnPipeline.ParameterAttributeProperty.Key`.
	Key *string `json:"key"`
	// `CfnPipeline.ParameterAttributeProperty.StringValue`.
	StringValue *string `json:"stringValue"`
}

type CfnPipeline_ParameterObjectProperty

type CfnPipeline_ParameterObjectProperty struct {
	// `CfnPipeline.ParameterObjectProperty.Attributes`.
	Attributes interface{} `json:"attributes"`
	// `CfnPipeline.ParameterObjectProperty.Id`.
	Id *string `json:"id"`
}

type CfnPipeline_ParameterValueProperty

type CfnPipeline_ParameterValueProperty struct {
	// `CfnPipeline.ParameterValueProperty.Id`.
	Id *string `json:"id"`
	// `CfnPipeline.ParameterValueProperty.StringValue`.
	StringValue *string `json:"stringValue"`
}

type CfnPipeline_PipelineObjectProperty

type CfnPipeline_PipelineObjectProperty struct {
	// `CfnPipeline.PipelineObjectProperty.Fields`.
	Fields interface{} `json:"fields"`
	// `CfnPipeline.PipelineObjectProperty.Id`.
	Id *string `json:"id"`
	// `CfnPipeline.PipelineObjectProperty.Name`.
	Name *string `json:"name"`
}

type CfnPipeline_PipelineTagProperty

type CfnPipeline_PipelineTagProperty struct {
	// `CfnPipeline.PipelineTagProperty.Key`.
	Key *string `json:"key"`
	// `CfnPipeline.PipelineTagProperty.Value`.
	Value *string `json:"value"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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