Uses of Class
com.hashicorp.cdktf.S3BackendConfig.Builder
Packages that use S3BackendConfig.Builder
-
Uses of S3BackendConfig.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return S3BackendConfig.BuilderModifier and TypeMethodDescriptionSets the value ofS3BackendConfig.getAccessKey()Sets the value ofS3BackendConfig.getAcl()S3BackendConfig.Builder.allowedAccountIds(String allowedAccountIds) Sets the value ofS3BackendConfig.getAllowedAccountIds()S3BackendConfig.Builder.assumeRole(S3BackendAssumeRoleConfig assumeRole) Sets the value ofS3BackendConfig.getAssumeRole()S3BackendConfig.Builder.assumeRolePolicy(String assumeRolePolicy) Deprecated.Use assumeRole.policy instead.S3BackendConfig.Builder.assumeRolePolicyArns(List<String> assumeRolePolicyArns) Deprecated.Use assumeRole.policyArns instead.S3BackendConfig.Builder.assumeRoleTags(Map<String, String> assumeRoleTags) Deprecated.Use assumeRole.tags instead.S3BackendConfig.Builder.assumeRoleTransitiveTagKeys(List<String> assumeRoleTransitiveTagKeys) Deprecated.Use assumeRole.transitiveTagKeys instead.S3BackendConfig.Builder.assumeRoleWithWebIdentity(S3BackendAssumeRoleWithWebIdentityConfig assumeRoleWithWebIdentity) Sets the value ofS3BackendConfig.getAssumeRoleWithWebIdentity()Sets the value ofS3BackendConfig.getBucket()static S3BackendConfig.BuilderS3BackendConfig.builder()S3BackendConfig.Builder.customCaBundle(String customCaBundle) Sets the value ofS3BackendConfig.getCustomCaBundle()S3BackendConfig.Builder.dynamodbEndpoint(String dynamodbEndpoint) Deprecated.Use endpoints.dynamodb insteadS3BackendConfig.Builder.dynamodbTable(String dynamodbTable) Sets the value ofS3BackendConfig.getDynamodbTable()S3BackendConfig.Builder.ec2MetadataServiceEndpoint(String ec2MetadataServiceEndpoint) Sets the value ofS3BackendConfig.getEc2MetadataServiceEndpoint()S3BackendConfig.Builder.ec2MetadataServiceEndpointMode(String ec2MetadataServiceEndpointMode) Sets the value ofS3BackendConfig.getEc2MetadataServiceEndpointMode()Sets the value ofS3BackendConfig.getEncrypt()Deprecated.Use endpoints.s3 insteadS3BackendConfig.Builder.endpoints(S3BackendEndpointConfig endpoints) Sets the value ofS3BackendConfig.getEndpoints()S3BackendConfig.Builder.externalId(String externalId) Deprecated.Use assume_role.external_id instead.S3BackendConfig.Builder.forbiddenAccountIds(String forbiddenAccountIds) Sets the value ofS3BackendConfig.getForbiddenAccountIds()S3BackendConfig.Builder.forcePathStyle(Boolean forcePathStyle) Deprecated.Use usePathStyle insteadSets the value ofS3BackendConfig.getHttpProxy()S3BackendConfig.Builder.httpsProxy(String httpsProxy) Sets the value ofS3BackendConfig.getHttpsProxy()S3BackendConfig.Builder.iamEndpoint(String iamEndpoint) Deprecated.Use endpoints.iam insteadSets the value ofS3BackendConfig.getInsecure()Sets the value ofS3BackendConfig.getKey()Sets the value ofS3BackendConfig.getKmsKeyId()S3BackendConfig.Builder.maxRetries(Number maxRetries) Sets the value ofS3BackendConfig.getMaxRetries()Sets the value ofS3BackendConfig.getNoProxy()Sets the value ofS3BackendConfig.getProfile()Sets the value ofS3BackendConfig.getRegion()Sets the value ofS3BackendConfig.getRetryMode()Deprecated.Use assumeRole.roleArn instead.Sets the value ofS3BackendConfig.getSecretKey()S3BackendConfig.Builder.sessionName(String sessionName) Deprecated.Use assumeRole.sessionName instead.S3BackendConfig.Builder.sharedConfigFiles(List<String> sharedConfigFiles) Sets the value ofS3BackendConfig.getSharedConfigFiles()S3BackendConfig.Builder.sharedCredentialsFile(String sharedCredentialsFile) Sets the value ofS3BackendConfig.getSharedCredentialsFile()S3BackendConfig.Builder.sharedCredentialsFiles(List<String> sharedCredentialsFiles) Sets the value ofS3BackendConfig.getSharedCredentialsFiles()S3BackendConfig.Builder.skipCredentialsValidation(Boolean skipCredentialsValidation) Sets the value ofS3BackendConfig.getSkipCredentialsValidation()S3BackendConfig.Builder.skipMetadataApiCheck(Boolean skipMetadataApiCheck) Sets the value ofS3BackendConfig.getSkipMetadataApiCheck()S3BackendConfig.Builder.skipRegionValidation(Boolean skipRegionValidation) Sets the value ofS3BackendConfig.getSkipRegionValidation()S3BackendConfig.Builder.skipRequestingAccountId(Boolean skipRequestingAccountId) Sets the value ofS3BackendConfig.getSkipRequestingAccountId()S3BackendConfig.Builder.skipS3Checksum(Boolean skipS3Checksum) Sets the value ofS3BackendConfig.getSkipS3Checksum()S3BackendConfig.Builder.sseCustomerKey(String sseCustomerKey) Sets the value ofS3BackendConfig.getSseCustomerKey()S3BackendConfig.Builder.stsEndpoint(String stsEndpoint) Deprecated.Use endpoints.sts insteadSets the value ofS3BackendConfig.getStsRegion()Sets the value ofS3BackendConfig.getToken()S3BackendConfig.Builder.useLegacyWorkflow(Boolean useLegacyWorkflow) Sets the value ofS3BackendConfig.getUseLegacyWorkflow()S3BackendConfig.Builder.usePathStyle(Boolean usePathStyle) Sets the value ofS3BackendConfig.getUsePathStyle()S3BackendConfig.Builder.workspaceKeyPrefix(String workspaceKeyPrefix) Sets the value ofS3BackendConfig.getWorkspaceKeyPrefix()Constructors in com.hashicorp.cdktf with parameters of type S3BackendConfig.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(S3BackendConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theS3BackendConfig.Builder.