Documentation ¶
Index ¶
- func CfnAgent_CFN_RESOURCE_TYPE_NAME() *string
- func CfnAgent_IsCfnElement(x interface{}) *bool
- func CfnAgent_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnAgent_IsConstruct(x interface{}) *bool
- func CfnLocationEFS_CFN_RESOURCE_TYPE_NAME() *string
- func CfnLocationEFS_IsCfnElement(x interface{}) *bool
- func CfnLocationEFS_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnLocationEFS_IsConstruct(x interface{}) *bool
- func CfnLocationFSxWindows_CFN_RESOURCE_TYPE_NAME() *string
- func CfnLocationFSxWindows_IsCfnElement(x interface{}) *bool
- func CfnLocationFSxWindows_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnLocationFSxWindows_IsConstruct(x interface{}) *bool
- func CfnLocationHDFS_CFN_RESOURCE_TYPE_NAME() *string
- func CfnLocationHDFS_IsCfnElement(x interface{}) *bool
- func CfnLocationHDFS_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnLocationHDFS_IsConstruct(x interface{}) *bool
- func CfnLocationNFS_CFN_RESOURCE_TYPE_NAME() *string
- func CfnLocationNFS_IsCfnElement(x interface{}) *bool
- func CfnLocationNFS_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnLocationNFS_IsConstruct(x interface{}) *bool
- func CfnLocationObjectStorage_CFN_RESOURCE_TYPE_NAME() *string
- func CfnLocationObjectStorage_IsCfnElement(x interface{}) *bool
- func CfnLocationObjectStorage_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnLocationObjectStorage_IsConstruct(x interface{}) *bool
- func CfnLocationS3_CFN_RESOURCE_TYPE_NAME() *string
- func CfnLocationS3_IsCfnElement(x interface{}) *bool
- func CfnLocationS3_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnLocationS3_IsConstruct(x interface{}) *bool
- func CfnLocationSMB_CFN_RESOURCE_TYPE_NAME() *string
- func CfnLocationSMB_IsCfnElement(x interface{}) *bool
- func CfnLocationSMB_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnLocationSMB_IsConstruct(x interface{}) *bool
- func CfnTask_CFN_RESOURCE_TYPE_NAME() *string
- func CfnTask_IsCfnElement(x interface{}) *bool
- func CfnTask_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnTask_IsConstruct(x interface{}) *bool
- func NewCfnAgent_Override(c CfnAgent, scope awscdk.Construct, id *string, props *CfnAgentProps)
- func NewCfnLocationEFS_Override(c CfnLocationEFS, scope awscdk.Construct, id *string, ...)
- func NewCfnLocationFSxWindows_Override(c CfnLocationFSxWindows, scope awscdk.Construct, id *string, ...)
- func NewCfnLocationHDFS_Override(c CfnLocationHDFS, scope awscdk.Construct, id *string, ...)
- func NewCfnLocationNFS_Override(c CfnLocationNFS, scope awscdk.Construct, id *string, ...)
- func NewCfnLocationObjectStorage_Override(c CfnLocationObjectStorage, scope awscdk.Construct, id *string, ...)
- func NewCfnLocationS3_Override(c CfnLocationS3, scope awscdk.Construct, id *string, props *CfnLocationS3Props)
- func NewCfnLocationSMB_Override(c CfnLocationSMB, scope awscdk.Construct, id *string, ...)
- func NewCfnTask_Override(c CfnTask, scope awscdk.Construct, id *string, props *CfnTaskProps)
- type CfnAgent
- type CfnAgentProps
- type CfnLocationEFS
- type CfnLocationEFSProps
- type CfnLocationEFS_Ec2ConfigProperty
- type CfnLocationFSxWindows
- type CfnLocationFSxWindowsProps
- type CfnLocationHDFS
- type CfnLocationHDFSProps
- type CfnLocationHDFS_NameNodeProperty
- type CfnLocationHDFS_QopConfigurationProperty
- type CfnLocationNFS
- type CfnLocationNFSProps
- type CfnLocationNFS_MountOptionsProperty
- type CfnLocationNFS_OnPremConfigProperty
- type CfnLocationObjectStorage
- type CfnLocationObjectStorageProps
- type CfnLocationS3
- type CfnLocationS3Props
- type CfnLocationS3_S3ConfigProperty
- type CfnLocationSMB
- type CfnLocationSMBProps
- type CfnLocationSMB_MountOptionsProperty
- type CfnTask
- type CfnTaskProps
- type CfnTask_FilterRuleProperty
- type CfnTask_OptionsProperty
- type CfnTask_TaskScheduleProperty
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnAgent_CFN_RESOURCE_TYPE_NAME ¶
func CfnAgent_CFN_RESOURCE_TYPE_NAME() *string
func CfnAgent_IsCfnElement ¶
func CfnAgent_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 CfnAgent_IsCfnResource ¶
func CfnAgent_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnAgent_IsConstruct ¶
func CfnAgent_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnLocationEFS_CFN_RESOURCE_TYPE_NAME ¶
func CfnLocationEFS_CFN_RESOURCE_TYPE_NAME() *string
func CfnLocationEFS_IsCfnElement ¶
func CfnLocationEFS_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 CfnLocationEFS_IsCfnResource ¶
func CfnLocationEFS_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnLocationEFS_IsConstruct ¶
func CfnLocationEFS_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnLocationFSxWindows_CFN_RESOURCE_TYPE_NAME ¶
func CfnLocationFSxWindows_CFN_RESOURCE_TYPE_NAME() *string
func CfnLocationFSxWindows_IsCfnElement ¶
func CfnLocationFSxWindows_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 CfnLocationFSxWindows_IsCfnResource ¶
func CfnLocationFSxWindows_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnLocationFSxWindows_IsConstruct ¶
func CfnLocationFSxWindows_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnLocationHDFS_CFN_RESOURCE_TYPE_NAME ¶
func CfnLocationHDFS_CFN_RESOURCE_TYPE_NAME() *string
func CfnLocationHDFS_IsCfnElement ¶
func CfnLocationHDFS_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 CfnLocationHDFS_IsCfnResource ¶
func CfnLocationHDFS_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnLocationHDFS_IsConstruct ¶
func CfnLocationHDFS_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnLocationNFS_CFN_RESOURCE_TYPE_NAME ¶
func CfnLocationNFS_CFN_RESOURCE_TYPE_NAME() *string
func CfnLocationNFS_IsCfnElement ¶
func CfnLocationNFS_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 CfnLocationNFS_IsCfnResource ¶
func CfnLocationNFS_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnLocationNFS_IsConstruct ¶
func CfnLocationNFS_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnLocationObjectStorage_CFN_RESOURCE_TYPE_NAME ¶
func CfnLocationObjectStorage_CFN_RESOURCE_TYPE_NAME() *string
func CfnLocationObjectStorage_IsCfnElement ¶
func CfnLocationObjectStorage_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 CfnLocationObjectStorage_IsCfnResource ¶
func CfnLocationObjectStorage_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnLocationObjectStorage_IsConstruct ¶
func CfnLocationObjectStorage_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnLocationS3_CFN_RESOURCE_TYPE_NAME ¶
func CfnLocationS3_CFN_RESOURCE_TYPE_NAME() *string
func CfnLocationS3_IsCfnElement ¶
func CfnLocationS3_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 CfnLocationS3_IsCfnResource ¶
func CfnLocationS3_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnLocationS3_IsConstruct ¶
func CfnLocationS3_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnLocationSMB_CFN_RESOURCE_TYPE_NAME ¶
func CfnLocationSMB_CFN_RESOURCE_TYPE_NAME() *string
func CfnLocationSMB_IsCfnElement ¶
func CfnLocationSMB_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 CfnLocationSMB_IsCfnResource ¶
func CfnLocationSMB_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnLocationSMB_IsConstruct ¶
func CfnLocationSMB_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func CfnTask_CFN_RESOURCE_TYPE_NAME ¶
func CfnTask_CFN_RESOURCE_TYPE_NAME() *string
func CfnTask_IsCfnElement ¶
func CfnTask_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 CfnTask_IsCfnResource ¶
func CfnTask_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnTask_IsConstruct ¶
func CfnTask_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func NewCfnAgent_Override ¶
func NewCfnAgent_Override(c CfnAgent, scope awscdk.Construct, id *string, props *CfnAgentProps)
Create a new `AWS::DataSync::Agent`.
func NewCfnLocationEFS_Override ¶
func NewCfnLocationEFS_Override(c CfnLocationEFS, scope awscdk.Construct, id *string, props *CfnLocationEFSProps)
Create a new `AWS::DataSync::LocationEFS`.
func NewCfnLocationFSxWindows_Override ¶
func NewCfnLocationFSxWindows_Override(c CfnLocationFSxWindows, scope awscdk.Construct, id *string, props *CfnLocationFSxWindowsProps)
Create a new `AWS::DataSync::LocationFSxWindows`.
func NewCfnLocationHDFS_Override ¶
func NewCfnLocationHDFS_Override(c CfnLocationHDFS, scope awscdk.Construct, id *string, props *CfnLocationHDFSProps)
Create a new `AWS::DataSync::LocationHDFS`.
func NewCfnLocationNFS_Override ¶
func NewCfnLocationNFS_Override(c CfnLocationNFS, scope awscdk.Construct, id *string, props *CfnLocationNFSProps)
Create a new `AWS::DataSync::LocationNFS`.
func NewCfnLocationObjectStorage_Override ¶
func NewCfnLocationObjectStorage_Override(c CfnLocationObjectStorage, scope awscdk.Construct, id *string, props *CfnLocationObjectStorageProps)
Create a new `AWS::DataSync::LocationObjectStorage`.
func NewCfnLocationS3_Override ¶
func NewCfnLocationS3_Override(c CfnLocationS3, scope awscdk.Construct, id *string, props *CfnLocationS3Props)
Create a new `AWS::DataSync::LocationS3`.
func NewCfnLocationSMB_Override ¶
func NewCfnLocationSMB_Override(c CfnLocationSMB, scope awscdk.Construct, id *string, props *CfnLocationSMBProps)
Create a new `AWS::DataSync::LocationSMB`.
func NewCfnTask_Override ¶
func NewCfnTask_Override(c CfnTask, scope awscdk.Construct, id *string, props *CfnTaskProps)
Create a new `AWS::DataSync::Task`.
Types ¶
type CfnAgent ¶
type CfnAgent interface { awscdk.CfnResource awscdk.IInspectable ActivationKey() *string SetActivationKey(val *string) AgentName() *string SetAgentName(val *string) AttrAgentArn() *string AttrEndpointType() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string LogicalId() *string Node() awscdk.ConstructNode Ref() *string SecurityGroupArns() *[]*string SetSecurityGroupArns(val *[]*string) Stack() awscdk.Stack SubnetArns() *[]*string SetSubnetArns(val *[]*string) Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} VpcEndpointId() *string SetVpcEndpointId(val *string) 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::DataSync::Agent`.
The `AWS::DataSync::Agent` resource specifies an AWS DataSync agent to be deployed and activated on your host. The activation process associates your agent with your account. In the activation process, you specify information such as the AWS Region that you want to activate the agent in. You activate the agent in the AWS Region where your target locations (in Amazon S3, Amazon EFS, or Amazon FSx for Windows File Server) reside. Your tasks are created in this AWS Region .
You can activate the agent in a virtual private cloud (VPC) or provide the agent access to a VPC endpoint so that you can run tasks without sending them over the public internet.
You can specify an agent to be used for more than one location. If a task uses multiple agents, all of them must have a status of AVAILABLE for the task to run. If you use multiple agents for a source location, the status of all the agents must be AVAILABLE for the task to run.
For more information, see [Activating an Agent](https://docs.aws.amazon.com/datasync/latest/userguide/activating-agent.html) in the *AWS DataSync User Guide* .
Agents are automatically updated by AWS on a regular basis, using a mechanism that ensures minimal interruption to your tasks.
TODO: EXAMPLE
func NewCfnAgent ¶
func NewCfnAgent(scope awscdk.Construct, id *string, props *CfnAgentProps) CfnAgent
Create a new `AWS::DataSync::Agent`.
type CfnAgentProps ¶
type CfnAgentProps struct { // Your agent activation key. // // You can get the activation key either by sending an HTTP GET request with redirects that enable you to get the agent IP address (port 80). Alternatively, you can get it from the DataSync console. // // The redirect URL returned in the response provides you the activation key for your agent in the query string parameter `activationKey` . It might also include other activation-related parameters; however, these are merely defaults. The arguments you pass to this API call determine the actual configuration of your agent. // // For more information, see [Creating and activating an agent](https://docs.aws.amazon.com/datasync/latest/userguide/activating-agent.html) in the *AWS DataSync User Guide.* ActivationKey *string `json:"activationKey" yaml:"activationKey"` // The name you configured for your agent. // // This value is a text reference that is used to identify the agent in the console. AgentName *string `json:"agentName" yaml:"agentName"` // The Amazon Resource Names (ARNs) of the security groups used to protect your data transfer task subnets. // // See [SecurityGroupArns](https://docs.aws.amazon.com/datasync/latest/userguide/API_Ec2Config.html#DataSync-Type-Ec2Config-SecurityGroupArns) . // // *Pattern* : `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:security-group/.*$` SecurityGroupArns *[]*string `json:"securityGroupArns" yaml:"securityGroupArns"` // The Amazon Resource Names (ARNs) of the subnets in which DataSync will create elastic network interfaces for each data transfer task. // // The agent that runs a task must be private. When you start a task that is associated with an agent created in a VPC, or one that has access to an IP address in a VPC, then the task is also private. In this case, DataSync creates four network interfaces for each task in your subnet. For a data transfer to work, the agent must be able to route to all these four network interfaces. SubnetArns *[]*string `json:"subnetArns" yaml:"subnetArns"` // The key-value pair that represents the tag that you want to associate with the agent. // // The value can be an empty string. This value helps you manage, filter, and search for your agents. // // > Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. Tags *[]*awscdk.CfnTag `json:"tags" yaml:"tags"` // The ID of the virtual private cloud (VPC) endpoint that the agent has access to. // // This is the client-side VPC endpoint, powered by AWS PrivateLink . If you don't have an AWS PrivateLink VPC endpoint, see [AWS PrivateLink and VPC endpoints](https://docs.aws.amazon.com//vpc/latest/userguide/endpoint-services-overview.html) in the *Amazon VPC User Guide* . // // For more information about activating your agent in a private network based on a VPC, see [Using AWS DataSync in a Virtual Private Cloud](https://docs.aws.amazon.com/datasync/latest/userguide/datasync-in-vpc.html) in the *AWS DataSync User Guide.* // // A VPC endpoint ID looks like this: `vpce-01234d5aff67890e1` . VpcEndpointId *string `json:"vpcEndpointId" yaml:"vpcEndpointId"` }
Properties for defining a `CfnAgent`.
TODO: EXAMPLE
type CfnLocationEFS ¶
type CfnLocationEFS interface { awscdk.CfnResource awscdk.IInspectable AttrLocationArn() *string AttrLocationUri() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Ec2Config() interface{} SetEc2Config(val interface{}) EfsFilesystemArn() *string SetEfsFilesystemArn(val *string) LogicalId() *string Node() awscdk.ConstructNode Ref() *string Stack() awscdk.Stack Subdirectory() *string SetSubdirectory(val *string) Tags() awscdk.TagManager 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::DataSync::LocationEFS`.
The `AWS::DataSync::LocationEFS` resource specifies an endpoint for an Amazon EFS location.
TODO: EXAMPLE
func NewCfnLocationEFS ¶
func NewCfnLocationEFS(scope awscdk.Construct, id *string, props *CfnLocationEFSProps) CfnLocationEFS
Create a new `AWS::DataSync::LocationEFS`.
type CfnLocationEFSProps ¶
type CfnLocationEFSProps struct { // The subnet and security group that the Amazon EFS file system uses. // // The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified. // // The exact relationship between security group M (of the mount target) and security group S (which you provide for DataSync to use at this stage) is as follows: // // - Security group M (which you associate with the mount target) must allow inbound access for the Transmission Control Protocol (TCP) on the NFS port (2049) from security group S. You can enable inbound connections either by IP address (CIDR range) or security group. // - Security group S (provided to DataSync to access EFS) should have a rule that enables outbound connections to the NFS port on one of the file system’s mount targets. You can enable outbound connections either by IP address (CIDR range) or security group. // // For information about security groups and mount targets, see [Security Groups for Amazon EC2 Instances and Mount Targets](https://docs.aws.amazon.com/efs/latest/ug/security-considerations.html#network-access) in the *Amazon EFS User Guide.* Ec2Config interface{} `json:"ec2Config" yaml:"ec2Config"` // The Amazon Resource Name (ARN) for the Amazon EFS file system. EfsFilesystemArn *string `json:"efsFilesystemArn" yaml:"efsFilesystemArn"` // A subdirectory in the location’s path. // // This subdirectory in the EFS file system is used to read data from the EFS source location or write data to the EFS destination. By default, AWS DataSync uses the root directory. // // > `Subdirectory` must be specified with forward slashes. For example, `/path/to/folder` . Subdirectory *string `json:"subdirectory" yaml:"subdirectory"` // The key-value pair that represents a tag that you want to add to the resource. // // The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location. Tags *[]*awscdk.CfnTag `json:"tags" yaml:"tags"` }
Properties for defining a `CfnLocationEFS`.
TODO: EXAMPLE
type CfnLocationEFS_Ec2ConfigProperty ¶
type CfnLocationEFS_Ec2ConfigProperty struct { // The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource. // // *Pattern* : `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:security-group/.*$` SecurityGroupArns *[]*string `json:"securityGroupArns" yaml:"securityGroupArns"` // The Amazon Resource Name (ARN) of the subnet that DataSync uses to access the target EFS file system. SubnetArn *string `json:"subnetArn" yaml:"subnetArn"` }
The subnet and the security group that DataSync uses to access the target EFS file system.
The subnet must have at least one mount target for that file system. The security group that you provide must be able to communicate with the security group on the mount target in the subnet specified.
TODO: EXAMPLE
type CfnLocationFSxWindows ¶
type CfnLocationFSxWindows interface { awscdk.CfnResource awscdk.IInspectable AttrLocationArn() *string AttrLocationUri() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Domain() *string SetDomain(val *string) FsxFilesystemArn() *string SetFsxFilesystemArn(val *string) LogicalId() *string Node() awscdk.ConstructNode Password() *string SetPassword(val *string) Ref() *string SecurityGroupArns() *[]*string SetSecurityGroupArns(val *[]*string) Stack() awscdk.Stack Subdirectory() *string SetSubdirectory(val *string) Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} User() *string SetUser(val *string) 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::DataSync::LocationFSxWindows`.
The `AWS::DataSync::LocationFSxWindows` resource specifies an endpoint for an Amazon FSx for Windows Server file system.
TODO: EXAMPLE
func NewCfnLocationFSxWindows ¶
func NewCfnLocationFSxWindows(scope awscdk.Construct, id *string, props *CfnLocationFSxWindowsProps) CfnLocationFSxWindows
Create a new `AWS::DataSync::LocationFSxWindows`.
type CfnLocationFSxWindowsProps ¶
type CfnLocationFSxWindowsProps struct { // The Amazon Resource Name (ARN) for the FSx for Windows File Server file system. FsxFilesystemArn *string `json:"fsxFilesystemArn" yaml:"fsxFilesystemArn"` // The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system. Password *string `json:"password" yaml:"password"` // The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system. // // *Pattern* : `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:security-group/.*$` // // *Length Constraints* : Maximum length of 128. SecurityGroupArns *[]*string `json:"securityGroupArns" yaml:"securityGroupArns"` // The user who has the permissions to access files and folders in the FSx for Windows File Server file system. // // For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see [user](https://docs.aws.amazon.com/datasync/latest/userguide/create-fsx-location.html#FSxWuser) . User *string `json:"user" yaml:"user"` // The name of the Windows domain that the FSx for Windows File Server belongs to. Domain *string `json:"domain" yaml:"domain"` // A subdirectory in the location's path. // // This subdirectory in the Amazon FSx for Windows File Server file system is used to read data from the Amazon FSx for Windows File Server source location or write data to the FSx for Windows File Server destination. Subdirectory *string `json:"subdirectory" yaml:"subdirectory"` // The key-value pair that represents a tag that you want to add to the resource. // // The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location. Tags *[]*awscdk.CfnTag `json:"tags" yaml:"tags"` }
Properties for defining a `CfnLocationFSxWindows`.
TODO: EXAMPLE
type CfnLocationHDFS ¶
type CfnLocationHDFS interface { awscdk.CfnResource awscdk.IInspectable AgentArns() *[]*string SetAgentArns(val *[]*string) AttrLocationArn() *string AttrLocationUri() *string AuthenticationType() *string SetAuthenticationType(val *string) BlockSize() *float64 SetBlockSize(val *float64) CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string KerberosKeytab() *string SetKerberosKeytab(val *string) KerberosKrb5Conf() *string SetKerberosKrb5Conf(val *string) KerberosPrincipal() *string SetKerberosPrincipal(val *string) KmsKeyProviderUri() *string SetKmsKeyProviderUri(val *string) LogicalId() *string NameNodes() interface{} SetNameNodes(val interface{}) Node() awscdk.ConstructNode QopConfiguration() interface{} SetQopConfiguration(val interface{}) Ref() *string ReplicationFactor() *float64 SetReplicationFactor(val *float64) SimpleUser() *string SetSimpleUser(val *string) Stack() awscdk.Stack Subdirectory() *string SetSubdirectory(val *string) Tags() awscdk.TagManager 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::DataSync::LocationHDFS`.
Creates an endpoint for a Hadoop Distributed File System (HDFS).
TODO: EXAMPLE
func NewCfnLocationHDFS ¶
func NewCfnLocationHDFS(scope awscdk.Construct, id *string, props *CfnLocationHDFSProps) CfnLocationHDFS
Create a new `AWS::DataSync::LocationHDFS`.
type CfnLocationHDFSProps ¶
type CfnLocationHDFSProps struct { // The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster. AgentArns *[]*string `json:"agentArns" yaml:"agentArns"` // The type of authentication used to determine the identity of the user. AuthenticationType *string `json:"authenticationType" yaml:"authenticationType"` // The NameNode that manages the HDFS namespace. // // The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode. NameNodes interface{} `json:"nameNodes" yaml:"nameNodes"` // The size of data blocks to write into the HDFS cluster. // // The block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB). BlockSize *float64 `json:"blockSize" yaml:"blockSize"` // The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. // // Provide the base64-encoded file text. If `KERBEROS` is specified for `AuthType` , this value is required. KerberosKeytab *string `json:"kerberosKeytab" yaml:"kerberosKeytab"` // The `krb5.conf` file that contains the Kerberos configuration information. You can load the `krb5.conf` by providing a string of the file's contents or an Amazon S3 presigned URL of the file. If `KERBEROS` is specified for `AuthType` , this value is required. KerberosKrb5Conf *string `json:"kerberosKrb5Conf" yaml:"kerberosKrb5Conf"` // The Kerberos principal with access to the files and folders on the HDFS cluster. // // > If `KERBEROS` is specified for `AuthenticationType` , this parameter is required. KerberosPrincipal *string `json:"kerberosPrincipal" yaml:"kerberosPrincipal"` // The URI of the HDFS cluster's Key Management Server (KMS). KmsKeyProviderUri *string `json:"kmsKeyProviderUri" yaml:"kmsKeyProviderUri"` // The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster. // // If `QopConfiguration` isn't specified, `RpcProtection` and `DataTransferProtection` default to `PRIVACY` . If you set `RpcProtection` or `DataTransferProtection` , the other parameter assumes the same value. QopConfiguration interface{} `json:"qopConfiguration" yaml:"qopConfiguration"` // The number of DataNodes to replicate the data to when writing to the HDFS cluster. // // By default, data is replicated to three DataNodes. ReplicationFactor *float64 `json:"replicationFactor" yaml:"replicationFactor"` // The user name used to identify the client on the host operating system. // // > If `SIMPLE` is specified for `AuthenticationType` , this parameter is required. SimpleUser *string `json:"simpleUser" yaml:"simpleUser"` // A subdirectory in the HDFS cluster. // // This subdirectory is used to read data from or write data to the HDFS cluster. If the subdirectory isn't specified, it will default to `/` . Subdirectory *string `json:"subdirectory" yaml:"subdirectory"` // The key-value pair that represents the tag that you want to add to the location. // // The value can be an empty string. We recommend using tags to name your resources. Tags *[]*awscdk.CfnTag `json:"tags" yaml:"tags"` }
Properties for defining a `CfnLocationHDFS`.
TODO: EXAMPLE
type CfnLocationHDFS_NameNodeProperty ¶
type CfnLocationHDFS_NameNodeProperty struct { // The hostname of the NameNode in the HDFS cluster. // // This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network. Hostname *string `json:"hostname" yaml:"hostname"` // The port that the NameNode uses to listen to client requests. Port *float64 `json:"port" yaml:"port"` }
The NameNode of the Hadoop Distributed File System (HDFS).
The NameNode manages the file system's namespace and performs operations such as opening, closing, and renaming files and directories. The NameNode also contains the information to map blocks of data to the DataNodes.
TODO: EXAMPLE
type CfnLocationHDFS_QopConfigurationProperty ¶
type CfnLocationHDFS_QopConfigurationProperty struct { // The data transfer protection setting configured on the HDFS cluster. // // This setting corresponds to your `dfs.data.transfer.protection` setting in the `hdfs-site.xml` file on your Hadoop cluster. DataTransferProtection *string `json:"dataTransferProtection" yaml:"dataTransferProtection"` // The Remote Procedure Call (RPC) protection setting configured on the HDFS cluster. // // This setting corresponds to your `hadoop.rpc.protection` setting in your `core-site.xml` file on your Hadoop cluster. RpcProtection *string `json:"rpcProtection" yaml:"rpcProtection"` }
The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy settings configured on the Hadoop Distributed File System (HDFS) cluster.
TODO: EXAMPLE
type CfnLocationNFS ¶
type CfnLocationNFS interface { awscdk.CfnResource awscdk.IInspectable AttrLocationArn() *string AttrLocationUri() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string LogicalId() *string MountOptions() interface{} SetMountOptions(val interface{}) Node() awscdk.ConstructNode OnPremConfig() interface{} SetOnPremConfig(val interface{}) Ref() *string ServerHostname() *string SetServerHostname(val *string) Stack() awscdk.Stack Subdirectory() *string SetSubdirectory(val *string) Tags() awscdk.TagManager 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::DataSync::LocationNFS`.
The `AWS::DataSync::LocationNFS` resource specifies a file system on a Network File System (NFS) server that can be read from or written to.
TODO: EXAMPLE
func NewCfnLocationNFS ¶
func NewCfnLocationNFS(scope awscdk.Construct, id *string, props *CfnLocationNFSProps) CfnLocationNFS
Create a new `AWS::DataSync::LocationNFS`.
type CfnLocationNFSProps ¶
type CfnLocationNFSProps struct { // Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server. // // If you are copying data to or from your AWS Snowcone device, see [NFS Server on AWS Snowcone](https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone) for more information. OnPremConfig interface{} `json:"onPremConfig" yaml:"onPremConfig"` // The name of the NFS server. // // This value is the IP address or Domain Name Service (DNS) name of the NFS server. An agent that is installed on-premises uses this host name to mount the NFS server in a network. // // If you are copying data to or from your AWS Snowcone device, see [NFS Server on AWS Snowcone](https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone) for more information. // // > This name must either be DNS-compliant or must be an IP version 4 (IPv4) address. ServerHostname *string `json:"serverHostname" yaml:"serverHostname"` // The subdirectory in the NFS file system that is used to read data from the NFS source location or write data to the NFS destination. // // The NFS path should be a path that's exported by the NFS server, or a subdirectory of that path. The path should be such that it can be mounted by other NFS clients in your network. // // To see all the paths exported by your NFS server, run " `showmount -e nfs-server-name` " from an NFS client that has access to your server. You can specify any directory that appears in the results, and any subdirectory of that directory. Ensure that the NFS export is accessible without Kerberos authentication. // // To transfer all the data in the folder you specified, DataSync needs to have permissions to read all the data. To ensure this, either configure the NFS export with `no_root_squash,` or ensure that the permissions for all of the files that you want DataSync allow read access for all users. Doing either enables the agent to read the files. For the agent to access directories, you must additionally enable all execute access. // // If you are copying data to or from your AWS Snowcone device, see [NFS Server on AWS Snowcone](https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone) for more information. // // For information about NFS export configuration, see [18.7. The /etc/exports Configuration File](https://docs.aws.amazon.com/http://web.mit.edu/rhel-doc/5/RHEL-5-manual/Deployment_Guide-en-US/s1-nfs-server-config-exports.html) in the Red Hat Enterprise Linux documentation. Subdirectory *string `json:"subdirectory" yaml:"subdirectory"` // The NFS mount options that DataSync can use to mount your NFS share. MountOptions interface{} `json:"mountOptions" yaml:"mountOptions"` // The key-value pair that represents the tag that you want to add to the location. // // The value can be an empty string. We recommend using tags to name your resources. Tags *[]*awscdk.CfnTag `json:"tags" yaml:"tags"` }
Properties for defining a `CfnLocationNFS`.
TODO: EXAMPLE
type CfnLocationNFS_MountOptionsProperty ¶
type CfnLocationNFS_MountOptionsProperty struct { // The specific NFS version that you want DataSync to use to mount your NFS share. // // If the server refuses to use the version specified, the sync will fail. If you don't specify a version, DataSync defaults to `AUTOMATIC` . That is, DataSync automatically selects a version based on negotiation with the NFS server. // // You can specify the following NFS versions: // // - *[NFSv3](https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc1813)* - stateless protocol version that allows for asynchronous writes on the server. // - *[NFSv4.0](https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3530)* - stateful, firewall-friendly protocol version that supports delegations and pseudo file systems. // - *[NFSv4.1](https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc5661)* - stateful protocol version that supports sessions, directory delegations, and parallel data processing. Version 4.1 also includes all features available in version 4.0. Version *string `json:"version" yaml:"version"` }
The NFS mount options that DataSync can use to mount your NFS share.
TODO: EXAMPLE
type CfnLocationNFS_OnPremConfigProperty ¶
type CfnLocationNFS_OnPremConfigProperty struct { // ARNs of the agents to use for an NFS location. AgentArns *[]*string `json:"agentArns" yaml:"agentArns"` }
A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.
TODO: EXAMPLE
type CfnLocationObjectStorage ¶
type CfnLocationObjectStorage interface { awscdk.CfnResource awscdk.IInspectable AccessKey() *string SetAccessKey(val *string) AgentArns() *[]*string SetAgentArns(val *[]*string) AttrLocationArn() *string AttrLocationUri() *string BucketName() *string SetBucketName(val *string) CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string LogicalId() *string Node() awscdk.ConstructNode Ref() *string SecretKey() *string SetSecretKey(val *string) ServerHostname() *string SetServerHostname(val *string) ServerPort() *float64 SetServerPort(val *float64) ServerProtocol() *string SetServerProtocol(val *string) Stack() awscdk.Stack Subdirectory() *string SetSubdirectory(val *string) Tags() awscdk.TagManager 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::DataSync::LocationObjectStorage`.
The `AWS::DataSync::LocationObjectStorage` resource specifies an endpoint for a self-managed object storage bucket. For more information about self-managed object storage locations, see [Creating a Location for Object Storage](https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html) .
TODO: EXAMPLE
func NewCfnLocationObjectStorage ¶
func NewCfnLocationObjectStorage(scope awscdk.Construct, id *string, props *CfnLocationObjectStorageProps) CfnLocationObjectStorage
Create a new `AWS::DataSync::LocationObjectStorage`.
type CfnLocationObjectStorageProps ¶
type CfnLocationObjectStorageProps struct { // The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location. AgentArns *[]*string `json:"agentArns" yaml:"agentArns"` // The bucket on the self-managed object storage server that is used to read data from. BucketName *string `json:"bucketName" yaml:"bucketName"` // The name of the self-managed object storage server. // // This value is the IP address or Domain Name Service (DNS) name of the object storage server. An agent uses this host name to mount the object storage server in a network. ServerHostname *string `json:"serverHostname" yaml:"serverHostname"` // Optional. // // The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use `AccessKey` and `SecretKey` to provide the user name and password, respectively. AccessKey *string `json:"accessKey" yaml:"accessKey"` // Optional. // // The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use `AccessKey` and `SecretKey` to provide the user name and password, respectively. SecretKey *string `json:"secretKey" yaml:"secretKey"` // The port that your self-managed object storage server accepts inbound network traffic on. // // The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS). You can specify a custom port if your self-managed object storage server requires one. ServerPort *float64 `json:"serverPort" yaml:"serverPort"` // The protocol that the object storage server uses to communicate. // // Valid values are HTTP or HTTPS. ServerProtocol *string `json:"serverProtocol" yaml:"serverProtocol"` // The subdirectory in the self-managed object storage server that is used to read data from. Subdirectory *string `json:"subdirectory" yaml:"subdirectory"` // The key-value pair that represents the tag that you want to add to the location. // // The value can be an empty string. We recommend using tags to name your resources. Tags *[]*awscdk.CfnTag `json:"tags" yaml:"tags"` }
Properties for defining a `CfnLocationObjectStorage`.
TODO: EXAMPLE
type CfnLocationS3 ¶
type CfnLocationS3 interface { awscdk.CfnResource awscdk.IInspectable AttrLocationArn() *string AttrLocationUri() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string LogicalId() *string Node() awscdk.ConstructNode Ref() *string S3BucketArn() *string SetS3BucketArn(val *string) S3Config() interface{} SetS3Config(val interface{}) S3StorageClass() *string SetS3StorageClass(val *string) Stack() awscdk.Stack Subdirectory() *string SetSubdirectory(val *string) Tags() awscdk.TagManager 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::DataSync::LocationS3`.
The `AWS::DataSync::LocationS3` resource specifies an endpoint for an Amazon S3 bucket.
For more information, see [Create an Amazon S3 location](https://docs.aws.amazon.com/datasync/latest/userguide/create-locations-cli.html#create-location-s3-cli) in the *AWS DataSync User Guide* .
TODO: EXAMPLE
func NewCfnLocationS3 ¶
func NewCfnLocationS3(scope awscdk.Construct, id *string, props *CfnLocationS3Props) CfnLocationS3
Create a new `AWS::DataSync::LocationS3`.
type CfnLocationS3Props ¶
type CfnLocationS3Props struct { // The ARN of the Amazon S3 bucket. S3BucketArn *string `json:"s3BucketArn" yaml:"s3BucketArn"` // The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket. // // For detailed information about using such a role, see [Creating a Location for Amazon S3](https://docs.aws.amazon.com/datasync/latest/userguide/working-with-locations.html#create-s3-location) in the *AWS DataSync User Guide* . S3Config interface{} `json:"s3Config" yaml:"s3Config"` // The Amazon S3 storage class that you want to store your files in when this location is used as a task destination. // // For buckets in AWS Regions , the storage class defaults to S3 Standard. // // For more information about S3 storage classes, see [Amazon S3 Storage Classes](https://docs.aws.amazon.com/s3/storage-classes/) . Some storage classes have behaviors that can affect your S3 storage costs. For detailed information, see [Considerations When Working with Amazon S3 Storage Classes in DataSync](https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes) . S3StorageClass *string `json:"s3StorageClass" yaml:"s3StorageClass"` // A subdirectory in the Amazon S3 bucket. // // This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination. Subdirectory *string `json:"subdirectory" yaml:"subdirectory"` // The key-value pair that represents the tag that you want to add to the location. // // The value can be an empty string. We recommend using tags to name your resources. Tags *[]*awscdk.CfnTag `json:"tags" yaml:"tags"` }
Properties for defining a `CfnLocationS3`.
TODO: EXAMPLE
type CfnLocationS3_S3ConfigProperty ¶
type CfnLocationS3_S3ConfigProperty struct { // The ARN of the IAM role for accessing the S3 bucket. BucketAccessRoleArn *string `json:"bucketAccessRoleArn" yaml:"bucketAccessRoleArn"` }
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role used to access an Amazon S3 bucket.
For detailed information about using such a role, see [Creating a Location for Amazon S3](https://docs.aws.amazon.com/datasync/latest/userguide/working-with-locations.html#create-s3-location) in the *AWS DataSync User Guide* .
TODO: EXAMPLE
type CfnLocationSMB ¶
type CfnLocationSMB interface { awscdk.CfnResource awscdk.IInspectable AgentArns() *[]*string SetAgentArns(val *[]*string) AttrLocationArn() *string AttrLocationUri() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Domain() *string SetDomain(val *string) LogicalId() *string MountOptions() interface{} SetMountOptions(val interface{}) Node() awscdk.ConstructNode Password() *string SetPassword(val *string) Ref() *string ServerHostname() *string SetServerHostname(val *string) Stack() awscdk.Stack Subdirectory() *string SetSubdirectory(val *string) Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} User() *string SetUser(val *string) 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::DataSync::LocationSMB`.
The `AWS::DataSync::LocationSMB` resource specifies a Server Message Block (SMB) location.
TODO: EXAMPLE
func NewCfnLocationSMB ¶
func NewCfnLocationSMB(scope awscdk.Construct, id *string, props *CfnLocationSMBProps) CfnLocationSMB
Create a new `AWS::DataSync::LocationSMB`.
type CfnLocationSMBProps ¶
type CfnLocationSMBProps struct { // The Amazon Resource Names (ARNs) of agents to use for a Server Message Block (SMB) location. AgentArns *[]*string `json:"agentArns" yaml:"agentArns"` // The password of the user who can mount the share and has the permissions to access files and folders in the SMB share. Password *string `json:"password" yaml:"password"` // The name of the SMB server. // // This value is the IP address or Domain Name Service (DNS) name of the SMB server. An agent that is installed on-premises uses this hostname to mount the SMB server in a network. // // > This name must either be DNS-compliant or must be an IP version 4 (IPv4) address. ServerHostname *string `json:"serverHostname" yaml:"serverHostname"` // The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination. // // The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network. // // > `Subdirectory` must be specified with forward slashes. For example, `/path/to/folder` . // // To transfer all the data in the folder you specified, DataSync must have permissions to mount the SMB share, as well as to access all the data in that share. To ensure this, either make sure that the user name and password specified belongs to the user who can mount the share, and who has the appropriate permissions for all of the files and directories that you want DataSync to access, or use credentials of a member of the Backup Operators group to mount the share. Doing either one enables the agent to access the data. For the agent to access directories, you must additionally enable all execute access. Subdirectory *string `json:"subdirectory" yaml:"subdirectory"` // The user who can mount the share and has the permissions to access files and folders in the SMB share. // // For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see [user](https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#SMBuser) . User *string `json:"user" yaml:"user"` // The name of the Windows domain that the SMB server belongs to. Domain *string `json:"domain" yaml:"domain"` // The mount options used by DataSync to access the SMB server. MountOptions interface{} `json:"mountOptions" yaml:"mountOptions"` // The key-value pair that represents the tag that you want to add to the location. // // The value can be an empty string. We recommend using tags to name your resources. Tags *[]*awscdk.CfnTag `json:"tags" yaml:"tags"` }
Properties for defining a `CfnLocationSMB`.
TODO: EXAMPLE
type CfnLocationSMB_MountOptionsProperty ¶
type CfnLocationSMB_MountOptionsProperty struct { // The specific SMB version that you want DataSync to use to mount your SMB share. // // If you don't specify a version, DataSync defaults to `AUTOMATIC` . That is, DataSync automatically selects a version based on negotiation with the SMB server. Version *string `json:"version" yaml:"version"` }
The mount options used by DataSync to access the SMB server.
TODO: EXAMPLE
type CfnTask ¶
type CfnTask interface { awscdk.CfnResource awscdk.IInspectable AttrDestinationNetworkInterfaceArns() *[]*string AttrErrorCode() *string AttrErrorDetail() *string AttrSourceNetworkInterfaceArns() *[]*string AttrStatus() *string AttrTaskArn() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CloudWatchLogGroupArn() *string SetCloudWatchLogGroupArn(val *string) CreationStack() *[]*string DestinationLocationArn() *string SetDestinationLocationArn(val *string) Excludes() interface{} SetExcludes(val interface{}) Includes() interface{} SetIncludes(val interface{}) LogicalId() *string Name() *string SetName(val *string) Node() awscdk.ConstructNode Options() interface{} SetOptions(val interface{}) Ref() *string Schedule() interface{} SetSchedule(val interface{}) SourceLocationArn() *string SetSourceLocationArn(val *string) Stack() awscdk.Stack Tags() awscdk.TagManager 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::DataSync::Task`.
The `AWS::DataSync::Task` resource specifies a task. A task is a set of two locations (source and destination) and a set of `Options` that you use to control the behavior of a task. If you don't specify `Options` when you create a task, AWS DataSync populates them with service defaults.
TODO: EXAMPLE
func NewCfnTask ¶
func NewCfnTask(scope awscdk.Construct, id *string, props *CfnTaskProps) CfnTask
Create a new `AWS::DataSync::Task`.
type CfnTaskProps ¶
type CfnTaskProps struct { // The Amazon Resource Name (ARN) of an AWS storage resource's location. DestinationLocationArn *string `json:"destinationLocationArn" yaml:"destinationLocationArn"` // The Amazon Resource Name (ARN) of the source location for the task. SourceLocationArn *string `json:"sourceLocationArn" yaml:"sourceLocationArn"` // The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task. // // For more information about how to use CloudWatch Logs with DataSync, see [Monitoring Your Task](https://docs.aws.amazon.com/datasync/latest/userguide/monitor-datasync.html#cloudwatchlogs) in the *AWS DataSync User Guide.* // // For more information about these groups, see [Working with Log Groups and Log Streams](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html) in the *Amazon CloudWatch Logs User Guide* . CloudWatchLogGroupArn *string `json:"cloudWatchLogGroupArn" yaml:"cloudWatchLogGroupArn"` // A list of filter rules that determines which files to exclude from a task. // // The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example, `"/folder1|/folder2"` . Excludes interface{} `json:"excludes" yaml:"excludes"` // A list of filter rules that determines which files to include when running a task. // // The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example, `"/folder1|/folder2"` . Includes interface{} `json:"includes" yaml:"includes"` // The name of a task. // // This value is a text reference that is used to identify the task in the console. Name *string `json:"name" yaml:"name"` // The set of configuration options that control the behavior of a single execution of the task that occurs when you call `StartTaskExecution` . // // You can configure these options to preserve metadata such as user ID (UID) and group ID (GID), file permissions, data integrity verification, and so on. // // For each individual task execution, you can override these options by specifying the `OverrideOptions` before starting the task execution. For more information, see the [StartTaskExecution](https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html) operation. Options interface{} `json:"options" yaml:"options"` // Specifies a schedule used to periodically transfer files from a source to a destination location. // // The schedule should be specified in UTC time. For more information, see [Scheduling your task](https://docs.aws.amazon.com/datasync/latest/userguide/task-scheduling.html) . Schedule interface{} `json:"schedule" yaml:"schedule"` // The key-value pair that represents the tag that you want to add to the resource. // // The value can be an empty string. Tags *[]*awscdk.CfnTag `json:"tags" yaml:"tags"` }
Properties for defining a `CfnTask`.
TODO: EXAMPLE
type CfnTask_FilterRuleProperty ¶
type CfnTask_FilterRuleProperty struct { // The type of filter rule to apply. // // AWS DataSync only supports the SIMPLE_PATTERN rule type. FilterType *string `json:"filterType" yaml:"filterType"` // A single filter string that consists of the patterns to include or exclude. // // The patterns are delimited by "|" (that is, a pipe), for example: `/folder1|/folder2` Value *string `json:"value" yaml:"value"` }
Specifies which files, folders, and objects to include or exclude when transferring files from source to destination.
TODO: EXAMPLE
type CfnTask_OptionsProperty ¶
type CfnTask_OptionsProperty struct { // A file metadata value that shows the last time that a file was accessed (that is, when the file was read or written to). // // If you set `Atime` to `BEST_EFFORT` , AWS DataSync attempts to preserve the original `Atime` attribute on all source files (that is, the version before the PREPARING phase). However, `Atime` 's behavior is not fully standard across platforms, so AWS DataSync can only do this on a best-effort basis. // // Default value: `BEST_EFFORT` // // `BEST_EFFORT` : Attempt to preserve the per-file `Atime` value (recommended). // // `NONE` : Ignore `Atime` . // // > If `Atime` is set to `BEST_EFFORT` , `Mtime` must be set to `PRESERVE` . // > // > If `Atime` is set to `NONE` , `Mtime` must also be `NONE` . Atime *string `json:"atime" yaml:"atime"` // A value that limits the bandwidth used by AWS DataSync . // // For example, if you want AWS DataSync to use a maximum of 1 MB, set this value to `1048576` (=1024*1024). BytesPerSecond *float64 `json:"bytesPerSecond" yaml:"bytesPerSecond"` // The group ID (GID) of the file's owners. // // Default value: `INT_VALUE` // // `INT_VALUE` : Preserve the integer value of the user ID (UID) and group ID (GID) (recommended). // // `NAME` : Currently not supported. // // `NONE` : Ignore the UID and GID. Gid *string `json:"gid" yaml:"gid"` // A value that determines the type of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide. // // For more information about providing a log group for DataSync, see [CloudWatchLogGroupArn](https://docs.aws.amazon.com/datasync/latest/userguide/API_CreateTask.html#DataSync-CreateTask-request-CloudWatchLogGroupArn) . If set to `OFF` , no logs are published. `BASIC` publishes logs on errors for individual files transferred, and `TRANSFER` publishes logs for every file or object that is transferred and integrity checked. LogLevel *string `json:"logLevel" yaml:"logLevel"` // A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase. // // This option is required for cases when you need to run the same task more than one time. // // Default value: `PRESERVE` // // `PRESERVE` : Preserve original `Mtime` (recommended) // // `NONE` : Ignore `Mtime` . // // > If `Mtime` is set to `PRESERVE` , `Atime` must be set to `BEST_EFFORT` . // > // > If `Mtime` is set to `NONE` , `Atime` must also be set to `NONE` . Mtime *string `json:"mtime" yaml:"mtime"` // A value that determines whether files at the destination should be overwritten or preserved when copying files. // // If set to `NEVER` a destination file will not be replaced by a source file, even if the destination file differs from the source file. If you modify files in the destination and you sync the files, you can use this value to protect against overwriting those changes. // // Some storage classes have specific behaviors that can affect your S3 storage cost. For detailed information, see [Considerations when working with Amazon S3 storage classes in DataSync](https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes) in the *AWS DataSync User Guide* . OverwriteMode *string `json:"overwriteMode" yaml:"overwriteMode"` // A value that determines which users or groups can access a file for a specific purpose, such as reading, writing, or execution of the file. // // This option should be set only for Network File System (NFS), Amazon EFS, and Amazon S3 locations. For more information about what metadata is copied by DataSync, see [Metadata Copied by DataSync](https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html#metadata-copied) . // // Default value: `PRESERVE` // // `PRESERVE` : Preserve POSIX-style permissions (recommended). // // `NONE` : Ignore permissions. // // > AWS DataSync can preserve extant permissions of a source location. PosixPermissions *string `json:"posixPermissions" yaml:"posixPermissions"` // A value that specifies whether files in the destination that don't exist in the source file system are preserved. // // This option can affect your storage costs. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see [Considerations when working with Amazon S3 storage classes in DataSync](https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes) in the *AWS DataSync User Guide* . // // Default value: `PRESERVE` // // `PRESERVE` : Ignore destination files that aren't present in the source (recommended). // // `REMOVE` : Delete destination files that aren't present in the source. PreserveDeletedFiles *string `json:"preserveDeletedFiles" yaml:"preserveDeletedFiles"` // A value that determines whether AWS DataSync should preserve the metadata of block and character devices in the source file system, and re-create the files with that device name and metadata on the destination. // // DataSync does not copy the contents of such devices, only the name and metadata. // // > AWS DataSync can't sync the actual contents of such devices, because they are nonterminal and don't return an end-of-file (EOF) marker. // // Default value: `NONE` // // `NONE` : Ignore special devices (recommended). // // `PRESERVE` : Preserve character and block device metadata. This option isn't currently supported for Amazon EFS. PreserveDevices *string `json:"preserveDevices" yaml:"preserveDevices"` // A value that determines which components of the SMB security descriptor are copied from source to destination objects. // // This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File Server locations. For more information about how DataSync handles metadata, see [How DataSync Handles Metadata and Special Files](https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html) . // // Default value: `OWNER_DACL` // // `OWNER_DACL` : For each copied object, DataSync copies the following metadata: // // - Object owner. // - NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object. // // When you use option, DataSync does NOT copy the NTFS system access control lists (SACLs), which are used by administrators to log attempts to access a secured object. // // `OWNER_DACL_SACL` : For each copied object, DataSync copies the following metadata: // // - Object owner. // - NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object. // - NTFS system access control lists (SACLs), which are used by administrators to log attempts to access a secured object. // // Copying SACLs requires granting additional permissions to the Windows user that DataSync uses to access your SMB location. For information about choosing a user that ensures sufficient permissions to files, folders, and metadata, see [user](https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#SMBuser) . // // `NONE` : None of the SMB security descriptor components are copied. Destination objects are owned by the user that was provided for accessing the destination location. DACLs and SACLs are set based on the destination server’s configuration. SecurityDescriptorCopyFlags *string `json:"securityDescriptorCopyFlags" yaml:"securityDescriptorCopyFlags"` // A value that determines whether tasks should be queued before executing the tasks. // // If set to `ENABLED` , the tasks will be queued. The default is `ENABLED` . // // If you use the same agent to run multiple tasks, you can enable the tasks to run in series. For more information, see [Queueing task executions](https://docs.aws.amazon.com/datasync/latest/userguide/run-task.html#queue-task-execution) . TaskQueueing *string `json:"taskQueueing" yaml:"taskQueueing"` // A value that determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing it to the destination location. // // `CHANGED` : DataSync copies only data or metadata that is new or different from the source location to the destination location. // // `ALL` : DataSync copies all source location content to the destination, without comparing it to existing content on the destination. TransferMode *string `json:"transferMode" yaml:"transferMode"` // The user ID (UID) of the file's owner. // // Default value: `INT_VALUE` // // `INT_VALUE` : Preserve the integer value of the UID and group ID (GID) (recommended). // // `NAME` : Currently not supported // // `NONE` : Ignore the UID and GID. Uid *string `json:"uid" yaml:"uid"` // A value that determines whether a data integrity verification is performed at the end of a task execution after all data and metadata have been transferred. // // For more information, see [Configure task settings](https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html) . // // Default value: `POINT_IN_TIME_CONSISTENT` // // `ONLY_FILES_TRANSFERRED` (recommended): Perform verification only on files that were transferred. // // `POINT_IN_TIME_CONSISTENT` : Scan the entire source and entire destination at the end of the transfer to verify that the source and destination are fully synchronized. This option isn't supported when transferring to S3 Glacier or S3 Glacier Deep Archive storage classes. // // `NONE` : No additional verification is done at the end of the transfer, but all data transmissions are integrity-checked with checksum verification during the transfer. VerifyMode *string `json:"verifyMode" yaml:"verifyMode"` }
Represents the options that are available to control the behavior of a [StartTaskExecution](https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html) operation. This behavior includes preserving metadata, such as user ID (UID), group ID (GID), and file permissions; overwriting files in the destination; data integrity verification; and so on.
A task has a set of default options associated with it. If you don't specify an option in [StartTaskExecution](https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html) , the default value is used. You can override the default options on each task execution by specifying an overriding `Options` value to [StartTaskExecution](https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html) .
TODO: EXAMPLE
type CfnTask_TaskScheduleProperty ¶
type CfnTask_TaskScheduleProperty struct { // A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location. ScheduleExpression *string `json:"scheduleExpression" yaml:"scheduleExpression"` }
Specifies the schedule you want your task to use for repeated executions.
For more information, see [Schedule Expressions for Rules](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html) .
TODO: EXAMPLE