Uses of Class
com.hashicorp.cdktf.OssBackend.Builder
Packages that use OssBackend.Builder
-
Uses of OssBackend.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return OssBackend.BuilderModifier and TypeMethodDescription(experimental) (Optional) Alibaba Cloud access key.(experimental) (Optional) Object ACL to be applied to the state file.OssBackend.Builder.assumeRole(OssAssumeRole assumeRole) Deprecated.Use flattened assume role optionsOssBackend.Builder.assumeRolePolicy(String assumeRolePolicy) (experimental) (Optional, Available in 1.1.0+) A more restrictive policy to apply to the temporary credentials.OssBackend.Builder.assumeRoleRoleArn(String assumeRoleRoleArn) (experimental) (Optional, Available in 1.1.0+) The ARN of the role to assume.OssBackend.Builder.assumeRoleSessionExpiration(Number assumeRoleSessionExpiration) (experimental) (Optional, Available in 1.1.0+) The time after which the established session for assuming role expires.OssBackend.Builder.assumeRoleSessionName(String assumeRoleSessionName) (experimental) (Optional, Available in 1.1.0+) The session name to use when assuming the role.(experimental) (Required) The name of the OSS bucket.static OssBackend.BuilderOssBackend.Builder.create(software.constructs.Construct scope) OssBackend.Builder.ecsRoleName(String ecsRoleName) (experimental) (Optional, Available in 0.12.14+) The RAM Role Name attached on a ECS instance for API operations.(experimental) (Optional) Whether to enable server side encryption of the state file.(experimental) (Optional) A custom endpoint for the OSS API.(experimental) (Optional) The name of the state file.(experimental) (Optional) The path directory of the state file will be stored.(experimental) (Optional, Available in 0.12.8+) This is the Alibaba Cloud profile name as set in the shared credentials file.(experimental) (Optional) The region of the OSS bucket.(experimental) (Optional) Alibaba Cloud secret access key.OssBackend.Builder.securityToken(String securityToken) (experimental) (Optional) STS access token.OssBackend.Builder.sharedCredentialsFile(String sharedCredentialsFile) (experimental) (Optional, Available in 0.12.8+) This is the path to the shared credentials file.OssBackend.Builder.stsEndpoint(String stsEndpoint) (experimental) (Optional, Available in 1.0.11+) Custom endpoint for the AliCloud Security Token Service (STS) API.OssBackend.Builder.tablestoreEndpoint(String tablestoreEndpoint) (experimental) (Optional) A custom endpoint for the TableStore API.OssBackend.Builder.tablestoreTable(String tablestoreTable) (experimental) (Optional) A TableStore table for state locking and consistency.