| Modifier and Type | Interface and Description |
|---|---|
interface |
ICfnConditionExpression
Represents a CloudFormation element that can be used within a Condition.
|
static interface |
ICfnConditionExpression.Jsii$Default
Internal default implementation for
ICfnConditionExpression. |
interface |
ICfnRuleConditionExpression
Interface to specify certain functions as Service Catalog rule-specifc.
|
static interface |
ICfnRuleConditionExpression.Jsii$Default
Internal default implementation for
ICfnRuleConditionExpression. |
static interface |
IResolvable.Jsii$Default
Internal default implementation for
IResolvable. |
| Modifier and Type | Class and Description |
|---|---|
class |
CfnCondition
Represents a CloudFormation condition, for resources which must be conditionally created and the determination must be made at deploy time.
|
class |
CfnDynamicReference
References a dynamically retrieved value.
|
class |
CfnJson
Captures a synthesis-time JSON object a CloudFormation reference which resolves during deployment to the resolved values of the JSON object.
|
static class |
ICfnConditionExpression.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
ICfnRuleConditionExpression.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Intrinsic
Token subclass that represents values intrinsic to the target document language.
|
static class |
IResolvable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Reference
An intrinsic Token that represents a reference to a construct.
|
class |
SecretValue
Work with secret values in the CDK.
|
| Modifier and Type | Method and Description |
|---|---|
static IResolvable |
Lazy.any(IStableAnyProducer producer)
Defer the one-time calculation of an arbitrarily typed value to synthesis time.
|
static IResolvable |
Lazy.any(IStableAnyProducer producer,
LazyAnyValueOptions options)
Defer the one-time calculation of an arbitrarily typed value to synthesis time.
|
static IResolvable |
Token.asAny(Object value)
Return a resolvable representation of the given value.
|
static IResolvable |
Fn.getAtt(String logicalNameOfResource,
String attributeName)
The ``Fn::GetAtt`` intrinsic function returns the value of an attribute from a resource in the template.
|
IResolvable |
CfnWaitCondition.getAttrData()
A JSON object that contains the `UniqueId` and `Data` values from the wait condition signal(s) for the specified wait condition.
|
IResolvable |
CfnHookVersion.getAttrIsDefaultVersion()
Whether the specified hook version is set as the default version.
|
IResolvable |
CfnResourceVersion.getAttrIsDefaultVersion()
Whether the resource version is set as the default version.
|
IResolvable |
CfnModuleVersion.getAttrIsDefaultVersion()
Whether the specified module version is set as the default version.
|
IResolvable |
TokenizedStringFragments.getFirstToken() |
IResolvable |
TagManager.getRenderedTags()
A lazy value that represents the rendered tags at synthesis time.
|
IResolvable |
CfnParameter.getValue()
The parameter value as a Token.
|
static IResolvable |
Tokenization.reverse(Object x)
Reverse any value into a Resolvable, if possible.
|
static IResolvable |
Tokenization.reverse(Object x,
ReverseOptions options)
Reverse any value into a Resolvable, if possible.
|
static IResolvable |
Tokenization.reverseCompleteString(String s)
Un-encode a string which is either a complete encoded token, or doesn't contain tokens at all.
|
static IResolvable |
Tokenization.reverseList(List<String> l)
Un-encode a Tokenized value from a list.
|
static IResolvable |
Tokenization.reverseNumber(Number n)
Un-encode a Tokenized value from a number.
|
static IResolvable |
Fn.transform(String macroName,
Map<String,? extends Object> parameters)
Creates a token representing the ``Fn::Transform`` expression.
|
static IResolvable |
Lazy.uncachedAny(IAnyProducer producer)
Defer the calculation of an untyped value to synthesis time.
|
static IResolvable |
Lazy.uncachedAny(IAnyProducer producer,
LazyAnyValueOptions options)
Defer the calculation of an untyped value to synthesis time.
|
| Modifier and Type | Method and Description |
|---|---|
List<IResolvable> |
TokenizedStringFragments.getTokens()
Return all Tokens from this string.
|
| Modifier and Type | Method and Description |
|---|---|
CfnPublisherProps.Builder |
CfnPublisherProps.Builder.acceptTermsAndConditions(IResolvable acceptTermsAndConditions)
Sets the value of
CfnPublisherProps.getAcceptTermsAndConditions() |
CfnPublisher.Builder |
CfnPublisher.Builder.acceptTermsAndConditions(IResolvable acceptTermsAndConditions)
Whether you accept the [Terms and Conditions](https://docs.aws.amazon.com/https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf) for publishing extensions in the CloudFormation registry.
|
void |
TokenizedStringFragments.addToken(IResolvable token) |
CfnStackSetProps.Builder |
CfnStackSetProps.Builder.autoDeployment(IResolvable autoDeployment)
Sets the value of
CfnStackSetProps.getAutoDeployment() |
CfnStackSet.Builder |
CfnStackSet.Builder.autoDeployment(IResolvable autoDeployment)
[ `Service-managed` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
|
CfnTypeActivationProps.Builder |
CfnTypeActivationProps.Builder.autoUpdate(IResolvable autoUpdate)
Sets the value of
CfnTypeActivationProps.getAutoUpdate() |
CfnTypeActivation.Builder |
CfnTypeActivation.Builder.autoUpdate(IResolvable autoUpdate)
Whether to automatically update the extension in this account and region when a new *minor* version is published by the extension publisher.
|
CfnStackSet.StackInstancesProperty.Builder |
CfnStackSet.StackInstancesProperty.Builder.deploymentTargets(IResolvable deploymentTargets)
Sets the value of
CfnStackSet.StackInstancesProperty.getDeploymentTargets() |
CfnStackSet.AutoDeploymentProperty.Builder |
CfnStackSet.AutoDeploymentProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnStackSet.AutoDeploymentProperty.getEnabled() |
CfnHookVersionProps.Builder |
CfnHookVersionProps.Builder.loggingConfig(IResolvable loggingConfig)
Sets the value of
CfnHookVersionProps.getLoggingConfig() |
CfnHookVersion.Builder |
CfnHookVersion.Builder.loggingConfig(IResolvable loggingConfig)
Contains logging configuration information for an extension.
|
CfnResourceVersion.Builder |
CfnResourceVersion.Builder.loggingConfig(IResolvable loggingConfig)
Logging configuration information for a resource.
|
CfnResourceVersionProps.Builder |
CfnResourceVersionProps.Builder.loggingConfig(IResolvable loggingConfig)
Sets the value of
CfnResourceVersionProps.getLoggingConfig() |
CfnTypeActivationProps.Builder |
CfnTypeActivationProps.Builder.loggingConfig(IResolvable loggingConfig)
Sets the value of
CfnTypeActivationProps.getLoggingConfig() |
CfnTypeActivation.Builder |
CfnTypeActivation.Builder.loggingConfig(IResolvable loggingConfig)
Specifies logging configuration information for an extension.
|
Object |
ITokenMapper.mapToken(IResolvable t)
Replace a single token.
|
Object |
ITokenMapper.Jsii$Proxy.mapToken(IResolvable t)
Replace a single token.
|
default Object |
ITokenMapper.Jsii$Default.mapToken(IResolvable t)
Replace a single token.
|
CfnStackSetProps.Builder |
CfnStackSetProps.Builder.operationPreferences(IResolvable operationPreferences)
Sets the value of
CfnStackSetProps.getOperationPreferences() |
CfnStackSet.Builder |
CfnStackSet.Builder.operationPreferences(IResolvable operationPreferences)
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
CfnStackSet.StackInstancesProperty.Builder |
CfnStackSet.StackInstancesProperty.Builder.parameterOverrides(IResolvable parameterOverrides)
Sets the value of
CfnStackSet.StackInstancesProperty.getParameterOverrides() |
CfnStackSetProps.Builder |
CfnStackSetProps.Builder.parameters(IResolvable parameters)
Sets the value of
CfnStackSetProps.getParameters() |
CfnStack.Builder |
CfnStack.Builder.parameters(IResolvable parameters)
The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
CfnStackSet.Builder |
CfnStackSet.Builder.parameters(IResolvable parameters)
The input parameters for the stack set template.
|
CfnStackProps.Builder |
CfnStackProps.Builder.parameters(IResolvable parameters)
Sets the value of
CfnStackProps.getParameters() |
Object |
ITokenResolver.resolveToken(IResolvable t,
IResolveContext context,
IPostProcessor postProcessor)
Resolve a single token.
|
Object |
ITokenResolver.Jsii$Proxy.resolveToken(IResolvable t,
IResolveContext context,
IPostProcessor postProcessor)
Resolve a single token.
|
default Object |
ITokenResolver.Jsii$Default.resolveToken(IResolvable t,
IResolveContext context,
IPostProcessor postProcessor)
Resolve a single token.
|
Object |
DefaultTokenResolver.resolveToken(IResolvable t,
IResolveContext context,
IPostProcessor postProcessor)
Default Token resolution.
|
CfnStackSet.AutoDeploymentProperty.Builder |
CfnStackSet.AutoDeploymentProperty.Builder.retainStacksOnAccountRemoval(IResolvable retainStacksOnAccountRemoval)
Sets the value of
CfnStackSet.AutoDeploymentProperty.getRetainStacksOnAccountRemoval() |
void |
CfnPublisher.setAcceptTermsAndConditions(IResolvable value)
Whether you accept the [Terms and Conditions](https://docs.aws.amazon.com/https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf) for publishing extensions in the CloudFormation registry.
|
void |
CfnStackSet.setAutoDeployment(IResolvable value)
[ `Service-managed` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
|
void |
CfnTypeActivation.setAutoUpdate(IResolvable value)
Whether to automatically update the extension in this account and region when a new *minor* version is published by the extension publisher.
|
void |
CfnHookVersion.setLoggingConfig(IResolvable value)
Contains logging configuration information for an extension.
|
void |
CfnResourceVersion.setLoggingConfig(IResolvable value)
Logging configuration information for a resource.
|
void |
CfnTypeActivation.setLoggingConfig(IResolvable value)
Specifies logging configuration information for an extension.
|
void |
CfnStackSet.setOperationPreferences(IResolvable value)
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
void |
CfnStack.setParameters(IResolvable value)
The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
void |
CfnStackSet.setParameters(IResolvable value)
The input parameters for the stack set template.
|
void |
CfnStackSet.setStackInstancesGroup(IResolvable value)
A group of stack instances with parameters in some specific accounts and Regions.
|
CfnStackSetProps.Builder |
CfnStackSetProps.Builder.stackInstancesGroup(IResolvable stackInstancesGroup)
Sets the value of
CfnStackSetProps.getStackInstancesGroup() |
CfnStackSet.Builder |
CfnStackSet.Builder.stackInstancesGroup(IResolvable stackInstancesGroup)
A group of stack instances with parameters in some specific accounts and Regions.
|
| Modifier and Type | Method and Description |
|---|---|
CfnSkillProps.Builder |
CfnSkillProps.Builder.authenticationConfiguration(IResolvable authenticationConfiguration)
Sets the value of
CfnSkillProps.getAuthenticationConfiguration() |
CfnSkill.Builder |
CfnSkill.Builder.authenticationConfiguration(IResolvable authenticationConfiguration)
`Alexa::ASK::Skill.AuthenticationConfiguration`.
|
CfnSkill.SkillPackageProperty.Builder |
CfnSkill.SkillPackageProperty.Builder.overrides(IResolvable overrides)
Sets the value of
CfnSkill.SkillPackageProperty.getOverrides() |
void |
CfnSkill.setAuthenticationConfiguration(IResolvable value)
`Alexa::ASK::Skill.AuthenticationConfiguration`.
|
void |
CfnSkill.setSkillPackage(IResolvable value)
`Alexa::ASK::Skill.SkillPackage`.
|
CfnSkillProps.Builder |
CfnSkillProps.Builder.skillPackage(IResolvable skillPackage)
Sets the value of
CfnSkillProps.getSkillPackage() |
CfnSkill.Builder |
CfnSkill.Builder.skillPackage(IResolvable skillPackage)
`Alexa::ASK::Skill.SkillPackage`.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PhysicalResourceIdReference
Reference to the physical resource id that can be passed to the AWS operation as a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
CfnAnalyzer.Builder |
CfnAnalyzer.Builder.archiveRules(IResolvable archiveRules)
Specifies the archive rules to add for the analyzer.
|
CfnAnalyzerProps.Builder |
CfnAnalyzerProps.Builder.archiveRules(IResolvable archiveRules)
Sets the value of
CfnAnalyzerProps.getArchiveRules() |
CfnAnalyzer.FilterProperty.Builder |
CfnAnalyzer.FilterProperty.Builder.exists(IResolvable exists)
Sets the value of
CfnAnalyzer.FilterProperty.getExists() |
CfnAnalyzer.ArchiveRuleProperty.Builder |
CfnAnalyzer.ArchiveRuleProperty.Builder.filter(IResolvable filter)
Sets the value of
CfnAnalyzer.ArchiveRuleProperty.getFilter() |
void |
CfnAnalyzer.setArchiveRules(IResolvable value)
Specifies the archive rules to add for the analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
CfnBroker.LogListProperty.Builder |
CfnBroker.LogListProperty.Builder.audit(IResolvable audit)
Sets the value of
CfnBroker.LogListProperty.getAudit() |
CfnBrokerProps.Builder |
CfnBrokerProps.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Sets the value of
CfnBrokerProps.getAutoMinorVersionUpgrade() |
CfnBroker.Builder |
CfnBroker.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ.
|
CfnConfigurationAssociationProps.Builder |
CfnConfigurationAssociationProps.Builder.configuration(IResolvable configuration)
Sets the value of
CfnConfigurationAssociationProps.getConfiguration() |
CfnBrokerProps.Builder |
CfnBrokerProps.Builder.configuration(IResolvable configuration)
Sets the value of
CfnBrokerProps.getConfiguration() |
CfnBroker.Builder |
CfnBroker.Builder.configuration(IResolvable configuration)
A list of information about the configuration.
|
CfnConfigurationAssociation.Builder |
CfnConfigurationAssociation.Builder.configuration(IResolvable configuration)
The configuration to associate with a broker.
|
CfnBroker.UserProperty.Builder |
CfnBroker.UserProperty.Builder.consoleAccess(IResolvable consoleAccess)
Sets the value of
CfnBroker.UserProperty.getConsoleAccess() |
CfnBrokerProps.Builder |
CfnBrokerProps.Builder.encryptionOptions(IResolvable encryptionOptions)
Sets the value of
CfnBrokerProps.getEncryptionOptions() |
CfnBroker.Builder |
CfnBroker.Builder.encryptionOptions(IResolvable encryptionOptions)
Encryption options for the broker.
|
CfnBroker.LogListProperty.Builder |
CfnBroker.LogListProperty.Builder.general(IResolvable general)
Sets the value of
CfnBroker.LogListProperty.getGeneral() |
CfnBrokerProps.Builder |
CfnBrokerProps.Builder.ldapServerMetadata(IResolvable ldapServerMetadata)
Sets the value of
CfnBrokerProps.getLdapServerMetadata() |
CfnBroker.Builder |
CfnBroker.Builder.ldapServerMetadata(IResolvable ldapServerMetadata)
Optional.
|
CfnBrokerProps.Builder |
CfnBrokerProps.Builder.logs(IResolvable logs)
Sets the value of
CfnBrokerProps.getLogs() |
CfnBroker.Builder |
CfnBroker.Builder.logs(IResolvable logs)
Enables Amazon CloudWatch logging for brokers.
|
CfnBrokerProps.Builder |
CfnBrokerProps.Builder.maintenanceWindowStartTime(IResolvable maintenanceWindowStartTime)
Sets the value of
CfnBrokerProps.getMaintenanceWindowStartTime() |
CfnBroker.Builder |
CfnBroker.Builder.maintenanceWindowStartTime(IResolvable maintenanceWindowStartTime)
The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
|
CfnBrokerProps.Builder |
CfnBrokerProps.Builder.publiclyAccessible(IResolvable publiclyAccessible)
Sets the value of
CfnBrokerProps.getPubliclyAccessible() |
CfnBroker.Builder |
CfnBroker.Builder.publiclyAccessible(IResolvable publiclyAccessible)
Enables connections from applications outside of the VPC that hosts the broker's subnets.
|
CfnBroker.LdapServerMetadataProperty.Builder |
CfnBroker.LdapServerMetadataProperty.Builder.roleSearchSubtree(IResolvable roleSearchSubtree)
Sets the value of
CfnBroker.LdapServerMetadataProperty.getRoleSearchSubtree() |
void |
CfnBroker.setAutoMinorVersionUpgrade(IResolvable value)
Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ.
|
void |
CfnBroker.setConfiguration(IResolvable value)
A list of information about the configuration.
|
void |
CfnConfigurationAssociation.setConfiguration(IResolvable value)
The configuration to associate with a broker.
|
void |
CfnBroker.setEncryptionOptions(IResolvable value)
Encryption options for the broker.
|
void |
CfnBroker.setLdapServerMetadata(IResolvable value)
Optional.
|
void |
CfnBroker.setLogs(IResolvable value)
Enables Amazon CloudWatch logging for brokers.
|
void |
CfnBroker.setMaintenanceWindowStartTime(IResolvable value)
The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
|
void |
CfnBroker.setPubliclyAccessible(IResolvable value)
Enables connections from applications outside of the VPC that hosts the broker's subnets.
|
void |
CfnBroker.setUsers(IResolvable value)
The list of broker users (persons or applications) who can access queues and topics.
|
CfnBroker.EncryptionOptionsProperty.Builder |
CfnBroker.EncryptionOptionsProperty.Builder.useAwsOwnedKey(IResolvable useAwsOwnedKey)
Sets the value of
CfnBroker.EncryptionOptionsProperty.getUseAwsOwnedKey() |
CfnBrokerProps.Builder |
CfnBrokerProps.Builder.users(IResolvable users)
Sets the value of
CfnBrokerProps.getUsers() |
CfnBroker.Builder |
CfnBroker.Builder.users(IResolvable users)
The list of broker users (persons or applications) who can access queues and topics.
|
CfnBroker.LdapServerMetadataProperty.Builder |
CfnBroker.LdapServerMetadataProperty.Builder.userSearchSubtree(IResolvable userSearchSubtree)
Sets the value of
CfnBroker.LdapServerMetadataProperty.getUserSearchSubtree() |
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnDomain.getAttrEnableAutoSubDomain()
Specifies whether the automated creation of subdomains for branches is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
CfnApp.Builder |
CfnApp.Builder.autoBranchCreationConfig(IResolvable autoBranchCreationConfig)
Sets the configuration for your automatic branch creation.
|
CfnAppProps.Builder |
CfnAppProps.Builder.autoBranchCreationConfig(IResolvable autoBranchCreationConfig)
Sets the value of
CfnAppProps.getAutoBranchCreationConfig() |
CfnBranch.Builder |
CfnBranch.Builder.basicAuthConfig(IResolvable basicAuthConfig)
The basic authorization credentials for a branch of an Amplify app.
|
CfnApp.AutoBranchCreationConfigProperty.Builder |
CfnApp.AutoBranchCreationConfigProperty.Builder.basicAuthConfig(IResolvable basicAuthConfig)
Sets the value of
CfnApp.AutoBranchCreationConfigProperty.getBasicAuthConfig() |
CfnApp.Builder |
CfnApp.Builder.basicAuthConfig(IResolvable basicAuthConfig)
The credentials for basic authorization for an Amplify app.
|
CfnAppProps.Builder |
CfnAppProps.Builder.basicAuthConfig(IResolvable basicAuthConfig)
Sets the value of
CfnAppProps.getBasicAuthConfig() |
CfnBranchProps.Builder |
CfnBranchProps.Builder.basicAuthConfig(IResolvable basicAuthConfig)
Sets the value of
CfnBranchProps.getBasicAuthConfig() |
CfnApp.Builder |
CfnApp.Builder.customRules(IResolvable customRules)
The custom rewrite and redirect rules for an Amplify app.
|
CfnAppProps.Builder |
CfnAppProps.Builder.customRules(IResolvable customRules)
Sets the value of
CfnAppProps.getCustomRules() |
CfnApp.AutoBranchCreationConfigProperty.Builder |
CfnApp.AutoBranchCreationConfigProperty.Builder.enableAutoBranchCreation(IResolvable enableAutoBranchCreation)
Sets the value of
CfnApp.AutoBranchCreationConfigProperty.getEnableAutoBranchCreation() |
CfnBranch.Builder |
CfnBranch.Builder.enableAutoBuild(IResolvable enableAutoBuild)
Enables auto building for the branch.
|
CfnApp.AutoBranchCreationConfigProperty.Builder |
CfnApp.AutoBranchCreationConfigProperty.Builder.enableAutoBuild(IResolvable enableAutoBuild)
Sets the value of
CfnApp.AutoBranchCreationConfigProperty.getEnableAutoBuild() |
CfnBranchProps.Builder |
CfnBranchProps.Builder.enableAutoBuild(IResolvable enableAutoBuild)
Sets the value of
CfnBranchProps.getEnableAutoBuild() |
CfnDomainProps.Builder |
CfnDomainProps.Builder.enableAutoSubDomain(IResolvable enableAutoSubDomain)
Sets the value of
CfnDomainProps.getEnableAutoSubDomain() |
CfnDomain.Builder |
CfnDomain.Builder.enableAutoSubDomain(IResolvable enableAutoSubDomain)
Enables the automated creation of subdomains for branches.
|
CfnBranch.BasicAuthConfigProperty.Builder |
CfnBranch.BasicAuthConfigProperty.Builder.enableBasicAuth(IResolvable enableBasicAuth)
Sets the value of
CfnBranch.BasicAuthConfigProperty.getEnableBasicAuth() |
CfnApp.BasicAuthConfigProperty.Builder |
CfnApp.BasicAuthConfigProperty.Builder.enableBasicAuth(IResolvable enableBasicAuth)
Sets the value of
CfnApp.BasicAuthConfigProperty.getEnableBasicAuth() |
CfnApp.Builder |
CfnApp.Builder.enableBranchAutoDeletion(IResolvable enableBranchAutoDeletion)
Automatically disconnect a branch in the Amplify Console when you delete a branch from your Git repository.
|
CfnAppProps.Builder |
CfnAppProps.Builder.enableBranchAutoDeletion(IResolvable enableBranchAutoDeletion)
Sets the value of
CfnAppProps.getEnableBranchAutoDeletion() |
CfnBranch.Builder |
CfnBranch.Builder.enablePerformanceMode(IResolvable enablePerformanceMode)
Enables performance mode for the branch.
|
CfnApp.AutoBranchCreationConfigProperty.Builder |
CfnApp.AutoBranchCreationConfigProperty.Builder.enablePerformanceMode(IResolvable enablePerformanceMode)
Sets the value of
CfnApp.AutoBranchCreationConfigProperty.getEnablePerformanceMode() |
CfnBranchProps.Builder |
CfnBranchProps.Builder.enablePerformanceMode(IResolvable enablePerformanceMode)
Sets the value of
CfnBranchProps.getEnablePerformanceMode() |
CfnBranch.Builder |
CfnBranch.Builder.enablePullRequestPreview(IResolvable enablePullRequestPreview)
Sets whether the Amplify Console creates a preview for each pull request that is made for this branch.
|
CfnApp.AutoBranchCreationConfigProperty.Builder |
CfnApp.AutoBranchCreationConfigProperty.Builder.enablePullRequestPreview(IResolvable enablePullRequestPreview)
Sets the value of
CfnApp.AutoBranchCreationConfigProperty.getEnablePullRequestPreview() |
CfnBranchProps.Builder |
CfnBranchProps.Builder.enablePullRequestPreview(IResolvable enablePullRequestPreview)
Sets the value of
CfnBranchProps.getEnablePullRequestPreview() |
CfnBranch.Builder |
CfnBranch.Builder.environmentVariables(IResolvable environmentVariables)
The environment variables for the branch.
|
CfnApp.AutoBranchCreationConfigProperty.Builder |
CfnApp.AutoBranchCreationConfigProperty.Builder.environmentVariables(IResolvable environmentVariables)
Sets the value of
CfnApp.AutoBranchCreationConfigProperty.getEnvironmentVariables() |
CfnApp.Builder |
CfnApp.Builder.environmentVariables(IResolvable environmentVariables)
The environment variables map for an Amplify app.
|
CfnAppProps.Builder |
CfnAppProps.Builder.environmentVariables(IResolvable environmentVariables)
Sets the value of
CfnAppProps.getEnvironmentVariables() |
CfnBranchProps.Builder |
CfnBranchProps.Builder.environmentVariables(IResolvable environmentVariables)
Sets the value of
CfnBranchProps.getEnvironmentVariables() |
void |
CfnApp.setAutoBranchCreationConfig(IResolvable value)
Sets the configuration for your automatic branch creation.
|
void |
CfnBranch.setBasicAuthConfig(IResolvable value)
The basic authorization credentials for a branch of an Amplify app.
|
void |
CfnApp.setBasicAuthConfig(IResolvable value)
The credentials for basic authorization for an Amplify app.
|
void |
CfnApp.setCustomRules(IResolvable value)
The custom rewrite and redirect rules for an Amplify app.
|
void |
CfnBranch.setEnableAutoBuild(IResolvable value)
Enables auto building for the branch.
|
void |
CfnDomain.setEnableAutoSubDomain(IResolvable value)
Enables the automated creation of subdomains for branches.
|
void |
CfnApp.setEnableBranchAutoDeletion(IResolvable value)
Automatically disconnect a branch in the Amplify Console when you delete a branch from your Git repository.
|
void |
CfnBranch.setEnablePerformanceMode(IResolvable value)
Enables performance mode for the branch.
|
void |
CfnBranch.setEnablePullRequestPreview(IResolvable value)
Sets whether the Amplify Console creates a preview for each pull request that is made for this branch.
|
void |
CfnBranch.setEnvironmentVariables(IResolvable value)
The environment variables for the branch.
|
void |
CfnApp.setEnvironmentVariables(IResolvable value)
The environment variables map for an Amplify app.
|
void |
CfnDomain.setSubDomainSettings(IResolvable value)
The setting for the subdomain.
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.subDomainSettings(IResolvable subDomainSettings)
Sets the value of
CfnDomainProps.getSubDomainSettings() |
CfnDomain.Builder |
CfnDomain.Builder.subDomainSettings(IResolvable subDomainSettings)
The setting for the subdomain.
|
| Modifier and Type | Method and Description |
|---|---|
CfnComponent.ActionParametersProperty.Builder |
CfnComponent.ActionParametersProperty.Builder.anchor(IResolvable anchor)
Sets the value of
CfnComponent.ActionParametersProperty.getAnchor() |
CfnComponent.PredicateProperty.Builder |
CfnComponent.PredicateProperty.Builder.and(IResolvable and)
Sets the value of
CfnComponent.PredicateProperty.getAnd() |
CfnComponent.ComponentBindingPropertiesValueProperty.Builder |
CfnComponent.ComponentBindingPropertiesValueProperty.Builder.bindingProperties(IResolvable bindingProperties)
|
CfnComponent.ComponentPropertyProperty.Builder |
CfnComponent.ComponentPropertyProperty.Builder.bindingProperties(IResolvable bindingProperties)
Sets the value of
CfnComponent.ComponentPropertyProperty.getBindingProperties() |
CfnComponent.Builder |
CfnComponent.Builder.bindingProperties(IResolvable bindingProperties)
The information to connect a component's properties to data at runtime.
|
CfnComponentProps.Builder |
CfnComponentProps.Builder.bindingProperties(IResolvable bindingProperties)
Sets the value of
CfnComponentProps.getBindingProperties() |
CfnComponent.ComponentChildProperty.Builder |
CfnComponent.ComponentChildProperty.Builder.children(IResolvable children)
Sets the value of
CfnComponent.ComponentChildProperty.getChildren() |
CfnComponent.Builder |
CfnComponent.Builder.children(IResolvable children)
A list of the component's `ComponentChild` instances.
|
CfnComponentProps.Builder |
CfnComponentProps.Builder.children(IResolvable children)
Sets the value of
CfnComponentProps.getChildren() |
CfnTheme.ThemeValueProperty.Builder |
CfnTheme.ThemeValueProperty.Builder.children(IResolvable children)
Sets the value of
CfnTheme.ThemeValueProperty.getChildren() |
CfnComponent.ComponentPropertyProperty.Builder |
CfnComponent.ComponentPropertyProperty.Builder.collectionBindingProperties(IResolvable collectionBindingProperties)
Sets the value of
CfnComponent.ComponentPropertyProperty.getCollectionBindingProperties() |
CfnComponent.Builder |
CfnComponent.Builder.collectionProperties(IResolvable collectionProperties)
The data binding configuration for the component's properties.
|
CfnComponentProps.Builder |
CfnComponentProps.Builder.collectionProperties(IResolvable collectionProperties)
Sets the value of
CfnComponentProps.getCollectionProperties() |
CfnComponent.ComponentPropertyProperty.Builder |
CfnComponent.ComponentPropertyProperty.Builder.concat(IResolvable concat)
Sets the value of
CfnComponent.ComponentPropertyProperty.getConcat() |
CfnComponent.ComponentPropertyProperty.Builder |
CfnComponent.ComponentPropertyProperty.Builder.condition(IResolvable condition)
Sets the value of
CfnComponent.ComponentPropertyProperty.getCondition() |
CfnComponent.ComponentPropertyProperty.Builder |
CfnComponent.ComponentPropertyProperty.Builder.configured(IResolvable configured)
Sets the value of
CfnComponent.ComponentPropertyProperty.getConfigured() |
CfnComponent.ComponentConditionPropertyProperty.Builder |
CfnComponent.ComponentConditionPropertyProperty.Builder.elseValue(IResolvable elseValue)
Sets the value of
CfnComponent.ComponentConditionPropertyProperty.getElseValue() |
CfnComponent.Builder |
CfnComponent.Builder.events(IResolvable events)
Describes the events that can be raised on the component.
|
CfnComponentProps.Builder |
CfnComponentProps.Builder.events(IResolvable events)
Sets the value of
CfnComponentProps.getEvents() |
CfnComponent.ActionParametersProperty.Builder |
CfnComponent.ActionParametersProperty.Builder.global(IResolvable global)
Sets the value of
CfnComponent.ActionParametersProperty.getGlobal() |
CfnComponent.ActionParametersProperty.Builder |
CfnComponent.ActionParametersProperty.Builder.id(IResolvable id)
Sets the value of
CfnComponent.ActionParametersProperty.getId() |
CfnComponent.PredicateProperty.Builder |
CfnComponent.PredicateProperty.Builder.or(IResolvable or)
Sets the value of
CfnComponent.PredicateProperty.getOr() |
CfnComponent.Builder |
CfnComponent.Builder.overrides(IResolvable overrides)
Describes the component's properties that can be overriden in a customized instance of the component.
|
CfnComponentProps.Builder |
CfnComponentProps.Builder.overrides(IResolvable overrides)
Sets the value of
CfnComponentProps.getOverrides() |
CfnThemeProps.Builder |
CfnThemeProps.Builder.overrides(IResolvable overrides)
Sets the value of
CfnThemeProps.getOverrides() |
CfnTheme.Builder |
CfnTheme.Builder.overrides(IResolvable overrides)
Describes the properties that can be overriden to customize a theme.
|
CfnComponent.ComponentEventProperty.Builder |
CfnComponent.ComponentEventProperty.Builder.parameters(IResolvable parameters)
Sets the value of
CfnComponent.ComponentEventProperty.getParameters() |
CfnComponent.ComponentDataConfigurationProperty.Builder |
CfnComponent.ComponentDataConfigurationProperty.Builder.predicate(IResolvable predicate)
Sets the value of
CfnComponent.ComponentDataConfigurationProperty.getPredicate() |
CfnComponent.ComponentBindingPropertiesValuePropertiesProperty.Builder |
CfnComponent.ComponentBindingPropertiesValuePropertiesProperty.Builder.predicates(IResolvable predicates)
|
CfnComponent.Builder |
CfnComponent.Builder.properties(IResolvable properties)
Describes the component's properties.
|
CfnComponentProps.Builder |
CfnComponentProps.Builder.properties(IResolvable properties)
Sets the value of
CfnComponentProps.getProperties() |
CfnComponent.MutationActionSetStateParameterProperty.Builder |
CfnComponent.MutationActionSetStateParameterProperty.Builder.set(IResolvable set)
Sets the value of
CfnComponent.MutationActionSetStateParameterProperty.getSet() |
void |
CfnComponent.setBindingProperties(IResolvable value)
The information to connect a component's properties to data at runtime.
|
void |
CfnComponent.setChildren(IResolvable value)
A list of the component's `ComponentChild` instances.
|
void |
CfnComponent.setCollectionProperties(IResolvable value)
The data binding configuration for the component's properties.
|
void |
CfnComponent.setEvents(IResolvable value)
Describes the events that can be raised on the component.
|
void |
CfnComponent.setOverrides(IResolvable value)
Describes the component's properties that can be overriden in a customized instance of the component.
|
void |
CfnTheme.setOverrides(IResolvable value)
Describes the properties that can be overriden to customize a theme.
|
void |
CfnComponent.setProperties(IResolvable value)
Describes the component's properties.
|
void |
CfnTheme.setValues(IResolvable value)
A list of key-value pairs that defines the properties of the theme.
|
void |
CfnComponent.setVariants(IResolvable value)
A list of the component's variants.
|
CfnComponent.ComponentDataConfigurationProperty.Builder |
CfnComponent.ComponentDataConfigurationProperty.Builder.sort(IResolvable sort)
Sets the value of
CfnComponent.ComponentDataConfigurationProperty.getSort() |
CfnComponent.ActionParametersProperty.Builder |
CfnComponent.ActionParametersProperty.Builder.state(IResolvable state)
Sets the value of
CfnComponent.ActionParametersProperty.getState() |
CfnComponent.ActionParametersProperty.Builder |
CfnComponent.ActionParametersProperty.Builder.target(IResolvable target)
Sets the value of
CfnComponent.ActionParametersProperty.getTarget() |
CfnComponent.ComponentConditionPropertyProperty.Builder |
CfnComponent.ComponentConditionPropertyProperty.Builder.then(IResolvable then)
Sets the value of
CfnComponent.ComponentConditionPropertyProperty.getThen() |
CfnComponent.ActionParametersProperty.Builder |
CfnComponent.ActionParametersProperty.Builder.type(IResolvable type)
Sets the value of
CfnComponent.ActionParametersProperty.getType() |
CfnComponent.ActionParametersProperty.Builder |
CfnComponent.ActionParametersProperty.Builder.url(IResolvable url)
Sets the value of
CfnComponent.ActionParametersProperty.getUrl() |
CfnTheme.ThemeValuesProperty.Builder |
CfnTheme.ThemeValuesProperty.Builder.value(IResolvable value)
Sets the value of
CfnTheme.ThemeValuesProperty.getValue() |
CfnThemeProps.Builder |
CfnThemeProps.Builder.values(IResolvable values)
Sets the value of
CfnThemeProps.getValues() |
CfnTheme.Builder |
CfnTheme.Builder.values(IResolvable values)
A list of key-value pairs that defines the properties of the theme.
|
CfnComponent.Builder |
CfnComponent.Builder.variants(IResolvable variants)
A list of the component's variants.
|
CfnComponentProps.Builder |
CfnComponentProps.Builder.variants(IResolvable variants)
Sets the value of
CfnComponentProps.getVariants() |
| Modifier and Type | Method and Description |
|---|---|
CfnStageProps.Builder |
CfnStageProps.Builder.accessLogSetting(IResolvable accessLogSetting)
Sets the value of
CfnStageProps.getAccessLogSetting() |
CfnStage.Builder |
CfnStage.Builder.accessLogSetting(IResolvable accessLogSetting)
Specifies settings for logging access in this stage.
|
CfnDeployment.StageDescriptionProperty.Builder |
CfnDeployment.StageDescriptionProperty.Builder.accessLogSetting(IResolvable accessLogSetting)
Sets the value of
CfnDeployment.StageDescriptionProperty.getAccessLogSetting() |
CfnMethod.Builder |
CfnMethod.Builder.apiKeyRequired(IResolvable apiKeyRequired)
Indicates whether the method requires clients to submit a valid API key.
|
CfnMethodProps.Builder |
CfnMethodProps.Builder.apiKeyRequired(IResolvable apiKeyRequired)
Sets the value of
CfnMethodProps.getApiKeyRequired() |
CfnUsagePlanProps.Builder |
CfnUsagePlanProps.Builder.apiStages(IResolvable apiStages)
Sets the value of
CfnUsagePlanProps.getApiStages() |
CfnUsagePlan.Builder |
CfnUsagePlan.Builder.apiStages(IResolvable apiStages)
The API stages to associate with this usage plan.
|
CfnRestApi.Builder |
CfnRestApi.Builder.bodyS3Location(IResolvable bodyS3Location)
The Amazon Simple Storage Service (Amazon S3) location that points to an OpenAPI file, which defines a set of RESTful APIs in JSON or YAML format.
|
CfnRestApiProps.Builder |
CfnRestApiProps.Builder.bodyS3Location(IResolvable bodyS3Location)
Sets the value of
CfnRestApiProps.getBodyS3Location() |
CfnStageProps.Builder |
CfnStageProps.Builder.cacheClusterEnabled(IResolvable cacheClusterEnabled)
Sets the value of
CfnStageProps.getCacheClusterEnabled() |
CfnStage.Builder |
CfnStage.Builder.cacheClusterEnabled(IResolvable cacheClusterEnabled)
Indicates whether cache clustering is enabled for the stage.
|
CfnDeployment.StageDescriptionProperty.Builder |
CfnDeployment.StageDescriptionProperty.Builder.cacheClusterEnabled(IResolvable cacheClusterEnabled)
Sets the value of
CfnDeployment.StageDescriptionProperty.getCacheClusterEnabled() |
CfnStage.MethodSettingProperty.Builder |
CfnStage.MethodSettingProperty.Builder.cacheDataEncrypted(IResolvable cacheDataEncrypted)
Sets the value of
CfnStage.MethodSettingProperty.getCacheDataEncrypted() |
CfnDeployment.MethodSettingProperty.Builder |
CfnDeployment.MethodSettingProperty.Builder.cacheDataEncrypted(IResolvable cacheDataEncrypted)
Sets the value of
CfnDeployment.MethodSettingProperty.getCacheDataEncrypted() |
CfnDeployment.StageDescriptionProperty.Builder |
CfnDeployment.StageDescriptionProperty.Builder.cacheDataEncrypted(IResolvable cacheDataEncrypted)
Sets the value of
CfnDeployment.StageDescriptionProperty.getCacheDataEncrypted() |
CfnStage.MethodSettingProperty.Builder |
CfnStage.MethodSettingProperty.Builder.cachingEnabled(IResolvable cachingEnabled)
Sets the value of
CfnStage.MethodSettingProperty.getCachingEnabled() |
CfnDeployment.MethodSettingProperty.Builder |
CfnDeployment.MethodSettingProperty.Builder.cachingEnabled(IResolvable cachingEnabled)
Sets the value of
CfnDeployment.MethodSettingProperty.getCachingEnabled() |
CfnDeployment.StageDescriptionProperty.Builder |
CfnDeployment.StageDescriptionProperty.Builder.cachingEnabled(IResolvable cachingEnabled)
Sets the value of
CfnDeployment.StageDescriptionProperty.getCachingEnabled() |
CfnStageProps.Builder |
CfnStageProps.Builder.canarySetting(IResolvable canarySetting)
Sets the value of
CfnStageProps.getCanarySetting() |
CfnStage.Builder |
CfnStage.Builder.canarySetting(IResolvable canarySetting)
Specifies settings for the canary deployment in this stage.
|
CfnDeployment.StageDescriptionProperty.Builder |
CfnDeployment.StageDescriptionProperty.Builder.canarySetting(IResolvable canarySetting)
Sets the value of
CfnDeployment.StageDescriptionProperty.getCanarySetting() |
CfnStage.MethodSettingProperty.Builder |
CfnStage.MethodSettingProperty.Builder.dataTraceEnabled(IResolvable dataTraceEnabled)
Sets the value of
CfnStage.MethodSettingProperty.getDataTraceEnabled() |
CfnDeployment.MethodSettingProperty.Builder |
CfnDeployment.MethodSettingProperty.Builder.dataTraceEnabled(IResolvable dataTraceEnabled)
Sets the value of
CfnDeployment.MethodSettingProperty.getDataTraceEnabled() |
CfnDeployment.StageDescriptionProperty.Builder |
CfnDeployment.StageDescriptionProperty.Builder.dataTraceEnabled(IResolvable dataTraceEnabled)
Sets the value of
CfnDeployment.StageDescriptionProperty.getDataTraceEnabled() |
CfnDeployment.Builder |
CfnDeployment.Builder.deploymentCanarySettings(IResolvable deploymentCanarySettings)
Specifies settings for the canary deployment.
|
CfnDeploymentProps.Builder |
CfnDeploymentProps.Builder.deploymentCanarySettings(IResolvable deploymentCanarySettings)
Sets the value of
CfnDeploymentProps.getDeploymentCanarySettings() |
CfnRestApi.Builder |
CfnRestApi.Builder.disableExecuteApiEndpoint(IResolvable disableExecuteApiEndpoint)
Specifies whether clients can invoke your API by using the default `execute-api` endpoint.
|
CfnRestApiProps.Builder |
CfnRestApiProps.Builder.disableExecuteApiEndpoint(IResolvable disableExecuteApiEndpoint)
Sets the value of
CfnRestApiProps.getDisableExecuteApiEndpoint() |
CfnApiKey.Builder |
CfnApiKey.Builder.enabled(IResolvable enabled)
Indicates whether the API key can be used by clients.
|
CfnApiKeyProps.Builder |
CfnApiKeyProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnApiKeyProps.getEnabled() |
CfnDomainNameProps.Builder |
CfnDomainNameProps.Builder.endpointConfiguration(IResolvable endpointConfiguration)
Sets the value of
CfnDomainNameProps.getEndpointConfiguration() |
CfnDomainName.Builder |
CfnDomainName.Builder.endpointConfiguration(IResolvable endpointConfiguration)
A list of the endpoint types of the domain name.
|
CfnRestApi.Builder |
CfnRestApi.Builder.endpointConfiguration(IResolvable endpointConfiguration)
A list of the endpoint types of the API.
|
CfnRestApiProps.Builder |
CfnRestApiProps.Builder.endpointConfiguration(IResolvable endpointConfiguration)
Sets the value of
CfnRestApiProps.getEndpointConfiguration() |
CfnRestApi.Builder |
CfnRestApi.Builder.failOnWarnings(IResolvable failOnWarnings)
Indicates whether to roll back the resource if a warning occurs while API Gateway is creating the `RestApi` resource.
|
CfnRestApiProps.Builder |
CfnRestApiProps.Builder.failOnWarnings(IResolvable failOnWarnings)
Sets the value of
CfnRestApiProps.getFailOnWarnings() |
CfnApiKey.Builder |
CfnApiKey.Builder.generateDistinctId(IResolvable generateDistinctId)
Specifies whether the key identifier is distinct from the created API key value.
|
CfnApiKeyProps.Builder |
CfnApiKeyProps.Builder.generateDistinctId(IResolvable generateDistinctId)
Sets the value of
CfnApiKeyProps.getGenerateDistinctId() |
CfnMethod.Builder |
CfnMethod.Builder.integration(IResolvable integration)
The backend system that the method calls when it receives a request.
|
CfnMethodProps.Builder |
CfnMethodProps.Builder.integration(IResolvable integration)
Sets the value of
CfnMethodProps.getIntegration() |
CfnMethod.IntegrationProperty.Builder |
CfnMethod.IntegrationProperty.Builder.integrationResponses(IResolvable integrationResponses)
Sets the value of
CfnMethod.IntegrationProperty.getIntegrationResponses() |
CfnDocumentationPartProps.Builder |
CfnDocumentationPartProps.Builder.location(IResolvable location)
Sets the value of
CfnDocumentationPartProps.getLocation() |
CfnDocumentationPart.Builder |
CfnDocumentationPart.Builder.location(IResolvable location)
The location of the API entity that the documentation applies to.
|
CfnMethod.Builder |
CfnMethod.Builder.methodResponses(IResolvable methodResponses)
The responses that can be sent to the client who calls the method.
|
CfnMethodProps.Builder |
CfnMethodProps.Builder.methodResponses(IResolvable methodResponses)
Sets the value of
CfnMethodProps.getMethodResponses() |
CfnStageProps.Builder |
CfnStageProps.Builder.methodSettings(IResolvable methodSettings)
Sets the value of
CfnStageProps.getMethodSettings() |
CfnStage.Builder |
CfnStage.Builder.methodSettings(IResolvable methodSettings)
Settings for all methods in the stage.
|
CfnDeployment.StageDescriptionProperty.Builder |
CfnDeployment.StageDescriptionProperty.Builder.methodSettings(IResolvable methodSettings)
Sets the value of
CfnDeployment.StageDescriptionProperty.getMethodSettings() |
CfnStage.MethodSettingProperty.Builder |
CfnStage.MethodSettingProperty.Builder.metricsEnabled(IResolvable metricsEnabled)
Sets the value of
CfnStage.MethodSettingProperty.getMetricsEnabled() |
CfnDeployment.MethodSettingProperty.Builder |
CfnDeployment.MethodSettingProperty.Builder.metricsEnabled(IResolvable metricsEnabled)
Sets the value of
CfnDeployment.MethodSettingProperty.getMetricsEnabled() |
CfnDeployment.StageDescriptionProperty.Builder |
CfnDeployment.StageDescriptionProperty.Builder.metricsEnabled(IResolvable metricsEnabled)
Sets the value of
CfnDeployment.StageDescriptionProperty.getMetricsEnabled() |
CfnDomainNameProps.Builder |
CfnDomainNameProps.Builder.mutualTlsAuthentication(IResolvable mutualTlsAuthentication)
Sets the value of
CfnDomainNameProps.getMutualTlsAuthentication() |
CfnDomainName.Builder |
CfnDomainName.Builder.mutualTlsAuthentication(IResolvable mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
|
CfnRestApi.Builder |
CfnRestApi.Builder.parameters(IResolvable parameters)
Custom header parameters for the request.
|
CfnRestApiProps.Builder |
CfnRestApiProps.Builder.parameters(IResolvable parameters)
Sets the value of
CfnRestApiProps.getParameters() |
CfnUsagePlanProps.Builder |
CfnUsagePlanProps.Builder.quota(IResolvable quota)
Sets the value of
CfnUsagePlanProps.getQuota() |
CfnUsagePlan.Builder |
CfnUsagePlan.Builder.quota(IResolvable quota)
Configures the number of requests that users can make within a given interval.
|
CfnMethod.Builder |
CfnMethod.Builder.requestModels(IResolvable requestModels)
The resources that are used for the request's content type.
|
CfnMethodProps.Builder |
CfnMethodProps.Builder.requestModels(IResolvable requestModels)
Sets the value of
CfnMethodProps.getRequestModels() |
CfnMethod.IntegrationProperty.Builder |
CfnMethod.IntegrationProperty.Builder.requestParameters(IResolvable requestParameters)
Sets the value of
CfnMethod.IntegrationProperty.getRequestParameters() |
CfnMethod.Builder |
CfnMethod.Builder.requestParameters(IResolvable requestParameters)
The request parameters that API Gateway accepts.
|
CfnMethodProps.Builder |
CfnMethodProps.Builder.requestParameters(IResolvable requestParameters)
Sets the value of
CfnMethodProps.getRequestParameters() |
CfnMethod.IntegrationProperty.Builder |
CfnMethod.IntegrationProperty.Builder.requestTemplates(IResolvable requestTemplates)
Sets the value of
CfnMethod.IntegrationProperty.getRequestTemplates() |
CfnMethod.MethodResponseProperty.Builder |
CfnMethod.MethodResponseProperty.Builder.responseModels(IResolvable responseModels)
Sets the value of
CfnMethod.MethodResponseProperty.getResponseModels() |
CfnMethod.IntegrationResponseProperty.Builder |
CfnMethod.IntegrationResponseProperty.Builder.responseParameters(IResolvable responseParameters)
Sets the value of
CfnMethod.IntegrationResponseProperty.getResponseParameters() |
CfnMethod.MethodResponseProperty.Builder |
CfnMethod.MethodResponseProperty.Builder.responseParameters(IResolvable responseParameters)
Sets the value of
CfnMethod.MethodResponseProperty.getResponseParameters() |
CfnGatewayResponse.Builder |
CfnGatewayResponse.Builder.responseParameters(IResolvable responseParameters)
The response parameters (paths, query strings, and headers) for the response.
|
CfnGatewayResponseProps.Builder |
CfnGatewayResponseProps.Builder.responseParameters(IResolvable responseParameters)
Sets the value of
CfnGatewayResponseProps.getResponseParameters() |
CfnMethod.IntegrationResponseProperty.Builder |
CfnMethod.IntegrationResponseProperty.Builder.responseTemplates(IResolvable responseTemplates)
Sets the value of
CfnMethod.IntegrationResponseProperty.getResponseTemplates() |
CfnGatewayResponse.Builder |
CfnGatewayResponse.Builder.responseTemplates(IResolvable responseTemplates)
The response templates for the response.
|
CfnGatewayResponseProps.Builder |
CfnGatewayResponseProps.Builder.responseTemplates(IResolvable responseTemplates)
Sets the value of
CfnGatewayResponseProps.getResponseTemplates() |
void |
CfnStage.setAccessLogSetting(IResolvable value)
Specifies settings for logging access in this stage.
|
void |
CfnMethod.setApiKeyRequired(IResolvable value)
Indicates whether the method requires clients to submit a valid API key.
|
void |
CfnUsagePlan.setApiStages(IResolvable value)
The API stages to associate with this usage plan.
|
void |
CfnRestApi.setBodyS3Location(IResolvable value)
The Amazon Simple Storage Service (Amazon S3) location that points to an OpenAPI file, which defines a set of RESTful APIs in JSON or YAML format.
|
void |
CfnStage.setCacheClusterEnabled(IResolvable value)
Indicates whether cache clustering is enabled for the stage.
|
void |
CfnStage.setCanarySetting(IResolvable value)
Specifies settings for the canary deployment in this stage.
|
void |
CfnDeployment.setDeploymentCanarySettings(IResolvable value)
Specifies settings for the canary deployment.
|
void |
CfnRestApi.setDisableExecuteApiEndpoint(IResolvable value)
Specifies whether clients can invoke your API by using the default `execute-api` endpoint.
|
void |
CfnApiKey.setEnabled(IResolvable value)
Indicates whether the API key can be used by clients.
|
void |
CfnDomainName.setEndpointConfiguration(IResolvable value)
A list of the endpoint types of the domain name.
|
void |
CfnRestApi.setEndpointConfiguration(IResolvable value)
A list of the endpoint types of the API.
|
void |
CfnRestApi.setFailOnWarnings(IResolvable value)
Indicates whether to roll back the resource if a warning occurs while API Gateway is creating the `RestApi` resource.
|
void |
CfnApiKey.setGenerateDistinctId(IResolvable value)
Specifies whether the key identifier is distinct from the created API key value.
|
void |
CfnMethod.setIntegration(IResolvable value)
The backend system that the method calls when it receives a request.
|
void |
CfnDocumentationPart.setLocation(IResolvable value)
The location of the API entity that the documentation applies to.
|
void |
CfnMethod.setMethodResponses(IResolvable value)
The responses that can be sent to the client who calls the method.
|
void |
CfnStage.setMethodSettings(IResolvable value)
Settings for all methods in the stage.
|
void |
CfnDomainName.setMutualTlsAuthentication(IResolvable value)
The mutual TLS authentication configuration for a custom domain name.
|
void |
CfnRestApi.setParameters(IResolvable value)
Custom header parameters for the request.
|
void |
CfnUsagePlan.setQuota(IResolvable value)
Configures the number of requests that users can make within a given interval.
|
void |
CfnMethod.setRequestModels(IResolvable value)
The resources that are used for the request's content type.
|
void |
CfnMethod.setRequestParameters(IResolvable value)
The request parameters that API Gateway accepts.
|
void |
CfnGatewayResponse.setResponseParameters(IResolvable value)
The response parameters (paths, query strings, and headers) for the response.
|
void |
CfnGatewayResponse.setResponseTemplates(IResolvable value)
The response templates for the response.
|
void |
CfnDeployment.setStageDescription(IResolvable value)
Configures the stage that API Gateway creates with this deployment.
|
void |
CfnApiKey.setStageKeys(IResolvable value)
A list of stages to associate with this API key.
|
void |
CfnUsagePlan.setThrottle(IResolvable value)
Configures the overall request rate (average requests per second) and burst capacity.
|
void |
CfnStage.setTracingEnabled(IResolvable value)
Specifies whether active X-Ray tracing is enabled for this stage.
|
void |
CfnRequestValidator.setValidateRequestBody(IResolvable value)
Indicates whether to validate the request body according to the configured schema for the targeted API and method.
|
void |
CfnRequestValidator.setValidateRequestParameters(IResolvable value)
Indicates whether to validate request parameters.
|
void |
CfnStage.setVariables(IResolvable value)
A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value.
|
CfnDeployment.Builder |
CfnDeployment.Builder.stageDescription(IResolvable stageDescription)
Configures the stage that API Gateway creates with this deployment.
|
CfnDeploymentProps.Builder |
CfnDeploymentProps.Builder.stageDescription(IResolvable stageDescription)
Sets the value of
CfnDeploymentProps.getStageDescription() |
CfnApiKey.Builder |
CfnApiKey.Builder.stageKeys(IResolvable stageKeys)
A list of stages to associate with this API key.
|
CfnApiKeyProps.Builder |
CfnApiKeyProps.Builder.stageKeys(IResolvable stageKeys)
Sets the value of
CfnApiKeyProps.getStageKeys() |
CfnStage.CanarySettingProperty.Builder |
CfnStage.CanarySettingProperty.Builder.stageVariableOverrides(IResolvable stageVariableOverrides)
Sets the value of
CfnStage.CanarySettingProperty.getStageVariableOverrides() |
CfnDeployment.CanarySettingProperty.Builder |
CfnDeployment.CanarySettingProperty.Builder.stageVariableOverrides(IResolvable stageVariableOverrides)
Sets the value of
CfnDeployment.CanarySettingProperty.getStageVariableOverrides() |
CfnDeployment.DeploymentCanarySettingsProperty.Builder |
CfnDeployment.DeploymentCanarySettingsProperty.Builder.stageVariableOverrides(IResolvable stageVariableOverrides)
|
CfnUsagePlanProps.Builder |
CfnUsagePlanProps.Builder.throttle(IResolvable throttle)
Sets the value of
CfnUsagePlanProps.getThrottle() |
CfnUsagePlan.ApiStageProperty.Builder |
CfnUsagePlan.ApiStageProperty.Builder.throttle(IResolvable throttle)
Sets the value of
CfnUsagePlan.ApiStageProperty.getThrottle() |
CfnUsagePlan.Builder |
CfnUsagePlan.Builder.throttle(IResolvable throttle)
Configures the overall request rate (average requests per second) and burst capacity.
|
CfnStageProps.Builder |
CfnStageProps.Builder.tracingEnabled(IResolvable tracingEnabled)
Sets the value of
CfnStageProps.getTracingEnabled() |
CfnStage.Builder |
CfnStage.Builder.tracingEnabled(IResolvable tracingEnabled)
Specifies whether active X-Ray tracing is enabled for this stage.
|
CfnDeployment.StageDescriptionProperty.Builder |
CfnDeployment.StageDescriptionProperty.Builder.tracingEnabled(IResolvable tracingEnabled)
Sets the value of
CfnDeployment.StageDescriptionProperty.getTracingEnabled() |
CfnStage.CanarySettingProperty.Builder |
CfnStage.CanarySettingProperty.Builder.useStageCache(IResolvable useStageCache)
Sets the value of
CfnStage.CanarySettingProperty.getUseStageCache() |
CfnDeployment.CanarySettingProperty.Builder |
CfnDeployment.CanarySettingProperty.Builder.useStageCache(IResolvable useStageCache)
Sets the value of
CfnDeployment.CanarySettingProperty.getUseStageCache() |
CfnDeployment.DeploymentCanarySettingsProperty.Builder |
CfnDeployment.DeploymentCanarySettingsProperty.Builder.useStageCache(IResolvable useStageCache)
Sets the value of
CfnDeployment.DeploymentCanarySettingsProperty.getUseStageCache() |
CfnRequestValidator.Builder |
CfnRequestValidator.Builder.validateRequestBody(IResolvable validateRequestBody)
Indicates whether to validate the request body according to the configured schema for the targeted API and method.
|
CfnRequestValidatorProps.Builder |
CfnRequestValidatorProps.Builder.validateRequestBody(IResolvable validateRequestBody)
Sets the value of
CfnRequestValidatorProps.getValidateRequestBody() |
CfnRequestValidator.Builder |
CfnRequestValidator.Builder.validateRequestParameters(IResolvable validateRequestParameters)
Indicates whether to validate request parameters.
|
CfnRequestValidatorProps.Builder |
CfnRequestValidatorProps.Builder.validateRequestParameters(IResolvable validateRequestParameters)
Sets the value of
CfnRequestValidatorProps.getValidateRequestParameters() |
CfnStageProps.Builder |
CfnStageProps.Builder.variables(IResolvable variables)
Sets the value of
CfnStageProps.getVariables() |
CfnStage.Builder |
CfnStage.Builder.variables(IResolvable variables)
A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value.
|
CfnDeployment.StageDescriptionProperty.Builder |
CfnDeployment.StageDescriptionProperty.Builder.variables(IResolvable variables)
Sets the value of
CfnDeployment.StageDescriptionProperty.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
CfnStageProps.Builder |
CfnStageProps.Builder.accessLogSettings(IResolvable accessLogSettings)
Sets the value of
CfnStageProps.getAccessLogSettings() |
CfnStage.Builder |
CfnStage.Builder.accessLogSettings(IResolvable accessLogSettings)
Settings for logging access in this stage.
|
CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder |
CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder.accessLogSettings(IResolvable accessLogSettings)
|
CfnApi.CorsProperty.Builder |
CfnApi.CorsProperty.Builder.allowCredentials(IResolvable allowCredentials)
Sets the value of
CfnApi.CorsProperty.getAllowCredentials() |
CfnRouteProps.Builder |
CfnRouteProps.Builder.apiKeyRequired(IResolvable apiKeyRequired)
Sets the value of
CfnRouteProps.getApiKeyRequired() |
CfnRoute.Builder |
CfnRoute.Builder.apiKeyRequired(IResolvable apiKeyRequired)
Specifies whether an API key is required for the route.
|
CfnStageProps.Builder |
CfnStageProps.Builder.autoDeploy(IResolvable autoDeploy)
Sets the value of
CfnStageProps.getAutoDeploy() |
CfnStage.Builder |
CfnStage.Builder.autoDeploy(IResolvable autoDeploy)
Specifies whether updates to an API automatically trigger a new deployment.
|
CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder |
CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder.autoDeploy(IResolvable autoDeploy)
Sets the value of
CfnApiGatewayManagedOverrides.StageOverridesProperty.getAutoDeploy() |
CfnApiProps.Builder |
CfnApiProps.Builder.bodyS3Location(IResolvable bodyS3Location)
Sets the value of
CfnApiProps.getBodyS3Location() |
CfnApi.Builder |
CfnApi.Builder.bodyS3Location(IResolvable bodyS3Location)
The S3 location of an OpenAPI definition.
|
CfnApiProps.Builder |
CfnApiProps.Builder.corsConfiguration(IResolvable corsConfiguration)
Sets the value of
CfnApiProps.getCorsConfiguration() |
CfnApi.Builder |
CfnApi.Builder.corsConfiguration(IResolvable corsConfiguration)
A CORS configuration.
|
CfnStage.RouteSettingsProperty.Builder |
CfnStage.RouteSettingsProperty.Builder.dataTraceEnabled(IResolvable dataTraceEnabled)
Sets the value of
CfnStage.RouteSettingsProperty.getDataTraceEnabled() |
CfnApiGatewayManagedOverrides.RouteSettingsProperty.Builder |
CfnApiGatewayManagedOverrides.RouteSettingsProperty.Builder.dataTraceEnabled(IResolvable dataTraceEnabled)
|
CfnStageProps.Builder |
CfnStageProps.Builder.defaultRouteSettings(IResolvable defaultRouteSettings)
Sets the value of
CfnStageProps.getDefaultRouteSettings() |
CfnStage.Builder |
CfnStage.Builder.defaultRouteSettings(IResolvable defaultRouteSettings)
The default route settings for the stage.
|
CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder |
CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder.defaultRouteSettings(IResolvable defaultRouteSettings)
|
CfnStage.RouteSettingsProperty.Builder |
CfnStage.RouteSettingsProperty.Builder.detailedMetricsEnabled(IResolvable detailedMetricsEnabled)
Sets the value of
CfnStage.RouteSettingsProperty.getDetailedMetricsEnabled() |
CfnApiGatewayManagedOverrides.RouteSettingsProperty.Builder |
CfnApiGatewayManagedOverrides.RouteSettingsProperty.Builder.detailedMetricsEnabled(IResolvable detailedMetricsEnabled)
|
CfnApiProps.Builder |
CfnApiProps.Builder.disableExecuteApiEndpoint(IResolvable disableExecuteApiEndpoint)
Sets the value of
CfnApiProps.getDisableExecuteApiEndpoint() |
CfnApi.Builder |
CfnApi.Builder.disableExecuteApiEndpoint(IResolvable disableExecuteApiEndpoint)
Specifies whether clients can invoke your API by using the default `execute-api` endpoint.
|
CfnApiProps.Builder |
CfnApiProps.Builder.disableSchemaValidation(IResolvable disableSchemaValidation)
Sets the value of
CfnApiProps.getDisableSchemaValidation() |
CfnApi.Builder |
CfnApi.Builder.disableSchemaValidation(IResolvable disableSchemaValidation)
Avoid validating models when creating a deployment.
|
CfnDomainNameProps.Builder |
CfnDomainNameProps.Builder.domainNameConfigurations(IResolvable domainNameConfigurations)
Sets the value of
CfnDomainNameProps.getDomainNameConfigurations() |
CfnDomainName.Builder |
CfnDomainName.Builder.domainNameConfigurations(IResolvable domainNameConfigurations)
The domain name configurations.
|
CfnAuthorizerProps.Builder |
CfnAuthorizerProps.Builder.enableSimpleResponses(IResolvable enableSimpleResponses)
Sets the value of
CfnAuthorizerProps.getEnableSimpleResponses() |
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.enableSimpleResponses(IResolvable enableSimpleResponses)
Specifies whether a Lambda authorizer returns a response in a simple format.
|
CfnApiProps.Builder |
CfnApiProps.Builder.failOnWarnings(IResolvable failOnWarnings)
Sets the value of
CfnApiProps.getFailOnWarnings() |
CfnApi.Builder |
CfnApi.Builder.failOnWarnings(IResolvable failOnWarnings)
Specifies whether to rollback the API creation when a warning is encountered.
|
CfnApiGatewayManagedOverridesProps.Builder |
CfnApiGatewayManagedOverridesProps.Builder.integration(IResolvable integration)
Sets the value of
CfnApiGatewayManagedOverridesProps.getIntegration() |
CfnApiGatewayManagedOverrides.Builder |
CfnApiGatewayManagedOverrides.Builder.integration(IResolvable integration)
Overrides the integration configuration for an API Gateway-managed integration.
|
CfnAuthorizerProps.Builder |
CfnAuthorizerProps.Builder.jwtConfiguration(IResolvable jwtConfiguration)
Sets the value of
CfnAuthorizerProps.getJwtConfiguration() |
CfnAuthorizer.Builder |
CfnAuthorizer.Builder.jwtConfiguration(IResolvable jwtConfiguration)
The `JWTConfiguration` property specifies the configuration of a JWT authorizer.
|
CfnDomainNameProps.Builder |
CfnDomainNameProps.Builder.mutualTlsAuthentication(IResolvable mutualTlsAuthentication)
Sets the value of
CfnDomainNameProps.getMutualTlsAuthentication() |
CfnDomainName.Builder |
CfnDomainName.Builder.mutualTlsAuthentication(IResolvable mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
|
CfnRouteResponse.ParameterConstraintsProperty.Builder |
CfnRouteResponse.ParameterConstraintsProperty.Builder.required(IResolvable required)
Sets the value of
CfnRouteResponse.ParameterConstraintsProperty.getRequired() |
CfnRoute.ParameterConstraintsProperty.Builder |
CfnRoute.ParameterConstraintsProperty.Builder.required(IResolvable required)
Sets the value of
CfnRoute.ParameterConstraintsProperty.getRequired() |
CfnIntegration.ResponseParameterListProperty.Builder |
CfnIntegration.ResponseParameterListProperty.Builder.responseParameters(IResolvable responseParameters)
Sets the value of
CfnIntegration.ResponseParameterListProperty.getResponseParameters() |
CfnApiGatewayManagedOverridesProps.Builder |
CfnApiGatewayManagedOverridesProps.Builder.route(IResolvable route)
Sets the value of
CfnApiGatewayManagedOverridesProps.getRoute() |
CfnApiGatewayManagedOverrides.Builder |
CfnApiGatewayManagedOverrides.Builder.route(IResolvable route)
Overrides the route configuration for an API Gateway-managed route.
|
void |
CfnStage.setAccessLogSettings(IResolvable value)
Settings for logging access in this stage.
|
void |
CfnRoute.setApiKeyRequired(IResolvable value)
Specifies whether an API key is required for the route.
|
void |
CfnStage.setAutoDeploy(IResolvable value)
Specifies whether updates to an API automatically trigger a new deployment.
|
void |
CfnApi.setBodyS3Location(IResolvable value)
The S3 location of an OpenAPI definition.
|
void |
CfnApi.setCorsConfiguration(IResolvable value)
A CORS configuration.
|
void |
CfnStage.setDefaultRouteSettings(IResolvable value)
The default route settings for the stage.
|
void |
CfnApi.setDisableExecuteApiEndpoint(IResolvable value)
Specifies whether clients can invoke your API by using the default `execute-api` endpoint.
|
void |
CfnApi.setDisableSchemaValidation(IResolvable value)
Avoid validating models when creating a deployment.
|
void |
CfnDomainName.setDomainNameConfigurations(IResolvable value)
The domain name configurations.
|
void |
CfnAuthorizer.setEnableSimpleResponses(IResolvable value)
Specifies whether a Lambda authorizer returns a response in a simple format.
|
void |
CfnApi.setFailOnWarnings(IResolvable value)
Specifies whether to rollback the API creation when a warning is encountered.
|
void |
CfnApiGatewayManagedOverrides.setIntegration(IResolvable value)
Overrides the integration configuration for an API Gateway-managed integration.
|
void |
CfnAuthorizer.setJwtConfiguration(IResolvable value)
The `JWTConfiguration` property specifies the configuration of a JWT authorizer.
|
void |
CfnDomainName.setMutualTlsAuthentication(IResolvable value)
The mutual TLS authentication configuration for a custom domain name.
|
void |
CfnApiGatewayManagedOverrides.setRoute(IResolvable value)
Overrides the route configuration for an API Gateway-managed route.
|
void |
CfnApiGatewayManagedOverrides.setStage(IResolvable value)
Overrides the stage configuration for an API Gateway-managed stage.
|
void |
CfnIntegration.setTlsConfig(IResolvable value)
The TLS configuration for a private integration.
|
CfnApiGatewayManagedOverridesProps.Builder |
CfnApiGatewayManagedOverridesProps.Builder.stage(IResolvable stage)
Sets the value of
CfnApiGatewayManagedOverridesProps.getStage() |
CfnApiGatewayManagedOverrides.Builder |
CfnApiGatewayManagedOverrides.Builder.stage(IResolvable stage)
Overrides the stage configuration for an API Gateway-managed stage.
|
CfnIntegrationProps.Builder |
CfnIntegrationProps.Builder.tlsConfig(IResolvable tlsConfig)
Sets the value of
CfnIntegrationProps.getTlsConfig() |
CfnIntegration.Builder |
CfnIntegration.Builder.tlsConfig(IResolvable tlsConfig)
The TLS configuration for a private integration.
|
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironment.Builder |
CfnEnvironment.Builder.monitors(IResolvable monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
|
CfnEnvironmentProps.Builder |
CfnEnvironmentProps.Builder.monitors(IResolvable monitors)
Sets the value of
CfnEnvironmentProps.getMonitors() |
void |
CfnEnvironment.setMonitors(IResolvable value)
Amazon CloudWatch alarms to monitor during the deployment process.
|
void |
CfnConfigurationProfile.setValidators(IResolvable value)
A list of methods for validating the configuration.
|
CfnConfigurationProfileProps.Builder |
CfnConfigurationProfileProps.Builder.validators(IResolvable validators)
Sets the value of
CfnConfigurationProfileProps.getValidators() |
CfnConfigurationProfile.Builder |
CfnConfigurationProfile.Builder.validators(IResolvable validators)
A list of methods for validating the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnEventIntegration.getAttrAssociations()
The association status of the event integration, returned as an array of EventIntegrationAssociation objects.
|
| Modifier and Type | Method and Description |
|---|---|
CfnEventIntegration.EventIntegrationAssociationProperty.Builder |
CfnEventIntegration.EventIntegrationAssociationProperty.Builder.clientAssociationMetadata(IResolvable clientAssociationMetadata)
|
CfnEventIntegration.Builder |
CfnEventIntegration.Builder.eventFilter(IResolvable eventFilter)
The event integration filter.
|
CfnEventIntegrationProps.Builder |
CfnEventIntegrationProps.Builder.eventFilter(IResolvable eventFilter)
Sets the value of
CfnEventIntegrationProps.getEventFilter() |
CfnDataIntegrationProps.Builder |
CfnDataIntegrationProps.Builder.scheduleConfig(IResolvable scheduleConfig)
Sets the value of
CfnDataIntegrationProps.getScheduleConfig() |
CfnDataIntegration.Builder |
CfnDataIntegration.Builder.scheduleConfig(IResolvable scheduleConfig)
The name of the data and how often it should be pulled from the source.
|
void |
CfnEventIntegration.setEventFilter(IResolvable value)
The event integration filter.
|
void |
CfnDataIntegration.setScheduleConfig(IResolvable value)
The name of the data and how often it should be pulled from the source.
|
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.HANAPrometheusExporterProperty.Builder |
CfnApplication.HANAPrometheusExporterProperty.Builder.agreeToInstallHanadbClient(IResolvable agreeToInstallHanadbClient)
|
CfnApplication.ConfigurationDetailsProperty.Builder |
CfnApplication.ConfigurationDetailsProperty.Builder.alarmMetrics(IResolvable alarmMetrics)
Sets the value of
CfnApplication.ConfigurationDetailsProperty.getAlarmMetrics() |
CfnApplication.SubComponentConfigurationDetailsProperty.Builder |
CfnApplication.SubComponentConfigurationDetailsProperty.Builder.alarmMetrics(IResolvable alarmMetrics)
|
CfnApplication.ConfigurationDetailsProperty.Builder |
CfnApplication.ConfigurationDetailsProperty.Builder.alarms(IResolvable alarms)
Sets the value of
CfnApplication.ConfigurationDetailsProperty.getAlarms() |
CfnApplicationProps.Builder |
CfnApplicationProps.Builder.autoConfigurationEnabled(IResolvable autoConfigurationEnabled)
Sets the value of
CfnApplicationProps.getAutoConfigurationEnabled() |
CfnApplication.Builder |
CfnApplication.Builder.autoConfigurationEnabled(IResolvable autoConfigurationEnabled)
If set to `true` , the application components will be configured with the monitoring configuration recommended by Application Insights.
|
CfnApplicationProps.Builder |
CfnApplicationProps.Builder.componentMonitoringSettings(IResolvable componentMonitoringSettings)
Sets the value of
CfnApplicationProps.getComponentMonitoringSettings() |
CfnApplication.Builder |
CfnApplication.Builder.componentMonitoringSettings(IResolvable componentMonitoringSettings)
The monitoring settings of the components.
|
CfnApplication.ComponentConfigurationProperty.Builder |
CfnApplication.ComponentConfigurationProperty.Builder.configurationDetails(IResolvable configurationDetails)
Sets the value of
CfnApplication.ComponentConfigurationProperty.getConfigurationDetails() |
CfnApplication.ComponentMonitoringSettingProperty.Builder |
CfnApplication.ComponentMonitoringSettingProperty.Builder.customComponentConfiguration(IResolvable customComponentConfiguration)
|
CfnApplicationProps.Builder |
CfnApplicationProps.Builder.customComponents(IResolvable customComponents)
Sets the value of
CfnApplicationProps.getCustomComponents() |
CfnApplication.Builder |
CfnApplication.Builder.customComponents(IResolvable customComponents)
Describes a custom component by grouping similar standalone instances to monitor.
|
CfnApplicationProps.Builder |
CfnApplicationProps.Builder.cweMonitorEnabled(IResolvable cweMonitorEnabled)
Sets the value of
CfnApplicationProps.getCweMonitorEnabled() |
CfnApplication.Builder |
CfnApplication.Builder.cweMonitorEnabled(IResolvable cweMonitorEnabled)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as `instance terminated` , `failed deployment` , and others.
|
CfnApplication.ComponentMonitoringSettingProperty.Builder |
CfnApplication.ComponentMonitoringSettingProperty.Builder.defaultOverwriteComponentConfiguration(IResolvable defaultOverwriteComponentConfiguration)
|
CfnApplication.ConfigurationDetailsProperty.Builder |
CfnApplication.ConfigurationDetailsProperty.Builder.haClusterPrometheusExporter(IResolvable haClusterPrometheusExporter)
|
CfnApplication.ConfigurationDetailsProperty.Builder |
CfnApplication.ConfigurationDetailsProperty.Builder.hanaPrometheusExporter(IResolvable hanaPrometheusExporter)
Sets the value of
CfnApplication.ConfigurationDetailsProperty.getHanaPrometheusExporter() |
CfnApplication.ConfigurationDetailsProperty.Builder |
CfnApplication.ConfigurationDetailsProperty.Builder.jmxPrometheusExporter(IResolvable jmxPrometheusExporter)
Sets the value of
CfnApplication.ConfigurationDetailsProperty.getJmxPrometheusExporter() |
CfnApplication.LogPatternSetProperty.Builder |
CfnApplication.LogPatternSetProperty.Builder.logPatterns(IResolvable logPatterns)
Sets the value of
CfnApplication.LogPatternSetProperty.getLogPatterns() |
CfnApplicationProps.Builder |
CfnApplicationProps.Builder.logPatternSets(IResolvable logPatternSets)
Sets the value of
CfnApplicationProps.getLogPatternSets() |
CfnApplication.Builder |
CfnApplication.Builder.logPatternSets(IResolvable logPatternSets)
The log pattern sets.
|
CfnApplication.ConfigurationDetailsProperty.Builder |
CfnApplication.ConfigurationDetailsProperty.Builder.logs(IResolvable logs)
Sets the value of
CfnApplication.ConfigurationDetailsProperty.getLogs() |
CfnApplication.SubComponentConfigurationDetailsProperty.Builder |
CfnApplication.SubComponentConfigurationDetailsProperty.Builder.logs(IResolvable logs)
Sets the value of
CfnApplication.SubComponentConfigurationDetailsProperty.getLogs() |
CfnApplicationProps.Builder |
CfnApplicationProps.Builder.opsCenterEnabled(IResolvable opsCenterEnabled)
Sets the value of
CfnApplicationProps.getOpsCenterEnabled() |
CfnApplication.Builder |
CfnApplication.Builder.opsCenterEnabled(IResolvable opsCenterEnabled)
Indicates whether Application Insights will create OpsItems for any problem that is detected by Application Insights for an application.
|
void |
CfnApplication.setAutoConfigurationEnabled(IResolvable value)
If set to `true` , the application components will be configured with the monitoring configuration recommended by Application Insights.
|
void |
CfnApplication.setComponentMonitoringSettings(IResolvable value)
The monitoring settings of the components.
|
void |
CfnApplication.setCustomComponents(IResolvable value)
Describes a custom component by grouping similar standalone instances to monitor.
|
void |
CfnApplication.setCweMonitorEnabled(IResolvable value)
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as `instance terminated` , `failed deployment` , and others.
|
void |
CfnApplication.setLogPatternSets(IResolvable value)
The log pattern sets.
|
void |
CfnApplication.setOpsCenterEnabled(IResolvable value)
Indicates whether Application Insights will create OpsItems for any problem that is detected by Application Insights for an application.
|
CfnApplication.SubComponentTypeConfigurationProperty.Builder |
CfnApplication.SubComponentTypeConfigurationProperty.Builder.subComponentConfigurationDetails(IResolvable subComponentConfigurationDetails)
|
CfnApplication.ComponentConfigurationProperty.Builder |
CfnApplication.ComponentConfigurationProperty.Builder.subComponentTypeConfigurations(IResolvable subComponentTypeConfigurations)
|
CfnApplication.ConfigurationDetailsProperty.Builder |
CfnApplication.ConfigurationDetailsProperty.Builder.windowsEvents(IResolvable windowsEvents)
Sets the value of
CfnApplication.ConfigurationDetailsProperty.getWindowsEvents() |
CfnApplication.SubComponentConfigurationDetailsProperty.Builder |
CfnApplication.SubComponentConfigurationDetailsProperty.Builder.windowsEvents(IResolvable windowsEvents)
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnObservabilityConfiguration.getAttrLatest()
It's set to `true` for the configuration with the highest `Revision` among all configurations that share the same `ObservabilityConfigurationName` .
|
| Modifier and Type | Method and Description |
|---|---|
CfnService.SourceConfigurationProperty.Builder |
CfnService.SourceConfigurationProperty.Builder.authenticationConfiguration(IResolvable authenticationConfiguration)
Sets the value of
CfnService.SourceConfigurationProperty.getAuthenticationConfiguration() |
CfnService.SourceConfigurationProperty.Builder |
CfnService.SourceConfigurationProperty.Builder.autoDeploymentsEnabled(IResolvable autoDeploymentsEnabled)
Sets the value of
CfnService.SourceConfigurationProperty.getAutoDeploymentsEnabled() |
CfnService.CodeRepositoryProperty.Builder |
CfnService.CodeRepositoryProperty.Builder.codeConfiguration(IResolvable codeConfiguration)
Sets the value of
CfnService.CodeRepositoryProperty.getCodeConfiguration() |
CfnService.CodeConfigurationProperty.Builder |
CfnService.CodeConfigurationProperty.Builder.codeConfigurationValues(IResolvable codeConfigurationValues)
Sets the value of
CfnService.CodeConfigurationProperty.getCodeConfigurationValues() |
CfnService.SourceConfigurationProperty.Builder |
CfnService.SourceConfigurationProperty.Builder.codeRepository(IResolvable codeRepository)
Sets the value of
CfnService.SourceConfigurationProperty.getCodeRepository() |
CfnService.NetworkConfigurationProperty.Builder |
CfnService.NetworkConfigurationProperty.Builder.egressConfiguration(IResolvable egressConfiguration)
Sets the value of
CfnService.NetworkConfigurationProperty.getEgressConfiguration() |
CfnService.Builder |
CfnService.Builder.encryptionConfiguration(IResolvable encryptionConfiguration)
An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.encryptionConfiguration(IResolvable encryptionConfiguration)
Sets the value of
CfnServiceProps.getEncryptionConfiguration() |
CfnService.Builder |
CfnService.Builder.healthCheckConfiguration(IResolvable healthCheckConfiguration)
The settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.healthCheckConfiguration(IResolvable healthCheckConfiguration)
Sets the value of
CfnServiceProps.getHealthCheckConfiguration() |
CfnService.ImageRepositoryProperty.Builder |
CfnService.ImageRepositoryProperty.Builder.imageConfiguration(IResolvable imageConfiguration)
Sets the value of
CfnService.ImageRepositoryProperty.getImageConfiguration() |
CfnService.SourceConfigurationProperty.Builder |
CfnService.SourceConfigurationProperty.Builder.imageRepository(IResolvable imageRepository)
Sets the value of
CfnService.SourceConfigurationProperty.getImageRepository() |
CfnService.Builder |
CfnService.Builder.instanceConfiguration(IResolvable instanceConfiguration)
The runtime configuration of instances (scaling units) of your service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.instanceConfiguration(IResolvable instanceConfiguration)
Sets the value of
CfnServiceProps.getInstanceConfiguration() |
CfnService.Builder |
CfnService.Builder.networkConfiguration(IResolvable networkConfiguration)
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.networkConfiguration(IResolvable networkConfiguration)
Sets the value of
CfnServiceProps.getNetworkConfiguration() |
CfnService.Builder |
CfnService.Builder.observabilityConfiguration(IResolvable observabilityConfiguration)
The observability configuration of your service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.observabilityConfiguration(IResolvable observabilityConfiguration)
Sets the value of
CfnServiceProps.getObservabilityConfiguration() |
CfnService.ServiceObservabilityConfigurationProperty.Builder |
CfnService.ServiceObservabilityConfigurationProperty.Builder.observabilityEnabled(IResolvable observabilityEnabled)
|
CfnService.CodeConfigurationValuesProperty.Builder |
CfnService.CodeConfigurationValuesProperty.Builder.runtimeEnvironmentVariables(IResolvable runtimeEnvironmentVariables)
|
CfnService.ImageConfigurationProperty.Builder |
CfnService.ImageConfigurationProperty.Builder.runtimeEnvironmentVariables(IResolvable runtimeEnvironmentVariables)
Sets the value of
CfnService.ImageConfigurationProperty.getRuntimeEnvironmentVariables() |
void |
CfnService.setEncryptionConfiguration(IResolvable value)
An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.
|
void |
CfnService.setHealthCheckConfiguration(IResolvable value)
The settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.
|
void |
CfnService.setInstanceConfiguration(IResolvable value)
The runtime configuration of instances (scaling units) of your service.
|
void |
CfnService.setNetworkConfiguration(IResolvable value)
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
void |
CfnService.setObservabilityConfiguration(IResolvable value)
The observability configuration of your service.
|
void |
CfnService.setSourceConfiguration(IResolvable value)
The source to deploy to the App Runner service.
|
void |
CfnObservabilityConfiguration.setTraceConfiguration(IResolvable value)
The configuration of the tracing feature within this observability configuration.
|
CfnService.CodeRepositoryProperty.Builder |
CfnService.CodeRepositoryProperty.Builder.sourceCodeVersion(IResolvable sourceCodeVersion)
Sets the value of
CfnService.CodeRepositoryProperty.getSourceCodeVersion() |
CfnService.Builder |
CfnService.Builder.sourceConfiguration(IResolvable sourceConfiguration)
The source to deploy to the App Runner service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.sourceConfiguration(IResolvable sourceConfiguration)
Sets the value of
CfnServiceProps.getSourceConfiguration() |
CfnObservabilityConfiguration.Builder |
CfnObservabilityConfiguration.Builder.traceConfiguration(IResolvable traceConfiguration)
The configuration of the tracing feature within this observability configuration.
|
CfnObservabilityConfigurationProps.Builder |
CfnObservabilityConfigurationProps.Builder.traceConfiguration(IResolvable traceConfiguration)
Sets the value of
CfnObservabilityConfigurationProps.getTraceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CfnImageBuilderProps.Builder |
CfnImageBuilderProps.Builder.accessEndpoints(IResolvable accessEndpoints)
Sets the value of
CfnImageBuilderProps.getAccessEndpoints() |
CfnStack.Builder |
CfnStack.Builder.accessEndpoints(IResolvable accessEndpoints)
The list of virtual private cloud (VPC) interface endpoint objects.
|
CfnImageBuilder.Builder |
CfnImageBuilder.Builder.accessEndpoints(IResolvable accessEndpoints)
The list of virtual private cloud (VPC) interface endpoint objects.
|
CfnStackProps.Builder |
CfnStackProps.Builder.accessEndpoints(IResolvable accessEndpoints)
Sets the value of
CfnStackProps.getAccessEndpoints() |
CfnStack.Builder |
CfnStack.Builder.applicationSettings(IResolvable applicationSettings)
The persistent application settings for users of the stack.
|
CfnStackProps.Builder |
CfnStackProps.Builder.applicationSettings(IResolvable applicationSettings)
Sets the value of
CfnStackProps.getApplicationSettings() |
CfnEntitlement.Builder |
CfnEntitlement.Builder.attributes(IResolvable attributes)
The attributes of the entitlement.
|
CfnEntitlementProps.Builder |
CfnEntitlementProps.Builder.attributes(IResolvable attributes)
Sets the value of
CfnEntitlementProps.getAttributes() |
CfnFleet.Builder |
CfnFleet.Builder.computeCapacity(IResolvable computeCapacity)
The desired capacity for the fleet.
|
CfnFleetProps.Builder |
CfnFleetProps.Builder.computeCapacity(IResolvable computeCapacity)
Sets the value of
CfnFleetProps.getComputeCapacity() |
CfnStack.Builder |
CfnStack.Builder.deleteStorageConnectors(IResolvable deleteStorageConnectors)
*This parameter has been deprecated.*.
|
CfnStackProps.Builder |
CfnStackProps.Builder.deleteStorageConnectors(IResolvable deleteStorageConnectors)
Sets the value of
CfnStackProps.getDeleteStorageConnectors() |
CfnImageBuilderProps.Builder |
CfnImageBuilderProps.Builder.domainJoinInfo(IResolvable domainJoinInfo)
Sets the value of
CfnImageBuilderProps.getDomainJoinInfo() |
CfnImageBuilder.Builder |
CfnImageBuilder.Builder.domainJoinInfo(IResolvable domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.
|
CfnFleet.Builder |
CfnFleet.Builder.domainJoinInfo(IResolvable domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.
|
CfnFleetProps.Builder |
CfnFleetProps.Builder.domainJoinInfo(IResolvable domainJoinInfo)
Sets the value of
CfnFleetProps.getDomainJoinInfo() |
CfnStack.ApplicationSettingsProperty.Builder |
CfnStack.ApplicationSettingsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnStack.ApplicationSettingsProperty.getEnabled() |
CfnImageBuilderProps.Builder |
CfnImageBuilderProps.Builder.enableDefaultInternetAccess(IResolvable enableDefaultInternetAccess)
Sets the value of
CfnImageBuilderProps.getEnableDefaultInternetAccess() |
CfnImageBuilder.Builder |
CfnImageBuilder.Builder.enableDefaultInternetAccess(IResolvable enableDefaultInternetAccess)
Enables or disables default internet access for the image builder.
|
CfnFleet.Builder |
CfnFleet.Builder.enableDefaultInternetAccess(IResolvable enableDefaultInternetAccess)
Enables or disables default internet access for the fleet.
|
CfnFleetProps.Builder |
CfnFleetProps.Builder.enableDefaultInternetAccess(IResolvable enableDefaultInternetAccess)
Sets the value of
CfnFleetProps.getEnableDefaultInternetAccess() |
CfnApplicationProps.Builder |
CfnApplicationProps.Builder.iconS3Location(IResolvable iconS3Location)
Sets the value of
CfnApplicationProps.getIconS3Location() |
CfnApplication.Builder |
CfnApplication.Builder.iconS3Location(IResolvable iconS3Location)
The icon S3 location of the application.
|
CfnAppBlock.ScriptDetailsProperty.Builder |
CfnAppBlock.ScriptDetailsProperty.Builder.scriptS3Location(IResolvable scriptS3Location)
Sets the value of
CfnAppBlock.ScriptDetailsProperty.getScriptS3Location() |
CfnStackUserAssociationProps.Builder |
CfnStackUserAssociationProps.Builder.sendEmailNotification(IResolvable sendEmailNotification)
Sets the value of
CfnStackUserAssociationProps.getSendEmailNotification() |
CfnStackUserAssociation.Builder |
CfnStackUserAssociation.Builder.sendEmailNotification(IResolvable sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
CfnDirectoryConfig.Builder |
CfnDirectoryConfig.Builder.serviceAccountCredentials(IResolvable serviceAccountCredentials)
The credentials for the service account used by the streaming instance to connect to the directory.
|
CfnDirectoryConfigProps.Builder |
CfnDirectoryConfigProps.Builder.serviceAccountCredentials(IResolvable serviceAccountCredentials)
Sets the value of
CfnDirectoryConfigProps.getServiceAccountCredentials() |
CfnFleet.Builder |
CfnFleet.Builder.sessionScriptS3Location(IResolvable sessionScriptS3Location)
The S3 location of the session scripts configuration zip file.
|
CfnFleetProps.Builder |
CfnFleetProps.Builder.sessionScriptS3Location(IResolvable sessionScriptS3Location)
Sets the value of
CfnFleetProps.getSessionScriptS3Location() |
void |
CfnStack.setAccessEndpoints(IResolvable value)
The list of virtual private cloud (VPC) interface endpoint objects.
|
void |
CfnImageBuilder.setAccessEndpoints(IResolvable value)
The list of virtual private cloud (VPC) interface endpoint objects.
|
void |
CfnStack.setApplicationSettings(IResolvable value)
The persistent application settings for users of the stack.
|
void |
CfnEntitlement.setAttributes(IResolvable value)
The attributes of the entitlement.
|
void |
CfnFleet.setComputeCapacity(IResolvable value)
The desired capacity for the fleet.
|
void |
CfnStack.setDeleteStorageConnectors(IResolvable value)
*This parameter has been deprecated.*.
|
void |
CfnImageBuilder.setDomainJoinInfo(IResolvable value)
The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.
|
void |
CfnFleet.setDomainJoinInfo(IResolvable value)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.
|
void |
CfnImageBuilder.setEnableDefaultInternetAccess(IResolvable value)
Enables or disables default internet access for the image builder.
|
void |
CfnFleet.setEnableDefaultInternetAccess(IResolvable value)
Enables or disables default internet access for the fleet.
|
void |
CfnApplication.setIconS3Location(IResolvable value)
The icon S3 location of the application.
|
void |
CfnStackUserAssociation.setSendEmailNotification(IResolvable value)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
void |
CfnDirectoryConfig.setServiceAccountCredentials(IResolvable value)
The credentials for the service account used by the streaming instance to connect to the directory.
|
void |
CfnFleet.setSessionScriptS3Location(IResolvable value)
The S3 location of the session scripts configuration zip file.
|
void |
CfnAppBlock.setSetupScriptDetails(IResolvable value)
The setup script details of the app block.
|
void |
CfnAppBlock.setSourceS3Location(IResolvable value)
The source S3 location of the app block.
|
void |
CfnStack.setStorageConnectors(IResolvable value)
The storage connectors to enable.
|
CfnAppBlockProps.Builder |
CfnAppBlockProps.Builder.setupScriptDetails(IResolvable setupScriptDetails)
Sets the value of
CfnAppBlockProps.getSetupScriptDetails() |
CfnAppBlock.Builder |
CfnAppBlock.Builder.setupScriptDetails(IResolvable setupScriptDetails)
The setup script details of the app block.
|
void |
CfnStack.setUserSettings(IResolvable value)
The actions that are enabled or disabled for users during their streaming sessions.
|
void |
CfnImageBuilder.setVpcConfig(IResolvable value)
The VPC configuration for the image builder.
|
void |
CfnFleet.setVpcConfig(IResolvable value)
The VPC configuration for the fleet.
|
CfnAppBlockProps.Builder |
CfnAppBlockProps.Builder.sourceS3Location(IResolvable sourceS3Location)
Sets the value of
CfnAppBlockProps.getSourceS3Location() |
CfnAppBlock.Builder |
CfnAppBlock.Builder.sourceS3Location(IResolvable sourceS3Location)
The source S3 location of the app block.
|
CfnStack.Builder |
CfnStack.Builder.storageConnectors(IResolvable storageConnectors)
The storage connectors to enable.
|
CfnStackProps.Builder |
CfnStackProps.Builder.storageConnectors(IResolvable storageConnectors)
Sets the value of
CfnStackProps.getStorageConnectors() |
CfnStack.Builder |
CfnStack.Builder.userSettings(IResolvable userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
CfnStackProps.Builder |
CfnStackProps.Builder.userSettings(IResolvable userSettings)
Sets the value of
CfnStackProps.getUserSettings() |
CfnImageBuilderProps.Builder |
CfnImageBuilderProps.Builder.vpcConfig(IResolvable vpcConfig)
Sets the value of
CfnImageBuilderProps.getVpcConfig() |
CfnImageBuilder.Builder |
CfnImageBuilder.Builder.vpcConfig(IResolvable vpcConfig)
The VPC configuration for the image builder.
|
CfnFleet.Builder |
CfnFleet.Builder.vpcConfig(IResolvable vpcConfig)
The VPC configuration for the fleet.
|
CfnFleetProps.Builder |
CfnFleetProps.Builder.vpcConfig(IResolvable vpcConfig)
Sets the value of
CfnFleetProps.getVpcConfig() |
| Modifier and Type | Method and Description |
|---|---|
CfnGraphQLApiProps.Builder |
CfnGraphQLApiProps.Builder.additionalAuthenticationProviders(IResolvable additionalAuthenticationProviders)
Sets the value of
CfnGraphQLApiProps.getAdditionalAuthenticationProviders() |
CfnGraphQLApi.Builder |
CfnGraphQLApi.Builder.additionalAuthenticationProviders(IResolvable additionalAuthenticationProviders)
A list of additional authentication providers for the `GraphqlApi` API.
|
CfnApiCache.Builder |
CfnApiCache.Builder.atRestEncryptionEnabled(IResolvable atRestEncryptionEnabled)
At-rest encryption flag for cache.
|
CfnApiCacheProps.Builder |
CfnApiCacheProps.Builder.atRestEncryptionEnabled(IResolvable atRestEncryptionEnabled)
Sets the value of
CfnApiCacheProps.getAtRestEncryptionEnabled() |
CfnDataSource.HttpConfigProperty.Builder |
CfnDataSource.HttpConfigProperty.Builder.authorizationConfig(IResolvable authorizationConfig)
Sets the value of
CfnDataSource.HttpConfigProperty.getAuthorizationConfig() |
CfnDataSource.AuthorizationConfigProperty.Builder |
CfnDataSource.AuthorizationConfigProperty.Builder.awsIamConfig(IResolvable awsIamConfig)
Sets the value of
CfnDataSource.AuthorizationConfigProperty.getAwsIamConfig() |
CfnResolver.Builder |
CfnResolver.Builder.cachingConfig(IResolvable cachingConfig)
The caching configuration for the resolver.
|
CfnResolverProps.Builder |
CfnResolverProps.Builder.cachingConfig(IResolvable cachingConfig)
Sets the value of
CfnResolverProps.getCachingConfig() |
CfnDataSource.DynamoDBConfigProperty.Builder |
CfnDataSource.DynamoDBConfigProperty.Builder.deltaSyncConfig(IResolvable deltaSyncConfig)
Sets the value of
CfnDataSource.DynamoDBConfigProperty.getDeltaSyncConfig() |
CfnDataSource.Builder |
CfnDataSource.Builder.dynamoDbConfig(IResolvable dynamoDbConfig)
AWS Region and TableName for an Amazon DynamoDB table in your account.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.dynamoDbConfig(IResolvable dynamoDbConfig)
Sets the value of
CfnDataSourceProps.getDynamoDbConfig() |
CfnDataSource.Builder |
CfnDataSource.Builder.elasticsearchConfig(IResolvable elasticsearchConfig)
AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.elasticsearchConfig(IResolvable elasticsearchConfig)
Sets the value of
CfnDataSourceProps.getElasticsearchConfig() |
CfnGraphQLApi.LogConfigProperty.Builder |
CfnGraphQLApi.LogConfigProperty.Builder.excludeVerboseContent(IResolvable excludeVerboseContent)
Sets the value of
CfnGraphQLApi.LogConfigProperty.getExcludeVerboseContent() |
CfnDataSource.Builder |
CfnDataSource.Builder.httpConfig(IResolvable httpConfig)
Endpoints for an HTTP data source.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.httpConfig(IResolvable httpConfig)
Sets the value of
CfnDataSourceProps.getHttpConfig() |
CfnGraphQLApiProps.Builder |
CfnGraphQLApiProps.Builder.lambdaAuthorizerConfig(IResolvable lambdaAuthorizerConfig)
Sets the value of
CfnGraphQLApiProps.getLambdaAuthorizerConfig() |
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder |
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder.lambdaAuthorizerConfig(IResolvable lambdaAuthorizerConfig)
|
CfnGraphQLApi.Builder |
CfnGraphQLApi.Builder.lambdaAuthorizerConfig(IResolvable lambdaAuthorizerConfig)
A `LambdaAuthorizerConfig` holds configuration on how to authorize AWS AppSync API access when using the `AWS_LAMBDA` authorizer mode.
|
CfnDataSource.Builder |
CfnDataSource.Builder.lambdaConfig(IResolvable lambdaConfig)
An ARN of a Lambda function in valid ARN format.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.lambdaConfig(IResolvable lambdaConfig)
Sets the value of
CfnDataSourceProps.getLambdaConfig() |
CfnFunctionConfiguration.SyncConfigProperty.Builder |
CfnFunctionConfiguration.SyncConfigProperty.Builder.lambdaConflictHandlerConfig(IResolvable lambdaConflictHandlerConfig)
|
CfnResolver.SyncConfigProperty.Builder |
CfnResolver.SyncConfigProperty.Builder.lambdaConflictHandlerConfig(IResolvable lambdaConflictHandlerConfig)
Sets the value of
CfnResolver.SyncConfigProperty.getLambdaConflictHandlerConfig() |
CfnGraphQLApiProps.Builder |
CfnGraphQLApiProps.Builder.logConfig(IResolvable logConfig)
Sets the value of
CfnGraphQLApiProps.getLogConfig() |
CfnGraphQLApi.Builder |
CfnGraphQLApi.Builder.logConfig(IResolvable logConfig)
The Amazon CloudWatch Logs configuration.
|
CfnGraphQLApiProps.Builder |
CfnGraphQLApiProps.Builder.openIdConnectConfig(IResolvable openIdConnectConfig)
Sets the value of
CfnGraphQLApiProps.getOpenIdConnectConfig() |
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder |
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder.openIdConnectConfig(IResolvable openIdConnectConfig)
|
CfnGraphQLApi.Builder |
CfnGraphQLApi.Builder.openIdConnectConfig(IResolvable openIdConnectConfig)
The OpenID Connect configuration.
|
CfnDataSource.Builder |
CfnDataSource.Builder.openSearchServiceConfig(IResolvable openSearchServiceConfig)
AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.openSearchServiceConfig(IResolvable openSearchServiceConfig)
Sets the value of
CfnDataSourceProps.getOpenSearchServiceConfig() |
CfnResolver.Builder |
CfnResolver.Builder.pipelineConfig(IResolvable pipelineConfig)
Functions linked with the pipeline resolver.
|
CfnResolverProps.Builder |
CfnResolverProps.Builder.pipelineConfig(IResolvable pipelineConfig)
Sets the value of
CfnResolverProps.getPipelineConfig() |
CfnDataSource.RelationalDatabaseConfigProperty.Builder |
CfnDataSource.RelationalDatabaseConfigProperty.Builder.rdsHttpEndpointConfig(IResolvable rdsHttpEndpointConfig)
|
CfnDataSource.Builder |
CfnDataSource.Builder.relationalDatabaseConfig(IResolvable relationalDatabaseConfig)
Relational Database configuration of the relational database data source.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.relationalDatabaseConfig(IResolvable relationalDatabaseConfig)
Sets the value of
CfnDataSourceProps.getRelationalDatabaseConfig() |
void |
CfnGraphQLApi.setAdditionalAuthenticationProviders(IResolvable value)
A list of additional authentication providers for the `GraphqlApi` API.
|
void |
CfnApiCache.setAtRestEncryptionEnabled(IResolvable value)
At-rest encryption flag for cache.
|
void |
CfnResolver.setCachingConfig(IResolvable value)
The caching configuration for the resolver.
|
void |
CfnDataSource.setDynamoDbConfig(IResolvable value)
AWS Region and TableName for an Amazon DynamoDB table in your account.
|
void |
CfnDataSource.setElasticsearchConfig(IResolvable value)
AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
|
void |
CfnDataSource.setHttpConfig(IResolvable value)
Endpoints for an HTTP data source.
|
void |
CfnGraphQLApi.setLambdaAuthorizerConfig(IResolvable value)
A `LambdaAuthorizerConfig` holds configuration on how to authorize AWS AppSync API access when using the `AWS_LAMBDA` authorizer mode.
|
void |
CfnDataSource.setLambdaConfig(IResolvable value)
An ARN of a Lambda function in valid ARN format.
|
void |
CfnGraphQLApi.setLogConfig(IResolvable value)
The Amazon CloudWatch Logs configuration.
|
void |
CfnGraphQLApi.setOpenIdConnectConfig(IResolvable value)
The OpenID Connect configuration.
|
void |
CfnDataSource.setOpenSearchServiceConfig(IResolvable value)
AWS Region and Endpoints for an Amazon OpenSearch Service domain in your account.
|
void |
CfnResolver.setPipelineConfig(IResolvable value)
Functions linked with the pipeline resolver.
|
void |
CfnDataSource.setRelationalDatabaseConfig(IResolvable value)
Relational Database configuration of the relational database data source.
|
void |
CfnFunctionConfiguration.setSyncConfig(IResolvable value)
Describes a Sync configuration for a resolver.
|
void |
CfnResolver.setSyncConfig(IResolvable value)
The `SyncConfig` for a resolver attached to a versioned data source.
|
void |
CfnApiCache.setTransitEncryptionEnabled(IResolvable value)
Transit encryption flag when connecting to cache.
|
void |
CfnGraphQLApi.setUserPoolConfig(IResolvable value)
Optional authorization configuration for using Amazon Cognito user pools with your GraphQL endpoint.
|
void |
CfnGraphQLApi.setXrayEnabled(IResolvable value)
A flag indicating whether to use AWS X-Ray tracing for this `GraphqlApi` .
|
CfnFunctionConfiguration.Builder |
CfnFunctionConfiguration.Builder.syncConfig(IResolvable syncConfig)
Describes a Sync configuration for a resolver.
|
CfnFunctionConfigurationProps.Builder |
CfnFunctionConfigurationProps.Builder.syncConfig(IResolvable syncConfig)
Sets the value of
CfnFunctionConfigurationProps.getSyncConfig() |
CfnResolver.Builder |
CfnResolver.Builder.syncConfig(IResolvable syncConfig)
The `SyncConfig` for a resolver attached to a versioned data source.
|
CfnResolverProps.Builder |
CfnResolverProps.Builder.syncConfig(IResolvable syncConfig)
Sets the value of
CfnResolverProps.getSyncConfig() |
CfnGraphQLApiProps.Builder |
CfnGraphQLApiProps.Builder.tags(IResolvable tags)
Sets the value of
CfnGraphQLApiProps.getTags() |
CfnGraphQLApi.Builder |
CfnGraphQLApi.Builder.tags(IResolvable tags)
An arbitrary set of tags (key-value pairs) for this GraphQL API.
|
CfnApiCache.Builder |
CfnApiCache.Builder.transitEncryptionEnabled(IResolvable transitEncryptionEnabled)
Transit encryption flag when connecting to cache.
|
CfnApiCacheProps.Builder |
CfnApiCacheProps.Builder.transitEncryptionEnabled(IResolvable transitEncryptionEnabled)
Sets the value of
CfnApiCacheProps.getTransitEncryptionEnabled() |
CfnDataSource.DynamoDBConfigProperty.Builder |
CfnDataSource.DynamoDBConfigProperty.Builder.useCallerCredentials(IResolvable useCallerCredentials)
Sets the value of
CfnDataSource.DynamoDBConfigProperty.getUseCallerCredentials() |
CfnGraphQLApiProps.Builder |
CfnGraphQLApiProps.Builder.userPoolConfig(IResolvable userPoolConfig)
Sets the value of
CfnGraphQLApiProps.getUserPoolConfig() |
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder |
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder.userPoolConfig(IResolvable userPoolConfig)
|
CfnGraphQLApi.Builder |
CfnGraphQLApi.Builder.userPoolConfig(IResolvable userPoolConfig)
Optional authorization configuration for using Amazon Cognito user pools with your GraphQL endpoint.
|
CfnDataSource.DynamoDBConfigProperty.Builder |
CfnDataSource.DynamoDBConfigProperty.Builder.versioned(IResolvable versioned)
Sets the value of
CfnDataSource.DynamoDBConfigProperty.getVersioned() |
CfnGraphQLApiProps.Builder |
CfnGraphQLApiProps.Builder.xrayEnabled(IResolvable xrayEnabled)
Sets the value of
CfnGraphQLApiProps.getXrayEnabled() |
CfnGraphQLApi.Builder |
CfnGraphQLApi.Builder.xrayEnabled(IResolvable xrayEnabled)
A flag indicating whether to use AWS X-Ray tracing for this `GraphqlApi` .
|
| Modifier and Type | Method and Description |
|---|---|
CfnWorkGroup.ResultConfigurationProperty.Builder |
CfnWorkGroup.ResultConfigurationProperty.Builder.encryptionConfiguration(IResolvable encryptionConfiguration)
Sets the value of
CfnWorkGroup.ResultConfigurationProperty.getEncryptionConfiguration() |
CfnWorkGroup.WorkGroupConfigurationProperty.Builder |
CfnWorkGroup.WorkGroupConfigurationProperty.Builder.enforceWorkGroupConfiguration(IResolvable enforceWorkGroupConfiguration)
|
CfnWorkGroup.WorkGroupConfigurationProperty.Builder |
CfnWorkGroup.WorkGroupConfigurationProperty.Builder.engineVersion(IResolvable engineVersion)
Sets the value of
CfnWorkGroup.WorkGroupConfigurationProperty.getEngineVersion() |
CfnDataCatalog.Builder |
CfnDataCatalog.Builder.parameters(IResolvable parameters)
Specifies the Lambda function or functions to use for the data catalog.
|
CfnDataCatalogProps.Builder |
CfnDataCatalogProps.Builder.parameters(IResolvable parameters)
Sets the value of
CfnDataCatalogProps.getParameters() |
CfnWorkGroup.WorkGroupConfigurationProperty.Builder |
CfnWorkGroup.WorkGroupConfigurationProperty.Builder.publishCloudWatchMetricsEnabled(IResolvable publishCloudWatchMetricsEnabled)
|
CfnWorkGroup.Builder |
CfnWorkGroup.Builder.recursiveDeleteOption(IResolvable recursiveDeleteOption)
The option to delete a workgroup and its contents even if the workgroup contains any named queries.
|
CfnWorkGroupProps.Builder |
CfnWorkGroupProps.Builder.recursiveDeleteOption(IResolvable recursiveDeleteOption)
Sets the value of
CfnWorkGroupProps.getRecursiveDeleteOption() |
CfnWorkGroup.WorkGroupConfigurationProperty.Builder |
CfnWorkGroup.WorkGroupConfigurationProperty.Builder.requesterPaysEnabled(IResolvable requesterPaysEnabled)
Sets the value of
CfnWorkGroup.WorkGroupConfigurationProperty.getRequesterPaysEnabled() |
CfnWorkGroup.WorkGroupConfigurationProperty.Builder |
CfnWorkGroup.WorkGroupConfigurationProperty.Builder.resultConfiguration(IResolvable resultConfiguration)
Sets the value of
CfnWorkGroup.WorkGroupConfigurationProperty.getResultConfiguration() |
void |
CfnDataCatalog.setParameters(IResolvable value)
Specifies the Lambda function or functions to use for the data catalog.
|
void |
CfnWorkGroup.setRecursiveDeleteOption(IResolvable value)
The option to delete a workgroup and its contents even if the workgroup contains any named queries.
|
void |
CfnWorkGroup.setWorkGroupConfiguration(IResolvable value)
The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch Metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.
|
CfnWorkGroup.Builder |
CfnWorkGroup.Builder.workGroupConfiguration(IResolvable workGroupConfiguration)
The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch Metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.
|
CfnWorkGroupProps.Builder |
CfnWorkGroupProps.Builder.workGroupConfiguration(IResolvable workGroupConfiguration)
Sets the value of
CfnWorkGroupProps.getWorkGroupConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnAssessment.getAttrCreationTime()
The time when the assessment was created.
|
IResolvable |
CfnAssessment.getAttrDelegations()
The delegations associated with the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
CfnAssessment.Builder |
CfnAssessment.Builder.assessmentReportsDestination(IResolvable assessmentReportsDestination)
The destination that evidence reports are stored in for the assessment.
|
CfnAssessmentProps.Builder |
CfnAssessmentProps.Builder.assessmentReportsDestination(IResolvable assessmentReportsDestination)
Sets the value of
CfnAssessmentProps.getAssessmentReportsDestination() |
CfnAssessment.Builder |
CfnAssessment.Builder.awsAccount(IResolvable awsAccount)
The AWS account that's associated with the assessment.
|
CfnAssessmentProps.Builder |
CfnAssessmentProps.Builder.awsAccount(IResolvable awsAccount)
Sets the value of
CfnAssessmentProps.getAwsAccount() |
CfnAssessment.ScopeProperty.Builder |
CfnAssessment.ScopeProperty.Builder.awsAccounts(IResolvable awsAccounts)
Sets the value of
CfnAssessment.ScopeProperty.getAwsAccounts() |
CfnAssessment.ScopeProperty.Builder |
CfnAssessment.ScopeProperty.Builder.awsServices(IResolvable awsServices)
Sets the value of
CfnAssessment.ScopeProperty.getAwsServices() |
CfnAssessment.Builder |
CfnAssessment.Builder.roles(IResolvable roles)
The roles that are associated with the assessment.
|
CfnAssessmentProps.Builder |
CfnAssessmentProps.Builder.roles(IResolvable roles)
Sets the value of
CfnAssessmentProps.getRoles() |
CfnAssessment.Builder |
CfnAssessment.Builder.scope(IResolvable scope)
The wrapper of AWS accounts and services that are in scope for the assessment.
|
CfnAssessmentProps.Builder |
CfnAssessmentProps.Builder.scope(IResolvable scope)
Sets the value of
CfnAssessmentProps.getScope() |
void |
CfnAssessment.setAssessmentReportsDestination(IResolvable value)
The destination that evidence reports are stored in for the assessment.
|
void |
CfnAssessment.setAwsAccount(IResolvable value)
The AWS account that's associated with the assessment.
|
void |
CfnAssessment.setRoles(IResolvable value)
The roles that are associated with the assessment.
|
void |
CfnAssessment.setScope(IResolvable value)
The wrapper of AWS accounts and services that are in scope for the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder.acceleratorCount(IResolvable acceleratorCount)
Sets the value of
CfnAutoScalingGroup.InstanceRequirementsProperty.getAcceleratorCount() |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder.acceleratorTotalMemoryMiB(IResolvable acceleratorTotalMemoryMiB)
|
CfnLaunchConfigurationProps.Builder |
CfnLaunchConfigurationProps.Builder.associatePublicIpAddress(IResolvable associatePublicIpAddress)
Sets the value of
CfnLaunchConfigurationProps.getAssociatePublicIpAddress() |
CfnLaunchConfiguration.Builder |
CfnLaunchConfiguration.Builder.associatePublicIpAddress(IResolvable associatePublicIpAddress)
For Auto Scaling groups that are running in a virtual private cloud (VPC), specifies whether to assign a public IP address to the group's instances.
|
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder.baselineEbsBandwidthMbps(IResolvable baselineEbsBandwidthMbps)
|
CfnLaunchConfigurationProps.Builder |
CfnLaunchConfigurationProps.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
Sets the value of
CfnLaunchConfigurationProps.getBlockDeviceMappings() |
CfnLaunchConfiguration.Builder |
CfnLaunchConfiguration.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
Specifies how block devices are exposed to the instance.
|
CfnAutoScalingGroupProps.Builder |
CfnAutoScalingGroupProps.Builder.capacityRebalance(IResolvable capacityRebalance)
Sets the value of
CfnAutoScalingGroupProps.getCapacityRebalance() |
CfnAutoScalingGroup.Builder |
CfnAutoScalingGroup.Builder.capacityRebalance(IResolvable capacityRebalance)
Indicates whether Capacity Rebalancing is enabled.
|
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder |
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder.customizedCapacityMetricSpecification(IResolvable customizedCapacityMetricSpecification)
|
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder |
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder.customizedLoadMetricSpecification(IResolvable customizedLoadMetricSpecification)
|
CfnScalingPolicy.TargetTrackingConfigurationProperty.Builder |
CfnScalingPolicy.TargetTrackingConfigurationProperty.Builder.customizedMetricSpecification(IResolvable customizedMetricSpecification)
|
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder |
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder.customizedScalingMetricSpecification(IResolvable customizedScalingMetricSpecification)
|
CfnLaunchConfiguration.BlockDeviceProperty.Builder |
CfnLaunchConfiguration.BlockDeviceProperty.Builder.deleteOnTermination(IResolvable deleteOnTermination)
Sets the value of
CfnLaunchConfiguration.BlockDeviceProperty.getDeleteOnTermination() |
CfnScalingPolicy.CustomizedMetricSpecificationProperty.Builder |
CfnScalingPolicy.CustomizedMetricSpecificationProperty.Builder.dimensions(IResolvable dimensions)
Sets the value of
CfnScalingPolicy.CustomizedMetricSpecificationProperty.getDimensions() |
CfnScalingPolicy.MetricProperty.Builder |
CfnScalingPolicy.MetricProperty.Builder.dimensions(IResolvable dimensions)
Sets the value of
CfnScalingPolicy.MetricProperty.getDimensions() |
CfnScalingPolicy.TargetTrackingConfigurationProperty.Builder |
CfnScalingPolicy.TargetTrackingConfigurationProperty.Builder.disableScaleIn(IResolvable disableScaleIn)
Sets the value of
CfnScalingPolicy.TargetTrackingConfigurationProperty.getDisableScaleIn() |
CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder |
CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder.ebs(IResolvable ebs)
Sets the value of
CfnLaunchConfiguration.BlockDeviceMappingProperty.getEbs() |
CfnLaunchConfigurationProps.Builder |
CfnLaunchConfigurationProps.Builder.ebsOptimized(IResolvable ebsOptimized)
Sets the value of
CfnLaunchConfigurationProps.getEbsOptimized() |
CfnLaunchConfiguration.Builder |
CfnLaunchConfiguration.Builder.ebsOptimized(IResolvable ebsOptimized)
Specifies whether the launch configuration is optimized for EBS I/O ( `true` ) or not ( `false` ).
|
CfnLaunchConfiguration.BlockDeviceProperty.Builder |
CfnLaunchConfiguration.BlockDeviceProperty.Builder.encrypted(IResolvable encrypted)
Sets the value of
CfnLaunchConfiguration.BlockDeviceProperty.getEncrypted() |
CfnLaunchConfigurationProps.Builder |
CfnLaunchConfigurationProps.Builder.instanceMonitoring(IResolvable instanceMonitoring)
Sets the value of
CfnLaunchConfigurationProps.getInstanceMonitoring() |
CfnLaunchConfiguration.Builder |
CfnLaunchConfiguration.Builder.instanceMonitoring(IResolvable instanceMonitoring)
Controls whether instances in this group are launched with detailed ( `true` ) or basic ( `false` ) monitoring.
|
CfnAutoScalingGroup.LaunchTemplateOverridesProperty.Builder |
CfnAutoScalingGroup.LaunchTemplateOverridesProperty.Builder.instanceRequirements(IResolvable instanceRequirements)
|
CfnWarmPoolProps.Builder |
CfnWarmPoolProps.Builder.instanceReusePolicy(IResolvable instanceReusePolicy)
Sets the value of
CfnWarmPoolProps.getInstanceReusePolicy() |
CfnWarmPool.Builder |
CfnWarmPool.Builder.instanceReusePolicy(IResolvable instanceReusePolicy)
Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in.
|
CfnAutoScalingGroup.MixedInstancesPolicyProperty.Builder |
CfnAutoScalingGroup.MixedInstancesPolicyProperty.Builder.instancesDistribution(IResolvable instancesDistribution)
|
CfnAutoScalingGroupProps.Builder |
CfnAutoScalingGroupProps.Builder.launchTemplate(IResolvable launchTemplate)
Sets the value of
CfnAutoScalingGroupProps.getLaunchTemplate() |
CfnAutoScalingGroup.MixedInstancesPolicyProperty.Builder |
CfnAutoScalingGroup.MixedInstancesPolicyProperty.Builder.launchTemplate(IResolvable launchTemplate)
Sets the value of
CfnAutoScalingGroup.MixedInstancesPolicyProperty.getLaunchTemplate() |
CfnAutoScalingGroup.Builder |
CfnAutoScalingGroup.Builder.launchTemplate(IResolvable launchTemplate)
Properties used to specify the [launch template](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html) and version to use to launch instances.
|
CfnAutoScalingGroup.LaunchTemplateOverridesProperty.Builder |
CfnAutoScalingGroup.LaunchTemplateOverridesProperty.Builder.launchTemplateSpecification(IResolvable launchTemplateSpecification)
|
CfnAutoScalingGroup.LaunchTemplateProperty.Builder |
CfnAutoScalingGroup.LaunchTemplateProperty.Builder.launchTemplateSpecification(IResolvable launchTemplateSpecification)
|
CfnAutoScalingGroupProps.Builder |
CfnAutoScalingGroupProps.Builder.lifecycleHookSpecificationList(IResolvable lifecycleHookSpecificationList)
Sets the value of
CfnAutoScalingGroupProps.getLifecycleHookSpecificationList() |
CfnAutoScalingGroup.Builder |
CfnAutoScalingGroup.Builder.lifecycleHookSpecificationList(IResolvable lifecycleHookSpecificationList)
One or more lifecycle hooks for the group, which specify actions to perform when Amazon EC2 Auto Scaling launches or terminates instances.
|
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder.memoryGiBPerVCpu(IResolvable memoryGiBPerVCpu)
Sets the value of
CfnAutoScalingGroup.InstanceRequirementsProperty.getMemoryGiBPerVCpu() |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder.memoryMiB(IResolvable memoryMiB)
Sets the value of
CfnAutoScalingGroup.InstanceRequirementsProperty.getMemoryMiB() |
CfnLaunchConfigurationProps.Builder |
CfnLaunchConfigurationProps.Builder.metadataOptions(IResolvable metadataOptions)
Sets the value of
CfnLaunchConfigurationProps.getMetadataOptions() |
CfnLaunchConfiguration.Builder |
CfnLaunchConfiguration.Builder.metadataOptions(IResolvable metadataOptions)
The metadata options for the instances.
|
CfnScalingPolicy.MetricStatProperty.Builder |
CfnScalingPolicy.MetricStatProperty.Builder.metric(IResolvable metric)
Sets the value of
CfnScalingPolicy.MetricStatProperty.getMetric() |
CfnScalingPolicy.PredictiveScalingCustomizedCapacityMetricProperty.Builder |
CfnScalingPolicy.PredictiveScalingCustomizedCapacityMetricProperty.Builder.metricDataQueries(IResolvable metricDataQueries)
|
CfnScalingPolicy.PredictiveScalingCustomizedLoadMetricProperty.Builder |
CfnScalingPolicy.PredictiveScalingCustomizedLoadMetricProperty.Builder.metricDataQueries(IResolvable metricDataQueries)
|
CfnScalingPolicy.PredictiveScalingCustomizedScalingMetricProperty.Builder |
CfnScalingPolicy.PredictiveScalingCustomizedScalingMetricProperty.Builder.metricDataQueries(IResolvable metricDataQueries)
|
CfnAutoScalingGroupProps.Builder |
CfnAutoScalingGroupProps.Builder.metricsCollection(IResolvable metricsCollection)
Sets the value of
CfnAutoScalingGroupProps.getMetricsCollection() |
CfnAutoScalingGroup.Builder |
CfnAutoScalingGroup.Builder.metricsCollection(IResolvable metricsCollection)
Enables the monitoring of group metrics of an Auto Scaling group.
|
CfnScalingPolicy.PredictiveScalingConfigurationProperty.Builder |
CfnScalingPolicy.PredictiveScalingConfigurationProperty.Builder.metricSpecifications(IResolvable metricSpecifications)
|
CfnScalingPolicy.MetricDataQueryProperty.Builder |
CfnScalingPolicy.MetricDataQueryProperty.Builder.metricStat(IResolvable metricStat)
Sets the value of
CfnScalingPolicy.MetricDataQueryProperty.getMetricStat() |
CfnAutoScalingGroupProps.Builder |
CfnAutoScalingGroupProps.Builder.mixedInstancesPolicy(IResolvable mixedInstancesPolicy)
Sets the value of
CfnAutoScalingGroupProps.getMixedInstancesPolicy() |
CfnAutoScalingGroup.Builder |
CfnAutoScalingGroup.Builder.mixedInstancesPolicy(IResolvable mixedInstancesPolicy)
An embedded object that specifies a mixed instances policy.
|
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder.networkInterfaceCount(IResolvable networkInterfaceCount)
|
CfnAutoScalingGroupProps.Builder |
CfnAutoScalingGroupProps.Builder.newInstancesProtectedFromScaleIn(IResolvable newInstancesProtectedFromScaleIn)
Sets the value of
CfnAutoScalingGroupProps.getNewInstancesProtectedFromScaleIn() |
CfnAutoScalingGroup.Builder |
CfnAutoScalingGroup.Builder.newInstancesProtectedFromScaleIn(IResolvable newInstancesProtectedFromScaleIn)
Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in.
|
CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder |
CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder.noDevice(IResolvable noDevice)
Sets the value of
CfnLaunchConfiguration.BlockDeviceMappingProperty.getNoDevice() |
CfnAutoScalingGroupProps.Builder |
CfnAutoScalingGroupProps.Builder.notificationConfigurations(IResolvable notificationConfigurations)
Sets the value of
CfnAutoScalingGroupProps.getNotificationConfigurations() |
CfnAutoScalingGroup.Builder |
CfnAutoScalingGroup.Builder.notificationConfigurations(IResolvable notificationConfigurations)
Configures an Auto Scaling group to send notifications when specified events take place.
|
CfnAutoScalingGroup.LaunchTemplateProperty.Builder |
CfnAutoScalingGroup.LaunchTemplateProperty.Builder.overrides(IResolvable overrides)
Sets the value of
CfnAutoScalingGroup.LaunchTemplateProperty.getOverrides() |
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder |
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder.predefinedLoadMetricSpecification(IResolvable predefinedLoadMetricSpecification)
|
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder |
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder.predefinedMetricPairSpecification(IResolvable predefinedMetricPairSpecification)
|
CfnScalingPolicy.TargetTrackingConfigurationProperty.Builder |
CfnScalingPolicy.TargetTrackingConfigurationProperty.Builder.predefinedMetricSpecification(IResolvable predefinedMetricSpecification)
|
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder |
CfnScalingPolicy.PredictiveScalingMetricSpecificationProperty.Builder.predefinedScalingMetricSpecification(IResolvable predefinedScalingMetricSpecification)
|
CfnScalingPolicy.Builder |
CfnScalingPolicy.Builder.predictiveScalingConfiguration(IResolvable predictiveScalingConfiguration)
A predictive scaling policy.
|
CfnScalingPolicyProps.Builder |
CfnScalingPolicyProps.Builder.predictiveScalingConfiguration(IResolvable predictiveScalingConfiguration)
Sets the value of
CfnScalingPolicyProps.getPredictiveScalingConfiguration() |
CfnAutoScalingGroup.TagPropertyProperty.Builder |
CfnAutoScalingGroup.TagPropertyProperty.Builder.propagateAtLaunch(IResolvable propagateAtLaunch)
Sets the value of
CfnAutoScalingGroup.TagPropertyProperty.getPropagateAtLaunch() |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder.requireHibernateSupport(IResolvable requireHibernateSupport)
|
CfnScalingPolicy.MetricDataQueryProperty.Builder |
CfnScalingPolicy.MetricDataQueryProperty.Builder.returnData(IResolvable returnData)
Sets the value of
CfnScalingPolicy.MetricDataQueryProperty.getReturnData() |
CfnWarmPool.InstanceReusePolicyProperty.Builder |
CfnWarmPool.InstanceReusePolicyProperty.Builder.reuseOnScaleIn(IResolvable reuseOnScaleIn)
Sets the value of
CfnWarmPool.InstanceReusePolicyProperty.getReuseOnScaleIn() |
void |
CfnLaunchConfiguration.setAssociatePublicIpAddress(IResolvable value)
For Auto Scaling groups that are running in a virtual private cloud (VPC), specifies whether to assign a public IP address to the group's instances.
|
void |
CfnLaunchConfiguration.setBlockDeviceMappings(IResolvable value)
Specifies how block devices are exposed to the instance.
|
void |
CfnAutoScalingGroup.setCapacityRebalance(IResolvable value)
Indicates whether Capacity Rebalancing is enabled.
|
void |
CfnLaunchConfiguration.setEbsOptimized(IResolvable value)
Specifies whether the launch configuration is optimized for EBS I/O ( `true` ) or not ( `false` ).
|
void |
CfnLaunchConfiguration.setInstanceMonitoring(IResolvable value)
Controls whether instances in this group are launched with detailed ( `true` ) or basic ( `false` ) monitoring.
|
void |
CfnWarmPool.setInstanceReusePolicy(IResolvable value)
Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in.
|
void |
CfnAutoScalingGroup.setLaunchTemplate(IResolvable value)
Properties used to specify the [launch template](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html) and version to use to launch instances.
|
void |
CfnAutoScalingGroup.setLifecycleHookSpecificationList(IResolvable value)
One or more lifecycle hooks for the group, which specify actions to perform when Amazon EC2 Auto Scaling launches or terminates instances.
|
void |
CfnLaunchConfiguration.setMetadataOptions(IResolvable value)
The metadata options for the instances.
|
void |
CfnAutoScalingGroup.setMetricsCollection(IResolvable value)
Enables the monitoring of group metrics of an Auto Scaling group.
|
void |
CfnAutoScalingGroup.setMixedInstancesPolicy(IResolvable value)
An embedded object that specifies a mixed instances policy.
|
void |
CfnAutoScalingGroup.setNewInstancesProtectedFromScaleIn(IResolvable value)
Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in.
|
void |
CfnAutoScalingGroup.setNotificationConfigurations(IResolvable value)
Configures an Auto Scaling group to send notifications when specified events take place.
|
void |
CfnScalingPolicy.setPredictiveScalingConfiguration(IResolvable value)
A predictive scaling policy.
|
void |
CfnScalingPolicy.setStepAdjustments(IResolvable value)
A set of adjustments that enable you to scale based on the size of the alarm breach.
|
void |
CfnScalingPolicy.setTargetTrackingConfiguration(IResolvable value)
A target tracking scaling policy.
|
CfnScalingPolicy.Builder |
CfnScalingPolicy.Builder.stepAdjustments(IResolvable stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
|
CfnScalingPolicyProps.Builder |
CfnScalingPolicyProps.Builder.stepAdjustments(IResolvable stepAdjustments)
Sets the value of
CfnScalingPolicyProps.getStepAdjustments() |
CfnScalingPolicy.Builder |
CfnScalingPolicy.Builder.targetTrackingConfiguration(IResolvable targetTrackingConfiguration)
A target tracking scaling policy.
|
CfnScalingPolicyProps.Builder |
CfnScalingPolicyProps.Builder.targetTrackingConfiguration(IResolvable targetTrackingConfiguration)
Sets the value of
CfnScalingPolicyProps.getTargetTrackingConfiguration() |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder.totalLocalStorageGb(IResolvable totalLocalStorageGb)
|
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder |
CfnAutoScalingGroup.InstanceRequirementsProperty.Builder.vCpuCount(IResolvable vCpuCount)
Sets the value of
CfnAutoScalingGroup.InstanceRequirementsProperty.getVCpuCount() |
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnFramework.getAttrCreationTime()
The UTC time when you created your framework.
|
| Modifier and Type | Method and Description |
|---|---|
CfnBackupPlan.BackupPlanResourceTypeProperty.Builder |
CfnBackupPlan.BackupPlanResourceTypeProperty.Builder.advancedBackupSettings(IResolvable advancedBackupSettings)
Sets the value of
CfnBackupPlan.BackupPlanResourceTypeProperty.getAdvancedBackupSettings() |
CfnBackupPlan.Builder |
CfnBackupPlan.Builder.backupPlan(IResolvable backupPlan)
Uniquely identifies the backup plan to be associated with the selection of resources.
|
CfnBackupPlanProps.Builder |
CfnBackupPlanProps.Builder.backupPlan(IResolvable backupPlan)
Sets the value of
CfnBackupPlanProps.getBackupPlan() |
CfnBackupPlan.BackupPlanResourceTypeProperty.Builder |
CfnBackupPlan.BackupPlanResourceTypeProperty.Builder.backupPlanRule(IResolvable backupPlanRule)
Sets the value of
CfnBackupPlan.BackupPlanResourceTypeProperty.getBackupPlanRule() |
CfnBackupPlan.Builder |
CfnBackupPlan.Builder.backupPlanTags(IResolvable backupPlanTags)
To help organize your resources, you can assign your own metadata to the resources that you create.
|
CfnBackupPlanProps.Builder |
CfnBackupPlanProps.Builder.backupPlanTags(IResolvable backupPlanTags)
Sets the value of
CfnBackupPlanProps.getBackupPlanTags() |
CfnBackupSelectionProps.Builder |
CfnBackupSelectionProps.Builder.backupSelection(IResolvable backupSelection)
Sets the value of
CfnBackupSelectionProps.getBackupSelection() |
CfnBackupSelection.Builder |
CfnBackupSelection.Builder.backupSelection(IResolvable backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
CfnBackupVault.Builder |
CfnBackupVault.Builder.backupVaultTags(IResolvable backupVaultTags)
Metadata that you can assign to help organize the resources that you create.
|
CfnBackupVaultProps.Builder |
CfnBackupVaultProps.Builder.backupVaultTags(IResolvable backupVaultTags)
Sets the value of
CfnBackupVaultProps.getBackupVaultTags() |
CfnFramework.FrameworkControlProperty.Builder |
CfnFramework.FrameworkControlProperty.Builder.controlInputParameters(IResolvable controlInputParameters)
Sets the value of
CfnFramework.FrameworkControlProperty.getControlInputParameters() |
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder |
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.copyActions(IResolvable copyActions)
Sets the value of
CfnBackupPlan.BackupRuleResourceTypeProperty.getCopyActions() |
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder |
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.enableContinuousBackup(IResolvable enableContinuousBackup)
Sets the value of
CfnBackupPlan.BackupRuleResourceTypeProperty.getEnableContinuousBackup() |
CfnFramework.Builder |
CfnFramework.Builder.frameworkControls(IResolvable frameworkControls)
Contains detailed information about all of the controls of a framework.
|
CfnFrameworkProps.Builder |
CfnFrameworkProps.Builder.frameworkControls(IResolvable frameworkControls)
Sets the value of
CfnFrameworkProps.getFrameworkControls() |
CfnFramework.Builder |
CfnFramework.Builder.frameworkTags(IResolvable frameworkTags)
A list of tags with which to tag your framework.
|
CfnFrameworkProps.Builder |
CfnFrameworkProps.Builder.frameworkTags(IResolvable frameworkTags)
Sets the value of
CfnFrameworkProps.getFrameworkTags() |
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder |
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.lifecycle(IResolvable lifecycle)
Sets the value of
CfnBackupPlan.BackupRuleResourceTypeProperty.getLifecycle() |
CfnBackupPlan.CopyActionResourceTypeProperty.Builder |
CfnBackupPlan.CopyActionResourceTypeProperty.Builder.lifecycle(IResolvable lifecycle)
Sets the value of
CfnBackupPlan.CopyActionResourceTypeProperty.getLifecycle() |
CfnBackupSelection.BackupSelectionResourceTypeProperty.Builder |
CfnBackupSelection.BackupSelectionResourceTypeProperty.Builder.listOfTags(IResolvable listOfTags)
Sets the value of
CfnBackupSelection.BackupSelectionResourceTypeProperty.getListOfTags() |
CfnBackupVault.Builder |
CfnBackupVault.Builder.lockConfiguration(IResolvable lockConfiguration)
Configuration for [AWS Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) .
|
CfnBackupVaultProps.Builder |
CfnBackupVaultProps.Builder.lockConfiguration(IResolvable lockConfiguration)
Sets the value of
CfnBackupVaultProps.getLockConfiguration() |
CfnBackupVault.Builder |
CfnBackupVault.Builder.notifications(IResolvable notifications)
The SNS event notifications for the specified backup vault.
|
CfnBackupVaultProps.Builder |
CfnBackupVaultProps.Builder.notifications(IResolvable notifications)
Sets the value of
CfnBackupVaultProps.getNotifications() |
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder |
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder.recoveryPointTags(IResolvable recoveryPointTags)
Sets the value of
CfnBackupPlan.BackupRuleResourceTypeProperty.getRecoveryPointTags() |
CfnReportPlan.Builder |
CfnReportPlan.Builder.reportPlanTags(IResolvable reportPlanTags)
A list of tags to tag your report plan.
|
CfnReportPlanProps.Builder |
CfnReportPlanProps.Builder.reportPlanTags(IResolvable reportPlanTags)
Sets the value of
CfnReportPlanProps.getReportPlanTags() |
void |
CfnBackupPlan.setBackupPlan(IResolvable value)
Uniquely identifies the backup plan to be associated with the selection of resources.
|
void |
CfnBackupPlan.setBackupPlanTags(IResolvable value)
To help organize your resources, you can assign your own metadata to the resources that you create.
|
void |
CfnBackupSelection.setBackupSelection(IResolvable value)
Specifies the body of a request to assign a set of resources to a backup plan.
|
void |
CfnBackupVault.setBackupVaultTags(IResolvable value)
Metadata that you can assign to help organize the resources that you create.
|
void |
CfnFramework.setFrameworkControls(IResolvable value)
Contains detailed information about all of the controls of a framework.
|
void |
CfnFramework.setFrameworkTags(IResolvable value)
A list of tags with which to tag your framework.
|
void |
CfnBackupVault.setLockConfiguration(IResolvable value)
Configuration for [AWS Backup Vault Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) .
|
void |
CfnBackupVault.setNotifications(IResolvable value)
The SNS event notifications for the specified backup vault.
|
void |
CfnReportPlan.setReportPlanTags(IResolvable value)
A list of tags to tag your report plan.
|
| Modifier and Type | Method and Description |
|---|---|
CfnBillingGroupProps.Builder |
CfnBillingGroupProps.Builder.accountGrouping(IResolvable accountGrouping)
Sets the value of
CfnBillingGroupProps.getAccountGrouping() |
CfnBillingGroup.Builder |
CfnBillingGroup.Builder.accountGrouping(IResolvable accountGrouping)
`AWS::BillingConductor::BillingGroup.AccountGrouping`.
|
CfnCustomLineItemProps.Builder |
CfnCustomLineItemProps.Builder.billingPeriodRange(IResolvable billingPeriodRange)
Sets the value of
CfnCustomLineItemProps.getBillingPeriodRange() |
CfnCustomLineItem.Builder |
CfnCustomLineItem.Builder.billingPeriodRange(IResolvable billingPeriodRange)
`AWS::BillingConductor::CustomLineItem.BillingPeriodRange`.
|
CfnBillingGroupProps.Builder |
CfnBillingGroupProps.Builder.computationPreference(IResolvable computationPreference)
Sets the value of
CfnBillingGroupProps.getComputationPreference() |
CfnBillingGroup.Builder |
CfnBillingGroup.Builder.computationPreference(IResolvable computationPreference)
`AWS::BillingConductor::BillingGroup.ComputationPreference`.
|
CfnCustomLineItemProps.Builder |
CfnCustomLineItemProps.Builder.customLineItemChargeDetails(IResolvable customLineItemChargeDetails)
Sets the value of
CfnCustomLineItemProps.getCustomLineItemChargeDetails() |
CfnCustomLineItem.Builder |
CfnCustomLineItem.Builder.customLineItemChargeDetails(IResolvable customLineItemChargeDetails)
`AWS::BillingConductor::CustomLineItem.CustomLineItemChargeDetails`.
|
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder |
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder.flat(IResolvable flat)
Sets the value of
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.getFlat() |
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder |
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder.percentage(IResolvable percentage)
Sets the value of
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.getPercentage() |
void |
CfnBillingGroup.setAccountGrouping(IResolvable value)
`AWS::BillingConductor::BillingGroup.AccountGrouping`.
|
void |
CfnCustomLineItem.setBillingPeriodRange(IResolvable value)
`AWS::BillingConductor::CustomLineItem.BillingPeriodRange`.
|
void |
CfnBillingGroup.setComputationPreference(IResolvable value)
`AWS::BillingConductor::BillingGroup.ComputationPreference`.
|
void |
CfnCustomLineItem.setCustomLineItemChargeDetails(IResolvable value)
`AWS::BillingConductor::CustomLineItem.CustomLineItemChargeDetails`.
|
| Modifier and Type | Method and Description |
|---|---|
CfnTable.Builder |
CfnTable.Builder.billingMode(IResolvable billingMode)
The billing mode for the table, which determines how you'll be charged for reads and writes:.
|
CfnTableProps.Builder |
CfnTableProps.Builder.billingMode(IResolvable billingMode)
Sets the value of
CfnTableProps.getBillingMode() |
CfnTable.Builder |
CfnTable.Builder.clusteringKeyColumns(IResolvable clusteringKeyColumns)
One or more columns that determine how the table data is sorted.
|
CfnTableProps.Builder |
CfnTableProps.Builder.clusteringKeyColumns(IResolvable clusteringKeyColumns)
Sets the value of
CfnTableProps.getClusteringKeyColumns() |
CfnTable.ClusteringKeyColumnProperty.Builder |
CfnTable.ClusteringKeyColumnProperty.Builder.column(IResolvable column)
Sets the value of
CfnTable.ClusteringKeyColumnProperty.getColumn() |
CfnTable.Builder |
CfnTable.Builder.encryptionSpecification(IResolvable encryptionSpecification)
The encryption at rest options for the table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.encryptionSpecification(IResolvable encryptionSpecification)
Sets the value of
CfnTableProps.getEncryptionSpecification() |
CfnTable.Builder |
CfnTable.Builder.partitionKeyColumns(IResolvable partitionKeyColumns)
One or more columns that uniquely identify every row in the table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.partitionKeyColumns(IResolvable partitionKeyColumns)
Sets the value of
CfnTableProps.getPartitionKeyColumns() |
CfnTable.Builder |
CfnTable.Builder.pointInTimeRecoveryEnabled(IResolvable pointInTimeRecoveryEnabled)
Specifies if point-in-time recovery is enabled or disabled for the table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.pointInTimeRecoveryEnabled(IResolvable pointInTimeRecoveryEnabled)
Sets the value of
CfnTableProps.getPointInTimeRecoveryEnabled() |
CfnTable.BillingModeProperty.Builder |
CfnTable.BillingModeProperty.Builder.provisionedThroughput(IResolvable provisionedThroughput)
Sets the value of
CfnTable.BillingModeProperty.getProvisionedThroughput() |
CfnTable.Builder |
CfnTable.Builder.regularColumns(IResolvable regularColumns)
One or more columns that are not part of the primary key - that is, columns that are *not* defined as partition key columns or clustering key columns.
|
CfnTableProps.Builder |
CfnTableProps.Builder.regularColumns(IResolvable regularColumns)
Sets the value of
CfnTableProps.getRegularColumns() |
void |
CfnTable.setBillingMode(IResolvable value)
The billing mode for the table, which determines how you'll be charged for reads and writes:.
|
void |
CfnTable.setClusteringKeyColumns(IResolvable value)
One or more columns that determine how the table data is sorted.
|
void |
CfnTable.setEncryptionSpecification(IResolvable value)
The encryption at rest options for the table.
|
void |
CfnTable.setPartitionKeyColumns(IResolvable value)
One or more columns that uniquely identify every row in the table.
|
void |
CfnTable.setPointInTimeRecoveryEnabled(IResolvable value)
Specifies if point-in-time recovery is enabled or disabled for the table.
|
void |
CfnTable.setRegularColumns(IResolvable value)
One or more columns that are not part of the primary key - that is, columns that are *not* defined as partition key columns or clustering key columns.
|
| Modifier and Type | Method and Description |
|---|---|
CfnAnomalySubscriptionProps.Builder |
CfnAnomalySubscriptionProps.Builder.resourceTags(IResolvable resourceTags)
Sets the value of
CfnAnomalySubscriptionProps.getResourceTags() |
CfnAnomalySubscription.Builder |
CfnAnomalySubscription.Builder.resourceTags(IResolvable resourceTags)
`AWS::CE::AnomalySubscription.ResourceTags`.
|
CfnAnomalyMonitorProps.Builder |
CfnAnomalyMonitorProps.Builder.resourceTags(IResolvable resourceTags)
Sets the value of
CfnAnomalyMonitorProps.getResourceTags() |
CfnAnomalyMonitor.Builder |
CfnAnomalyMonitor.Builder.resourceTags(IResolvable resourceTags)
`AWS::CE::AnomalyMonitor.ResourceTags`.
|
void |
CfnAnomalySubscription.setResourceTags(IResolvable value)
`AWS::CE::AnomalySubscription.ResourceTags`.
|
void |
CfnAnomalyMonitor.setResourceTags(IResolvable value)
`AWS::CE::AnomalyMonitor.ResourceTags`.
|
void |
CfnAnomalySubscription.setSubscribers(IResolvable value)
A list of subscribers to notify.
|
CfnAnomalySubscriptionProps.Builder |
CfnAnomalySubscriptionProps.Builder.subscribers(IResolvable subscribers)
Sets the value of
CfnAnomalySubscriptionProps.getSubscribers() |
CfnAnomalySubscription.Builder |
CfnAnomalySubscription.Builder.subscribers(IResolvable subscribers)
A list of subscribers to notify.
|
| Modifier and Type | Method and Description |
|---|---|
CfnCertificateProps.Builder |
CfnCertificateProps.Builder.domainValidationOptions(IResolvable domainValidationOptions)
Sets the value of
CfnCertificateProps.getDomainValidationOptions() |
CfnCertificate.Builder |
CfnCertificate.Builder.domainValidationOptions(IResolvable domainValidationOptions)
Domain information that domain name registrars use to verify your identity.
|
CfnAccountProps.Builder |
CfnAccountProps.Builder.expiryEventsConfiguration(IResolvable expiryEventsConfiguration)
Sets the value of
CfnAccountProps.getExpiryEventsConfiguration() |
CfnAccount.Builder |
CfnAccount.Builder.expiryEventsConfiguration(IResolvable expiryEventsConfiguration)
Object containing expiration events options associated with an AWS account .
|
void |
CfnCertificate.setDomainValidationOptions(IResolvable value)
Domain information that domain name registrars use to verify your identity.
|
void |
CfnAccount.setExpiryEventsConfiguration(IResolvable value)
Object containing expiration events options associated with an AWS account .
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfnSlackChannelConfiguration.setUserRoleRequired(IResolvable value)
Enables use of a user role requirement in your chat configuration.
|
CfnSlackChannelConfigurationProps.Builder |
CfnSlackChannelConfigurationProps.Builder.userRoleRequired(IResolvable userRoleRequired)
Sets the value of
CfnSlackChannelConfigurationProps.getUserRoleRequired() |
CfnSlackChannelConfiguration.Builder |
CfnSlackChannelConfiguration.Builder.userRoleRequired(IResolvable userRoleRequired)
Enables use of a user role requirement in your chat configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironmentEC2.Builder |
CfnEnvironmentEC2.Builder.repositories(IResolvable repositories)
Any AWS CodeCommit source code repositories to be cloned into the development environment.
|
CfnEnvironmentEC2Props.Builder |
CfnEnvironmentEC2Props.Builder.repositories(IResolvable repositories)
Sets the value of
CfnEnvironmentEC2Props.getRepositories() |
void |
CfnEnvironmentEC2.setRepositories(IResolvable value)
Any AWS CodeCommit source code repositories to be cloned into the development environment.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnWaitCondition.getAttrData()
A JSON object that contains the `UniqueId` and `Data` values from the wait condition signal(s) for the specified wait condition.
|
IResolvable |
CfnHookVersion.getAttrIsDefaultVersion()
Whether the specified hook version is set as the default version.
|
IResolvable |
CfnResourceVersion.getAttrIsDefaultVersion()
Whether the resource version is set as the default version.
|
IResolvable |
CfnModuleVersion.getAttrIsDefaultVersion()
Whether the specified module version is set as the default version.
|
| Modifier and Type | Method and Description |
|---|---|
CfnPublisherProps.Builder |
CfnPublisherProps.Builder.acceptTermsAndConditions(IResolvable acceptTermsAndConditions)
Sets the value of
CfnPublisherProps.getAcceptTermsAndConditions() |
CfnPublisher.Builder |
CfnPublisher.Builder.acceptTermsAndConditions(IResolvable acceptTermsAndConditions)
Whether you accept the [Terms and Conditions](https://docs.aws.amazon.com/https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf) for publishing extensions in the CloudFormation registry.
|
CfnStackSetProps.Builder |
CfnStackSetProps.Builder.autoDeployment(IResolvable autoDeployment)
Sets the value of
CfnStackSetProps.getAutoDeployment() |
CfnStackSet.Builder |
CfnStackSet.Builder.autoDeployment(IResolvable autoDeployment)
[ `Service-managed` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
|
CfnTypeActivationProps.Builder |
CfnTypeActivationProps.Builder.autoUpdate(IResolvable autoUpdate)
Sets the value of
CfnTypeActivationProps.getAutoUpdate() |
CfnTypeActivation.Builder |
CfnTypeActivation.Builder.autoUpdate(IResolvable autoUpdate)
Whether to automatically update the extension in this account and region when a new *minor* version is published by the extension publisher.
|
CfnStackSet.StackInstancesProperty.Builder |
CfnStackSet.StackInstancesProperty.Builder.deploymentTargets(IResolvable deploymentTargets)
Sets the value of
CfnStackSet.StackInstancesProperty.getDeploymentTargets() |
CfnStackSet.AutoDeploymentProperty.Builder |
CfnStackSet.AutoDeploymentProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnStackSet.AutoDeploymentProperty.getEnabled() |
CfnHookVersionProps.Builder |
CfnHookVersionProps.Builder.loggingConfig(IResolvable loggingConfig)
Sets the value of
CfnHookVersionProps.getLoggingConfig() |
CfnHookVersion.Builder |
CfnHookVersion.Builder.loggingConfig(IResolvable loggingConfig)
Contains logging configuration information for an extension.
|
CfnResourceVersion.Builder |
CfnResourceVersion.Builder.loggingConfig(IResolvable loggingConfig)
Logging configuration information for a resource.
|
CfnResourceVersionProps.Builder |
CfnResourceVersionProps.Builder.loggingConfig(IResolvable loggingConfig)
Sets the value of
CfnResourceVersionProps.getLoggingConfig() |
CfnTypeActivationProps.Builder |
CfnTypeActivationProps.Builder.loggingConfig(IResolvable loggingConfig)
Sets the value of
CfnTypeActivationProps.getLoggingConfig() |
CfnTypeActivation.Builder |
CfnTypeActivation.Builder.loggingConfig(IResolvable loggingConfig)
Specifies logging configuration information for an extension.
|
CfnStackSetProps.Builder |
CfnStackSetProps.Builder.operationPreferences(IResolvable operationPreferences)
Sets the value of
CfnStackSetProps.getOperationPreferences() |
CfnStackSet.Builder |
CfnStackSet.Builder.operationPreferences(IResolvable operationPreferences)
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
CfnStackSet.StackInstancesProperty.Builder |
CfnStackSet.StackInstancesProperty.Builder.parameterOverrides(IResolvable parameterOverrides)
Sets the value of
CfnStackSet.StackInstancesProperty.getParameterOverrides() |
CfnStackSetProps.Builder |
CfnStackSetProps.Builder.parameters(IResolvable parameters)
Sets the value of
CfnStackSetProps.getParameters() |
CfnStack.Builder |
CfnStack.Builder.parameters(IResolvable parameters)
The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
CfnStackSet.Builder |
CfnStackSet.Builder.parameters(IResolvable parameters)
The input parameters for the stack set template.
|
CfnStackProps.Builder |
CfnStackProps.Builder.parameters(IResolvable parameters)
Sets the value of
CfnStackProps.getParameters() |
CfnStackSet.AutoDeploymentProperty.Builder |
CfnStackSet.AutoDeploymentProperty.Builder.retainStacksOnAccountRemoval(IResolvable retainStacksOnAccountRemoval)
Sets the value of
CfnStackSet.AutoDeploymentProperty.getRetainStacksOnAccountRemoval() |
void |
CfnPublisher.setAcceptTermsAndConditions(IResolvable value)
Whether you accept the [Terms and Conditions](https://docs.aws.amazon.com/https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf) for publishing extensions in the CloudFormation registry.
|
void |
CfnStackSet.setAutoDeployment(IResolvable value)
[ `Service-managed` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
|
void |
CfnTypeActivation.setAutoUpdate(IResolvable value)
Whether to automatically update the extension in this account and region when a new *minor* version is published by the extension publisher.
|
void |
CfnHookVersion.setLoggingConfig(IResolvable value)
Contains logging configuration information for an extension.
|
void |
CfnResourceVersion.setLoggingConfig(IResolvable value)
Logging configuration information for a resource.
|
void |
CfnTypeActivation.setLoggingConfig(IResolvable value)
Specifies logging configuration information for an extension.
|
void |
CfnStackSet.setOperationPreferences(IResolvable value)
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
void |
CfnStack.setParameters(IResolvable value)
The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
|
void |
CfnStackSet.setParameters(IResolvable value)
The input parameters for the stack set template.
|
void |
CfnStackSet.setStackInstancesGroup(IResolvable value)
A group of stack instances with parameters in some specific accounts and Regions.
|
CfnStackSetProps.Builder |
CfnStackSetProps.Builder.stackInstancesGroup(IResolvable stackInstancesGroup)
Sets the value of
CfnStackSetProps.getStackInstancesGroup() |
CfnStackSet.Builder |
CfnStackSet.Builder.stackInstancesGroup(IResolvable stackInstancesGroup)
A group of stack instances with parameters in some specific accounts and Regions.
|
| Modifier and Type | Method and Description |
|---|---|
CfnTrail.EventSelectorProperty.Builder |
CfnTrail.EventSelectorProperty.Builder.dataResources(IResolvable dataResources)
Sets the value of
CfnTrail.EventSelectorProperty.getDataResources() |
CfnTrailProps.Builder |
CfnTrailProps.Builder.enableLogFileValidation(IResolvable enableLogFileValidation)
Sets the value of
CfnTrailProps.getEnableLogFileValidation() |
CfnTrail.Builder |
CfnTrail.Builder.enableLogFileValidation(IResolvable enableLogFileValidation)
Specifies whether log file validation is enabled.
|
CfnTrailProps.Builder |
CfnTrailProps.Builder.eventSelectors(IResolvable eventSelectors)
Sets the value of
CfnTrailProps.getEventSelectors() |
CfnTrail.Builder |
CfnTrail.Builder.eventSelectors(IResolvable eventSelectors)
Use event selectors to further specify the management and data event settings for your trail.
|
CfnTrailProps.Builder |
CfnTrailProps.Builder.includeGlobalServiceEvents(IResolvable includeGlobalServiceEvents)
Sets the value of
CfnTrailProps.getIncludeGlobalServiceEvents() |
CfnTrail.Builder |
CfnTrail.Builder.includeGlobalServiceEvents(IResolvable includeGlobalServiceEvents)
Specifies whether the trail is publishing events from global services such as IAM to the log files.
|
CfnTrail.EventSelectorProperty.Builder |
CfnTrail.EventSelectorProperty.Builder.includeManagementEvents(IResolvable includeManagementEvents)
Sets the value of
CfnTrail.EventSelectorProperty.getIncludeManagementEvents() |
CfnTrailProps.Builder |
CfnTrailProps.Builder.insightSelectors(IResolvable insightSelectors)
Sets the value of
CfnTrailProps.getInsightSelectors() |
CfnTrail.Builder |
CfnTrail.Builder.insightSelectors(IResolvable insightSelectors)
Specifies whether a trail has insight types specified in an `InsightSelector` list.
|
CfnTrailProps.Builder |
CfnTrailProps.Builder.isLogging(IResolvable isLogging)
Sets the value of
CfnTrailProps.getIsLogging() |
CfnTrail.Builder |
CfnTrail.Builder.isLogging(IResolvable isLogging)
Whether the CloudTrail trail is currently logging AWS API calls.
|
CfnTrailProps.Builder |
CfnTrailProps.Builder.isMultiRegionTrail(IResolvable isMultiRegionTrail)
Sets the value of
CfnTrailProps.getIsMultiRegionTrail() |
CfnTrail.Builder |
CfnTrail.Builder.isMultiRegionTrail(IResolvable isMultiRegionTrail)
Specifies whether the trail applies only to the current region or to all regions.
|
CfnTrailProps.Builder |
CfnTrailProps.Builder.isOrganizationTrail(IResolvable isOrganizationTrail)
Sets the value of
CfnTrailProps.getIsOrganizationTrail() |
CfnTrail.Builder |
CfnTrail.Builder.isOrganizationTrail(IResolvable isOrganizationTrail)
Specifies whether the trail is created for all accounts in an organization in AWS Organizations , or only for the current AWS account .
|
void |
CfnTrail.setEnableLogFileValidation(IResolvable value)
Specifies whether log file validation is enabled.
|
void |
CfnTrail.setEventSelectors(IResolvable value)
Use event selectors to further specify the management and data event settings for your trail.
|
void |
CfnTrail.setIncludeGlobalServiceEvents(IResolvable value)
Specifies whether the trail is publishing events from global services such as IAM to the log files.
|
void |
CfnTrail.setInsightSelectors(IResolvable value)
Specifies whether a trail has insight types specified in an `InsightSelector` list.
|
void |
CfnTrail.setIsLogging(IResolvable value)
Whether the CloudTrail trail is currently logging AWS API calls.
|
void |
CfnTrail.setIsMultiRegionTrail(IResolvable value)
Specifies whether the trail applies only to the current region or to all regions.
|
void |
CfnTrail.setIsOrganizationTrail(IResolvable value)
Specifies whether the trail is created for all accounts in an organization in AWS Organizations , or only for the current AWS account .
|
| Modifier and Type | Method and Description |
|---|---|
CfnCompositeAlarm.Builder |
CfnCompositeAlarm.Builder.actionsEnabled(IResolvable actionsEnabled)
Indicates whether actions should be executed during any changes to the alarm state of the composite alarm.
|
CfnCompositeAlarmProps.Builder |
CfnCompositeAlarmProps.Builder.actionsEnabled(IResolvable actionsEnabled)
Sets the value of
CfnCompositeAlarmProps.getActionsEnabled() |
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.actionsEnabled(IResolvable actionsEnabled)
Sets the value of
CfnAlarmProps.getActionsEnabled() |
CfnAlarm.Builder |
CfnAlarm.Builder.actionsEnabled(IResolvable actionsEnabled)
Indicates whether actions should be executed during any changes to the alarm state.
|
CfnAnomalyDetectorProps.Builder |
CfnAnomalyDetectorProps.Builder.configuration(IResolvable configuration)
Sets the value of
CfnAnomalyDetectorProps.getConfiguration() |
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.configuration(IResolvable configuration)
Specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.
|
CfnAnomalyDetectorProps.Builder |
CfnAnomalyDetectorProps.Builder.dimensions(IResolvable dimensions)
Sets the value of
CfnAnomalyDetectorProps.getDimensions() |
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.dimensions(IResolvable dimensions)
Sets the value of
CfnAlarmProps.getDimensions() |
CfnAnomalyDetector.MetricProperty.Builder |
CfnAnomalyDetector.MetricProperty.Builder.dimensions(IResolvable dimensions)
Sets the value of
CfnAnomalyDetector.MetricProperty.getDimensions() |
CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Builder |
CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Builder.dimensions(IResolvable dimensions)
Sets the value of
CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.getDimensions() |
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.dimensions(IResolvable dimensions)
The dimensions of the metric associated with the anomaly detection band.
|
CfnAlarm.MetricProperty.Builder |
CfnAlarm.MetricProperty.Builder.dimensions(IResolvable dimensions)
Sets the value of
CfnAlarm.MetricProperty.getDimensions() |
CfnAlarm.Builder |
CfnAlarm.Builder.dimensions(IResolvable dimensions)
The dimensions for the metric associated with the alarm.
|
CfnAnomalyDetector.ConfigurationProperty.Builder |
CfnAnomalyDetector.ConfigurationProperty.Builder.excludedTimeRanges(IResolvable excludedTimeRanges)
Sets the value of
CfnAnomalyDetector.ConfigurationProperty.getExcludedTimeRanges() |
CfnMetricStream.Builder |
CfnMetricStream.Builder.excludeFilters(IResolvable excludeFilters)
If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.
|
CfnMetricStreamProps.Builder |
CfnMetricStreamProps.Builder.excludeFilters(IResolvable excludeFilters)
Sets the value of
CfnMetricStreamProps.getExcludeFilters() |
CfnMetricStream.Builder |
CfnMetricStream.Builder.includeFilters(IResolvable includeFilters)
If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.
|
CfnMetricStreamProps.Builder |
CfnMetricStreamProps.Builder.includeFilters(IResolvable includeFilters)
Sets the value of
CfnMetricStreamProps.getIncludeFilters() |
CfnMetricStream.MetricStreamStatisticsConfigurationProperty.Builder |
CfnMetricStream.MetricStreamStatisticsConfigurationProperty.Builder.includeMetrics(IResolvable includeMetrics)
|
CfnAnomalyDetector.MetricStatProperty.Builder |
CfnAnomalyDetector.MetricStatProperty.Builder.metric(IResolvable metric)
Sets the value of
CfnAnomalyDetector.MetricStatProperty.getMetric() |
CfnAlarm.MetricStatProperty.Builder |
CfnAlarm.MetricStatProperty.Builder.metric(IResolvable metric)
Sets the value of
CfnAlarm.MetricStatProperty.getMetric() |
CfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Builder |
CfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Builder.metricDataQueries(IResolvable metricDataQueries)
|
CfnAnomalyDetectorProps.Builder |
CfnAnomalyDetectorProps.Builder.metricMathAnomalyDetector(IResolvable metricMathAnomalyDetector)
Sets the value of
CfnAnomalyDetectorProps.getMetricMathAnomalyDetector() |
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.metricMathAnomalyDetector(IResolvable metricMathAnomalyDetector)
The CloudWatch metric math expression for this anomaly detector.
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.metrics(IResolvable metrics)
Sets the value of
CfnAlarmProps.getMetrics() |
CfnAlarm.Builder |
CfnAlarm.Builder.metrics(IResolvable metrics)
An array that enables you to create an alarm based on the result of a metric math expression.
|
CfnAnomalyDetector.MetricDataQueryProperty.Builder |
CfnAnomalyDetector.MetricDataQueryProperty.Builder.metricStat(IResolvable metricStat)
Sets the value of
CfnAnomalyDetector.MetricDataQueryProperty.getMetricStat() |
CfnAlarm.MetricDataQueryProperty.Builder |
CfnAlarm.MetricDataQueryProperty.Builder.metricStat(IResolvable metricStat)
Sets the value of
CfnAlarm.MetricDataQueryProperty.getMetricStat() |
CfnAnomalyDetector.MetricDataQueryProperty.Builder |
CfnAnomalyDetector.MetricDataQueryProperty.Builder.returnData(IResolvable returnData)
Sets the value of
CfnAnomalyDetector.MetricDataQueryProperty.getReturnData() |
CfnAlarm.MetricDataQueryProperty.Builder |
CfnAlarm.MetricDataQueryProperty.Builder.returnData(IResolvable returnData)
Sets the value of
CfnAlarm.MetricDataQueryProperty.getReturnData() |
void |
CfnCompositeAlarm.setActionsEnabled(IResolvable value)
Indicates whether actions should be executed during any changes to the alarm state of the composite alarm.
|
void |
CfnAlarm.setActionsEnabled(IResolvable value)
Indicates whether actions should be executed during any changes to the alarm state.
|
void |
CfnAnomalyDetector.setConfiguration(IResolvable value)
Specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.
|
void |
CfnAnomalyDetector.setDimensions(IResolvable value)
The dimensions of the metric associated with the anomaly detection band.
|
void |
CfnAlarm.setDimensions(IResolvable value)
The dimensions for the metric associated with the alarm.
|
void |
CfnMetricStream.setExcludeFilters(IResolvable value)
If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.
|
void |
CfnMetricStream.setIncludeFilters(IResolvable value)
If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.
|
void |
CfnAnomalyDetector.setMetricMathAnomalyDetector(IResolvable value)
The CloudWatch metric math expression for this anomaly detector.
|
void |
CfnAlarm.setMetrics(IResolvable value)
An array that enables you to create an alarm based on the result of a metric math expression.
|
void |
CfnAnomalyDetector.setSingleMetricAnomalyDetector(IResolvable value)
The CloudWatch metric and statistic for this anomaly detector.
|
void |
CfnMetricStream.setStatisticsConfigurations(IResolvable value)
By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed.
|
CfnAnomalyDetectorProps.Builder |
CfnAnomalyDetectorProps.Builder.singleMetricAnomalyDetector(IResolvable singleMetricAnomalyDetector)
Sets the value of
CfnAnomalyDetectorProps.getSingleMetricAnomalyDetector() |
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.singleMetricAnomalyDetector(IResolvable singleMetricAnomalyDetector)
The CloudWatch metric and statistic for this anomaly detector.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.statisticsConfigurations(IResolvable statisticsConfigurations)
By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed.
|
CfnMetricStreamProps.Builder |
CfnMetricStreamProps.Builder.statisticsConfigurations(IResolvable statisticsConfigurations)
Sets the value of
CfnMetricStreamProps.getStatisticsConfigurations() |
CfnInsightRule.Builder |
CfnInsightRule.Builder.tags(IResolvable tags)
A list of key-value pairs to associate with the Contributor Insights rule.
|
CfnInsightRuleProps.Builder |
CfnInsightRuleProps.Builder.tags(IResolvable tags)
Sets the value of
CfnInsightRuleProps.getTags() |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.Builder |
CfnProject.Builder.artifacts(IResolvable artifacts)
`Artifacts` is a property of the [AWS::CodeBuild::Project](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html) resource that specifies output settings for artifacts generated by an AWS CodeBuild build.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.artifacts(IResolvable artifacts)
Sets the value of
CfnProjectProps.getArtifacts() |
CfnProject.SourceProperty.Builder |
CfnProject.SourceProperty.Builder.auth(IResolvable auth)
Sets the value of
CfnProject.SourceProperty.getAuth() |
CfnProject.Builder |
CfnProject.Builder.badgeEnabled(IResolvable badgeEnabled)
Indicates whether AWS CodeBuild generates a publicly accessible URL for your project's build badge.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.badgeEnabled(IResolvable badgeEnabled)
Sets the value of
CfnProjectProps.getBadgeEnabled() |
CfnProject.Builder |
CfnProject.Builder.buildBatchConfig(IResolvable buildBatchConfig)
A `ProjectBuildBatchConfig` object that defines the batch build options for the project.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.buildBatchConfig(IResolvable buildBatchConfig)
Sets the value of
CfnProjectProps.getBuildBatchConfig() |
CfnProject.SourceProperty.Builder |
CfnProject.SourceProperty.Builder.buildStatusConfig(IResolvable buildStatusConfig)
Sets the value of
CfnProject.SourceProperty.getBuildStatusConfig() |
CfnProject.Builder |
CfnProject.Builder.cache(IResolvable cache)
Settings that AWS CodeBuild uses to store and reuse build dependencies.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.cache(IResolvable cache)
Sets the value of
CfnProjectProps.getCache() |
CfnProject.LogsConfigProperty.Builder |
CfnProject.LogsConfigProperty.Builder.cloudWatchLogs(IResolvable cloudWatchLogs)
Sets the value of
CfnProject.LogsConfigProperty.getCloudWatchLogs() |
CfnProject.ProjectBuildBatchConfigProperty.Builder |
CfnProject.ProjectBuildBatchConfigProperty.Builder.combineArtifacts(IResolvable combineArtifacts)
Sets the value of
CfnProject.ProjectBuildBatchConfigProperty.getCombineArtifacts() |
CfnReportGroupProps.Builder |
CfnReportGroupProps.Builder.deleteReports(IResolvable deleteReports)
Sets the value of
CfnReportGroupProps.getDeleteReports() |
CfnReportGroup.Builder |
CfnReportGroup.Builder.deleteReports(IResolvable deleteReports)
When deleting a report group, specifies if reports within the report group should be deleted.
|
CfnProject.ArtifactsProperty.Builder |
CfnProject.ArtifactsProperty.Builder.encryptionDisabled(IResolvable encryptionDisabled)
Sets the value of
CfnProject.ArtifactsProperty.getEncryptionDisabled() |
CfnProject.S3LogsConfigProperty.Builder |
CfnProject.S3LogsConfigProperty.Builder.encryptionDisabled(IResolvable encryptionDisabled)
Sets the value of
CfnProject.S3LogsConfigProperty.getEncryptionDisabled() |
CfnReportGroup.S3ReportExportConfigProperty.Builder |
CfnReportGroup.S3ReportExportConfigProperty.Builder.encryptionDisabled(IResolvable encryptionDisabled)
Sets the value of
CfnReportGroup.S3ReportExportConfigProperty.getEncryptionDisabled() |
CfnProject.Builder |
CfnProject.Builder.environment(IResolvable environment)
The build environment settings for the project, such as the environment type or the environment variables to use for the build environment.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.environment(IResolvable environment)
Sets the value of
CfnProjectProps.getEnvironment() |
CfnProject.EnvironmentProperty.Builder |
CfnProject.EnvironmentProperty.Builder.environmentVariables(IResolvable environmentVariables)
Sets the value of
CfnProject.EnvironmentProperty.getEnvironmentVariables() |
CfnProject.WebhookFilterProperty.Builder |
CfnProject.WebhookFilterProperty.Builder.excludeMatchedPattern(IResolvable excludeMatchedPattern)
Sets the value of
CfnProject.WebhookFilterProperty.getExcludeMatchedPattern() |
CfnReportGroupProps.Builder |
CfnReportGroupProps.Builder.exportConfig(IResolvable exportConfig)
Sets the value of
CfnReportGroupProps.getExportConfig() |
CfnReportGroup.Builder |
CfnReportGroup.Builder.exportConfig(IResolvable exportConfig)
Information about the destination where the raw data of this `ReportGroup` is exported.
|
CfnProject.GitSubmodulesConfigProperty.Builder |
CfnProject.GitSubmodulesConfigProperty.Builder.fetchSubmodules(IResolvable fetchSubmodules)
Sets the value of
CfnProject.GitSubmodulesConfigProperty.getFetchSubmodules() |
CfnProject.Builder |
CfnProject.Builder.fileSystemLocations(IResolvable fileSystemLocations)
An array of `ProjectFileSystemLocation` objects for a CodeBuild build project.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.fileSystemLocations(IResolvable fileSystemLocations)
Sets the value of
CfnProjectProps.getFileSystemLocations() |
CfnProject.ProjectTriggersProperty.Builder |
CfnProject.ProjectTriggersProperty.Builder.filterGroups(IResolvable filterGroups)
Sets the value of
CfnProject.ProjectTriggersProperty.getFilterGroups() |
CfnProject.SourceProperty.Builder |
CfnProject.SourceProperty.Builder.gitSubmodulesConfig(IResolvable gitSubmodulesConfig)
Sets the value of
CfnProject.SourceProperty.getGitSubmodulesConfig() |
CfnProject.SourceProperty.Builder |
CfnProject.SourceProperty.Builder.insecureSsl(IResolvable insecureSsl)
Sets the value of
CfnProject.SourceProperty.getInsecureSsl() |
CfnProject.Builder |
CfnProject.Builder.logsConfig(IResolvable logsConfig)
Information about logs for the build project.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.logsConfig(IResolvable logsConfig)
Sets the value of
CfnProjectProps.getLogsConfig() |
CfnProject.ArtifactsProperty.Builder |
CfnProject.ArtifactsProperty.Builder.overrideArtifactName(IResolvable overrideArtifactName)
Sets the value of
CfnProject.ArtifactsProperty.getOverrideArtifactName() |
CfnProject.EnvironmentProperty.Builder |
CfnProject.EnvironmentProperty.Builder.privilegedMode(IResolvable privilegedMode)
Sets the value of
CfnProject.EnvironmentProperty.getPrivilegedMode() |
CfnProject.EnvironmentProperty.Builder |
CfnProject.EnvironmentProperty.Builder.registryCredential(IResolvable registryCredential)
Sets the value of
CfnProject.EnvironmentProperty.getRegistryCredential() |
CfnProject.SourceProperty.Builder |
CfnProject.SourceProperty.Builder.reportBuildStatus(IResolvable reportBuildStatus)
Sets the value of
CfnProject.SourceProperty.getReportBuildStatus() |
CfnProject.ProjectBuildBatchConfigProperty.Builder |
CfnProject.ProjectBuildBatchConfigProperty.Builder.restrictions(IResolvable restrictions)
Sets the value of
CfnProject.ProjectBuildBatchConfigProperty.getRestrictions() |
CfnReportGroup.ReportExportConfigProperty.Builder |
CfnReportGroup.ReportExportConfigProperty.Builder.s3Destination(IResolvable s3Destination)
Sets the value of
CfnReportGroup.ReportExportConfigProperty.getS3Destination() |
CfnProject.LogsConfigProperty.Builder |
CfnProject.LogsConfigProperty.Builder.s3Logs(IResolvable s3Logs)
Sets the value of
CfnProject.LogsConfigProperty.getS3Logs() |
CfnProject.Builder |
CfnProject.Builder.secondaryArtifacts(IResolvable secondaryArtifacts)
A list of `Artifacts` objects.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.secondaryArtifacts(IResolvable secondaryArtifacts)
Sets the value of
CfnProjectProps.getSecondaryArtifacts() |
CfnProject.Builder |
CfnProject.Builder.secondarySources(IResolvable secondarySources)
An array of `ProjectSource` objects.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.secondarySources(IResolvable secondarySources)
Sets the value of
CfnProjectProps.getSecondarySources() |
CfnProject.Builder |
CfnProject.Builder.secondarySourceVersions(IResolvable secondarySourceVersions)
An array of `ProjectSourceVersion` objects.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.secondarySourceVersions(IResolvable secondarySourceVersions)
Sets the value of
CfnProjectProps.getSecondarySourceVersions() |
void |
CfnProject.setArtifacts(IResolvable value)
`Artifacts` is a property of the [AWS::CodeBuild::Project](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html) resource that specifies output settings for artifacts generated by an AWS CodeBuild build.
|
void |
CfnProject.setBadgeEnabled(IResolvable value)
Indicates whether AWS CodeBuild generates a publicly accessible URL for your project's build badge.
|
void |
CfnProject.setBuildBatchConfig(IResolvable value)
A `ProjectBuildBatchConfig` object that defines the batch build options for the project.
|
void |
CfnProject.setCache(IResolvable value)
Settings that AWS CodeBuild uses to store and reuse build dependencies.
|
void |
CfnReportGroup.setDeleteReports(IResolvable value)
When deleting a report group, specifies if reports within the report group should be deleted.
|
void |
CfnProject.setEnvironment(IResolvable value)
The build environment settings for the project, such as the environment type or the environment variables to use for the build environment.
|
void |
CfnReportGroup.setExportConfig(IResolvable value)
Information about the destination where the raw data of this `ReportGroup` is exported.
|
void |
CfnProject.setFileSystemLocations(IResolvable value)
An array of `ProjectFileSystemLocation` objects for a CodeBuild build project.
|
void |
CfnProject.setLogsConfig(IResolvable value)
Information about logs for the build project.
|
void |
CfnProject.setSecondaryArtifacts(IResolvable value)
A list of `Artifacts` objects.
|
void |
CfnProject.setSecondarySources(IResolvable value)
An array of `ProjectSource` objects.
|
void |
CfnProject.setSecondarySourceVersions(IResolvable value)
An array of `ProjectSourceVersion` objects.
|
void |
CfnProject.setSource(IResolvable value)
The source code settings for the project, such as the source code's repository type and location.
|
void |
CfnProject.setTriggers(IResolvable value)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, enables AWS CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.
|
void |
CfnProject.setVpcConfig(IResolvable value)
`VpcConfig` specifies settings that enable AWS CodeBuild to access resources in an Amazon VPC.
|
CfnProject.Builder |
CfnProject.Builder.source(IResolvable source)
The source code settings for the project, such as the source code's repository type and location.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.source(IResolvable source)
Sets the value of
CfnProjectProps.getSource() |
CfnProject.Builder |
CfnProject.Builder.triggers(IResolvable triggers)
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, enables AWS CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.triggers(IResolvable triggers)
Sets the value of
CfnProjectProps.getTriggers() |
CfnProject.Builder |
CfnProject.Builder.vpcConfig(IResolvable vpcConfig)
`VpcConfig` specifies settings that enable AWS CodeBuild to access resources in an Amazon VPC.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.vpcConfig(IResolvable vpcConfig)
Sets the value of
CfnProjectProps.getVpcConfig() |
CfnProject.ProjectTriggersProperty.Builder |
CfnProject.ProjectTriggersProperty.Builder.webhook(IResolvable webhook)
Sets the value of
CfnProject.ProjectTriggersProperty.getWebhook() |
| Modifier and Type | Method and Description |
|---|---|
CfnRepository.Builder |
CfnRepository.Builder.code(IResolvable code)
Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.
|
CfnRepositoryProps.Builder |
CfnRepositoryProps.Builder.code(IResolvable code)
Sets the value of
CfnRepositoryProps.getCode() |
CfnRepository.CodeProperty.Builder |
CfnRepository.CodeProperty.Builder.s3(IResolvable s3)
Sets the value of
CfnRepository.CodeProperty.getS3() |
void |
CfnRepository.setCode(IResolvable value)
Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.
|
void |
CfnRepository.setTriggers(IResolvable value)
The JSON block of configuration information for each trigger.
|
CfnRepository.Builder |
CfnRepository.Builder.triggers(IResolvable triggers)
The JSON block of configuration information for each trigger.
|
CfnRepositoryProps.Builder |
CfnRepositoryProps.Builder.triggers(IResolvable triggers)
Sets the value of
CfnRepositoryProps.getTriggers() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.alarmConfiguration(IResolvable alarmConfiguration)
Information about the Amazon CloudWatch alarms that are associated with the deployment group.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.alarmConfiguration(IResolvable alarmConfiguration)
Sets the value of
CfnDeploymentGroupProps.getAlarmConfiguration() |
CfnDeploymentGroup.AlarmConfigurationProperty.Builder |
CfnDeploymentGroup.AlarmConfigurationProperty.Builder.alarms(IResolvable alarms)
Sets the value of
CfnDeploymentGroup.AlarmConfigurationProperty.getAlarms() |
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.autoRollbackConfiguration(IResolvable autoRollbackConfiguration)
Information about the automatic rollback configuration that is associated with the deployment group.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.autoRollbackConfiguration(IResolvable autoRollbackConfiguration)
Sets the value of
CfnDeploymentGroupProps.getAutoRollbackConfiguration() |
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.blueGreenDeploymentConfiguration(IResolvable blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.blueGreenDeploymentConfiguration(IResolvable blueGreenDeploymentConfiguration)
Sets the value of
CfnDeploymentGroupProps.getBlueGreenDeploymentConfiguration() |
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.deployment(IResolvable deployment)
The application revision to deploy to this deployment group.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.deployment(IResolvable deployment)
Sets the value of
CfnDeploymentGroupProps.getDeployment() |
CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Builder |
CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Builder.deploymentReadyOption(IResolvable deploymentReadyOption)
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.deploymentStyle(IResolvable deploymentStyle)
Attributes that determine the type of deployment to run and whether to route deployment traffic behind a load balancer.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.deploymentStyle(IResolvable deploymentStyle)
Sets the value of
CfnDeploymentGroupProps.getDeploymentStyle() |
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.ec2TagFilters(IResolvable ec2TagFilters)
The Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.ec2TagFilters(IResolvable ec2TagFilters)
Sets the value of
CfnDeploymentGroupProps.getEc2TagFilters() |
CfnDeploymentGroup.EC2TagSetListObjectProperty.Builder |
CfnDeploymentGroup.EC2TagSetListObjectProperty.Builder.ec2TagGroup(IResolvable ec2TagGroup)
Sets the value of
CfnDeploymentGroup.EC2TagSetListObjectProperty.getEc2TagGroup() |
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.ec2TagSet(IResolvable ec2TagSet)
Information about groups of tags applied to Amazon EC2 instances.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.ec2TagSet(IResolvable ec2TagSet)
Sets the value of
CfnDeploymentGroupProps.getEc2TagSet() |
CfnDeploymentGroup.EC2TagSetProperty.Builder |
CfnDeploymentGroup.EC2TagSetProperty.Builder.ec2TagSetList(IResolvable ec2TagSetList)
Sets the value of
CfnDeploymentGroup.EC2TagSetProperty.getEc2TagSetList() |
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.ecsServices(IResolvable ecsServices)
The target Amazon ECS services in the deployment group.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.ecsServices(IResolvable ecsServices)
Sets the value of
CfnDeploymentGroupProps.getEcsServices() |
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder |
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder.elbInfoList(IResolvable elbInfoList)
Sets the value of
CfnDeploymentGroup.LoadBalancerInfoProperty.getElbInfoList() |
CfnDeploymentGroup.AlarmConfigurationProperty.Builder |
CfnDeploymentGroup.AlarmConfigurationProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDeploymentGroup.AlarmConfigurationProperty.getEnabled() |
CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder |
CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDeploymentGroup.AutoRollbackConfigurationProperty.getEnabled() |
CfnDeploymentGroup.RevisionLocationProperty.Builder |
CfnDeploymentGroup.RevisionLocationProperty.Builder.gitHubLocation(IResolvable gitHubLocation)
Sets the value of
CfnDeploymentGroup.RevisionLocationProperty.getGitHubLocation() |
CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Builder |
CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Builder.greenFleetProvisioningOption(IResolvable greenFleetProvisioningOption)
|
CfnDeploymentGroup.DeploymentProperty.Builder |
CfnDeploymentGroup.DeploymentProperty.Builder.ignoreApplicationStopFailures(IResolvable ignoreApplicationStopFailures)
Sets the value of
CfnDeploymentGroup.DeploymentProperty.getIgnoreApplicationStopFailures() |
CfnDeploymentGroup.AlarmConfigurationProperty.Builder |
CfnDeploymentGroup.AlarmConfigurationProperty.Builder.ignorePollAlarmFailure(IResolvable ignorePollAlarmFailure)
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.loadBalancerInfo(IResolvable loadBalancerInfo)
Information about the load balancer to use in a deployment.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.loadBalancerInfo(IResolvable loadBalancerInfo)
Sets the value of
CfnDeploymentGroupProps.getLoadBalancerInfo() |
CfnDeploymentConfig.Builder |
CfnDeploymentConfig.Builder.minimumHealthyHosts(IResolvable minimumHealthyHosts)
The minimum number of healthy instances that should be available at any time during the deployment.
|
CfnDeploymentConfigProps.Builder |
CfnDeploymentConfigProps.Builder.minimumHealthyHosts(IResolvable minimumHealthyHosts)
Sets the value of
CfnDeploymentConfigProps.getMinimumHealthyHosts() |
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.onPremisesInstanceTagFilters(IResolvable onPremisesInstanceTagFilters)
The on-premises instance tags already applied to on-premises instances that you want to include in the deployment group.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.onPremisesInstanceTagFilters(IResolvable onPremisesInstanceTagFilters)
Sets the value of
CfnDeploymentGroupProps.getOnPremisesInstanceTagFilters() |
CfnDeploymentGroup.OnPremisesTagSetListObjectProperty.Builder |
CfnDeploymentGroup.OnPremisesTagSetListObjectProperty.Builder.onPremisesTagGroup(IResolvable onPremisesTagGroup)
|
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.onPremisesTagSet(IResolvable onPremisesTagSet)
Information about groups of tags applied to on-premises instances.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.onPremisesTagSet(IResolvable onPremisesTagSet)
Sets the value of
CfnDeploymentGroupProps.getOnPremisesTagSet() |
CfnDeploymentGroup.OnPremisesTagSetProperty.Builder |
CfnDeploymentGroup.OnPremisesTagSetProperty.Builder.onPremisesTagSetList(IResolvable onPremisesTagSetList)
Sets the value of
CfnDeploymentGroup.OnPremisesTagSetProperty.getOnPremisesTagSetList() |
CfnDeploymentGroup.TargetGroupPairInfoProperty.Builder |
CfnDeploymentGroup.TargetGroupPairInfoProperty.Builder.prodTrafficRoute(IResolvable prodTrafficRoute)
Sets the value of
CfnDeploymentGroup.TargetGroupPairInfoProperty.getProdTrafficRoute() |
CfnDeploymentGroup.DeploymentProperty.Builder |
CfnDeploymentGroup.DeploymentProperty.Builder.revision(IResolvable revision)
Sets the value of
CfnDeploymentGroup.DeploymentProperty.getRevision() |
CfnDeploymentGroup.RevisionLocationProperty.Builder |
CfnDeploymentGroup.RevisionLocationProperty.Builder.s3Location(IResolvable s3Location)
Sets the value of
CfnDeploymentGroup.RevisionLocationProperty.getS3Location() |
void |
CfnDeploymentGroup.setAlarmConfiguration(IResolvable value)
Information about the Amazon CloudWatch alarms that are associated with the deployment group.
|
void |
CfnDeploymentGroup.setAutoRollbackConfiguration(IResolvable value)
Information about the automatic rollback configuration that is associated with the deployment group.
|
void |
CfnDeploymentGroup.setBlueGreenDeploymentConfiguration(IResolvable value)
Information about blue/green deployment options for a deployment group.
|
void |
CfnDeploymentGroup.setDeployment(IResolvable value)
The application revision to deploy to this deployment group.
|
void |
CfnDeploymentGroup.setDeploymentStyle(IResolvable value)
Attributes that determine the type of deployment to run and whether to route deployment traffic behind a load balancer.
|
void |
CfnDeploymentGroup.setEc2TagFilters(IResolvable value)
The Amazon EC2 tags that are already applied to Amazon EC2 instances that you want to include in the deployment group.
|
void |
CfnDeploymentGroup.setEc2TagSet(IResolvable value)
Information about groups of tags applied to Amazon EC2 instances.
|
void |
CfnDeploymentGroup.setEcsServices(IResolvable value)
The target Amazon ECS services in the deployment group.
|
void |
CfnDeploymentGroup.setLoadBalancerInfo(IResolvable value)
Information about the load balancer to use in a deployment.
|
void |
CfnDeploymentConfig.setMinimumHealthyHosts(IResolvable value)
The minimum number of healthy instances that should be available at any time during the deployment.
|
void |
CfnDeploymentGroup.setOnPremisesInstanceTagFilters(IResolvable value)
The on-premises instance tags already applied to on-premises instances that you want to include in the deployment group.
|
void |
CfnDeploymentGroup.setOnPremisesTagSet(IResolvable value)
Information about groups of tags applied to on-premises instances.
|
void |
CfnDeploymentConfig.setTrafficRoutingConfig(IResolvable value)
The configuration that specifies how the deployment traffic is routed.
|
void |
CfnDeploymentGroup.setTriggerConfigurations(IResolvable value)
Information about triggers associated with the deployment group.
|
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder |
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder.targetGroupInfoList(IResolvable targetGroupInfoList)
Sets the value of
CfnDeploymentGroup.LoadBalancerInfoProperty.getTargetGroupInfoList() |
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder |
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder.targetGroupPairInfoList(IResolvable targetGroupPairInfoList)
Sets the value of
CfnDeploymentGroup.LoadBalancerInfoProperty.getTargetGroupPairInfoList() |
CfnDeploymentGroup.TargetGroupPairInfoProperty.Builder |
CfnDeploymentGroup.TargetGroupPairInfoProperty.Builder.targetGroups(IResolvable targetGroups)
Sets the value of
CfnDeploymentGroup.TargetGroupPairInfoProperty.getTargetGroups() |
CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Builder |
CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Builder.terminateBlueInstancesOnDeploymentSuccess(IResolvable terminateBlueInstancesOnDeploymentSuccess)
|
CfnDeploymentGroup.TargetGroupPairInfoProperty.Builder |
CfnDeploymentGroup.TargetGroupPairInfoProperty.Builder.testTrafficRoute(IResolvable testTrafficRoute)
Sets the value of
CfnDeploymentGroup.TargetGroupPairInfoProperty.getTestTrafficRoute() |
CfnDeploymentConfig.TrafficRoutingConfigProperty.Builder |
CfnDeploymentConfig.TrafficRoutingConfigProperty.Builder.timeBasedCanary(IResolvable timeBasedCanary)
Sets the value of
CfnDeploymentConfig.TrafficRoutingConfigProperty.getTimeBasedCanary() |
CfnDeploymentConfig.TrafficRoutingConfigProperty.Builder |
CfnDeploymentConfig.TrafficRoutingConfigProperty.Builder.timeBasedLinear(IResolvable timeBasedLinear)
Sets the value of
CfnDeploymentConfig.TrafficRoutingConfigProperty.getTimeBasedLinear() |
CfnDeploymentConfig.Builder |
CfnDeploymentConfig.Builder.trafficRoutingConfig(IResolvable trafficRoutingConfig)
The configuration that specifies how the deployment traffic is routed.
|
CfnDeploymentConfigProps.Builder |
CfnDeploymentConfigProps.Builder.trafficRoutingConfig(IResolvable trafficRoutingConfig)
Sets the value of
CfnDeploymentConfigProps.getTrafficRoutingConfig() |
CfnDeploymentGroup.Builder |
CfnDeploymentGroup.Builder.triggerConfigurations(IResolvable triggerConfigurations)
Information about triggers associated with the deployment group.
|
CfnDeploymentGroupProps.Builder |
CfnDeploymentGroupProps.Builder.triggerConfigurations(IResolvable triggerConfigurations)
Sets the value of
CfnDeploymentGroupProps.getTriggerConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
CfnProfilingGroup.Builder |
CfnProfilingGroup.Builder.anomalyDetectionNotificationConfiguration(IResolvable anomalyDetectionNotificationConfiguration)
Adds anomaly notifications for a profiling group.
|
CfnProfilingGroupProps.Builder |
CfnProfilingGroupProps.Builder.anomalyDetectionNotificationConfiguration(IResolvable anomalyDetectionNotificationConfiguration)
Sets the value of
CfnProfilingGroupProps.getAnomalyDetectionNotificationConfiguration() |
void |
CfnProfilingGroup.setAnomalyDetectionNotificationConfiguration(IResolvable value)
Adds anomaly notifications for a profiling group.
|
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.StageDeclarationProperty.Builder |
CfnPipeline.StageDeclarationProperty.Builder.actions(IResolvable actions)
Sets the value of
CfnPipeline.StageDeclarationProperty.getActions() |
CfnPipeline.ActionDeclarationProperty.Builder |
CfnPipeline.ActionDeclarationProperty.Builder.actionTypeId(IResolvable actionTypeId)
Sets the value of
CfnPipeline.ActionDeclarationProperty.getActionTypeId() |
CfnPipelineProps.Builder |
CfnPipelineProps.Builder.artifactStore(IResolvable artifactStore)
Sets the value of
CfnPipelineProps.getArtifactStore() |
CfnPipeline.ArtifactStoreMapProperty.Builder |
CfnPipeline.ArtifactStoreMapProperty.Builder.artifactStore(IResolvable artifactStore)
Sets the value of
CfnPipeline.ArtifactStoreMapProperty.getArtifactStore() |
CfnPipeline.Builder |
CfnPipeline.Builder.artifactStore(IResolvable artifactStore)
The S3 bucket where artifacts for the pipeline are stored.
|
CfnPipelineProps.Builder |
CfnPipelineProps.Builder.artifactStores(IResolvable artifactStores)
Sets the value of
CfnPipelineProps.getArtifactStores() |
CfnPipeline.Builder |
CfnPipeline.Builder.artifactStores(IResolvable artifactStores)
A mapping of `artifactStore` objects and their corresponding AWS Regions.
|
CfnWebhook.Builder |
CfnWebhook.Builder.authenticationConfiguration(IResolvable authenticationConfiguration)
Properties that configure the authentication applied to incoming webhook trigger requests.
|
CfnWebhookProps.Builder |
CfnWebhookProps.Builder.authenticationConfiguration(IResolvable authenticationConfiguration)
Sets the value of
CfnWebhookProps.getAuthenticationConfiguration() |
CfnPipeline.StageDeclarationProperty.Builder |
CfnPipeline.StageDeclarationProperty.Builder.blockers(IResolvable blockers)
Sets the value of
CfnPipeline.StageDeclarationProperty.getBlockers() |
CfnCustomActionTypeProps.Builder |
CfnCustomActionTypeProps.Builder.configurationProperties(IResolvable configurationProperties)
Sets the value of
CfnCustomActionTypeProps.getConfigurationProperties() |
CfnCustomActionType.Builder |
CfnCustomActionType.Builder.configurationProperties(IResolvable configurationProperties)
The configuration properties for the custom action.
|
CfnPipelineProps.Builder |
CfnPipelineProps.Builder.disableInboundStageTransitions(IResolvable disableInboundStageTransitions)
Sets the value of
CfnPipelineProps.getDisableInboundStageTransitions() |
CfnPipeline.Builder |
CfnPipeline.Builder.disableInboundStageTransitions(IResolvable disableInboundStageTransitions)
Represents the input of a `DisableStageTransition` action.
|
CfnPipeline.ArtifactStoreProperty.Builder |
CfnPipeline.ArtifactStoreProperty.Builder.encryptionKey(IResolvable encryptionKey)
Sets the value of
CfnPipeline.ArtifactStoreProperty.getEncryptionKey() |
CfnWebhook.Builder |
CfnWebhook.Builder.filters(IResolvable filters)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
CfnWebhookProps.Builder |
CfnWebhookProps.Builder.filters(IResolvable filters)
Sets the value of
CfnWebhookProps.getFilters() |
CfnCustomActionTypeProps.Builder |
CfnCustomActionTypeProps.Builder.inputArtifactDetails(IResolvable inputArtifactDetails)
Sets the value of
CfnCustomActionTypeProps.getInputArtifactDetails() |
CfnCustomActionType.Builder |
CfnCustomActionType.Builder.inputArtifactDetails(IResolvable inputArtifactDetails)
The details of the input artifact for the action, such as its commit ID.
|
CfnPipeline.ActionDeclarationProperty.Builder |
CfnPipeline.ActionDeclarationProperty.Builder.inputArtifacts(IResolvable inputArtifacts)
Sets the value of
CfnPipeline.ActionDeclarationProperty.getInputArtifacts() |
CfnCustomActionType.ConfigurationPropertiesProperty.Builder |
CfnCustomActionType.ConfigurationPropertiesProperty.Builder.key(IResolvable key)
Sets the value of
CfnCustomActionType.ConfigurationPropertiesProperty.getKey() |
CfnCustomActionTypeProps.Builder |
CfnCustomActionTypeProps.Builder.outputArtifactDetails(IResolvable outputArtifactDetails)
Sets the value of
CfnCustomActionTypeProps.getOutputArtifactDetails() |
CfnCustomActionType.Builder |
CfnCustomActionType.Builder.outputArtifactDetails(IResolvable outputArtifactDetails)
The details of the output artifact of the action, such as its commit ID.
|
CfnPipeline.ActionDeclarationProperty.Builder |
CfnPipeline.ActionDeclarationProperty.Builder.outputArtifacts(IResolvable outputArtifacts)
Sets the value of
CfnPipeline.ActionDeclarationProperty.getOutputArtifacts() |
CfnCustomActionType.ConfigurationPropertiesProperty.Builder |
CfnCustomActionType.ConfigurationPropertiesProperty.Builder.queryable(IResolvable queryable)
Sets the value of
CfnCustomActionType.ConfigurationPropertiesProperty.getQueryable() |
CfnWebhook.Builder |
CfnWebhook.Builder.registerWithThirdParty(IResolvable registerWithThirdParty)
Configures a connection between the webhook that was created and the external tool with events to be detected.
|
CfnWebhookProps.Builder |
CfnWebhookProps.Builder.registerWithThirdParty(IResolvable registerWithThirdParty)
Sets the value of
CfnWebhookProps.getRegisterWithThirdParty() |
CfnCustomActionType.ConfigurationPropertiesProperty.Builder |
CfnCustomActionType.ConfigurationPropertiesProperty.Builder.required(IResolvable required)
Sets the value of
CfnCustomActionType.ConfigurationPropertiesProperty.getRequired() |
CfnPipelineProps.Builder |
CfnPipelineProps.Builder.restartExecutionOnUpdate(IResolvable restartExecutionOnUpdate)
Sets the value of
CfnPipelineProps.getRestartExecutionOnUpdate() |
CfnPipeline.Builder |
CfnPipeline.Builder.restartExecutionOnUpdate(IResolvable restartExecutionOnUpdate)
Indicates whether to rerun the CodePipeline pipeline after you update it.
|
CfnCustomActionType.ConfigurationPropertiesProperty.Builder |
CfnCustomActionType.ConfigurationPropertiesProperty.Builder.secret(IResolvable secret)
Sets the value of
CfnCustomActionType.ConfigurationPropertiesProperty.getSecret() |
void |
CfnPipeline.setArtifactStore(IResolvable value)
The S3 bucket where artifacts for the pipeline are stored.
|
void |
CfnPipeline.setArtifactStores(IResolvable value)
A mapping of `artifactStore` objects and their corresponding AWS Regions.
|
void |
CfnWebhook.setAuthenticationConfiguration(IResolvable value)
Properties that configure the authentication applied to incoming webhook trigger requests.
|
void |
CfnCustomActionType.setConfigurationProperties(IResolvable value)
The configuration properties for the custom action.
|
void |
CfnPipeline.setDisableInboundStageTransitions(IResolvable value)
Represents the input of a `DisableStageTransition` action.
|
void |
CfnWebhook.setFilters(IResolvable value)
A list of rules applied to the body/payload sent in the POST request to a webhook URL.
|
void |
CfnCustomActionType.setInputArtifactDetails(IResolvable value)
The details of the input artifact for the action, such as its commit ID.
|
void |
CfnCustomActionType.setOutputArtifactDetails(IResolvable value)
The details of the output artifact of the action, such as its commit ID.
|
void |
CfnWebhook.setRegisterWithThirdParty(IResolvable value)
Configures a connection between the webhook that was created and the external tool with events to be detected.
|
void |
CfnPipeline.setRestartExecutionOnUpdate(IResolvable value)
Indicates whether to rerun the CodePipeline pipeline after you update it.
|
void |
CfnCustomActionType.setSettings(IResolvable value)
URLs that provide users information about this custom action.
|
void |
CfnPipeline.setStages(IResolvable value)
Represents information about a stage and its definition.
|
CfnCustomActionTypeProps.Builder |
CfnCustomActionTypeProps.Builder.settings(IResolvable settings)
Sets the value of
CfnCustomActionTypeProps.getSettings() |
CfnCustomActionType.Builder |
CfnCustomActionType.Builder.settings(IResolvable settings)
URLs that provide users information about this custom action.
|
CfnPipelineProps.Builder |
CfnPipelineProps.Builder.stages(IResolvable stages)
Sets the value of
CfnPipelineProps.getStages() |
CfnPipeline.Builder |
CfnPipeline.Builder.stages(IResolvable stages)
Represents information about a stage and its definition.
|
| Modifier and Type | Method and Description |
|---|---|
CfnGitHubRepositoryProps.Builder |
CfnGitHubRepositoryProps.Builder.code(IResolvable code)
Sets the value of
CfnGitHubRepositoryProps.getCode() |
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.code(IResolvable code)
Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.
|
CfnGitHubRepositoryProps.Builder |
CfnGitHubRepositoryProps.Builder.enableIssues(IResolvable enableIssues)
Sets the value of
CfnGitHubRepositoryProps.getEnableIssues() |
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.enableIssues(IResolvable enableIssues)
Indicates whether to enable issues for the GitHub repository.
|
CfnGitHubRepositoryProps.Builder |
CfnGitHubRepositoryProps.Builder.isPrivate(IResolvable isPrivate)
Sets the value of
CfnGitHubRepositoryProps.getIsPrivate() |
CfnGitHubRepository.Builder |
CfnGitHubRepository.Builder.isPrivate(IResolvable isPrivate)
Indicates whether the GitHub repository is a private repository.
|
CfnGitHubRepository.CodeProperty.Builder |
CfnGitHubRepository.CodeProperty.Builder.s3(IResolvable s3)
Sets the value of
CfnGitHubRepository.CodeProperty.getS3() |
void |
CfnGitHubRepository.setCode(IResolvable value)
Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.
|
void |
CfnGitHubRepository.setEnableIssues(IResolvable value)
Indicates whether to enable issues for the GitHub repository.
|
void |
CfnGitHubRepository.setIsPrivate(IResolvable value)
Indicates whether the GitHub repository is a private repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfnNotificationRule.setTargets(IResolvable value)
A list of Amazon Resource Names (ARNs) of AWS Chatbot topics and AWS Chatbot clients to associate with the notification rule.
|
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.targets(IResolvable targets)
A list of Amazon Resource Names (ARNs) of AWS Chatbot topics and AWS Chatbot clients to associate with the notification rule.
|
CfnNotificationRuleProps.Builder |
CfnNotificationRuleProps.Builder.targets(IResolvable targets)
Sets the value of
CfnNotificationRuleProps.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPool.Builder |
CfnUserPool.Builder.accountRecoverySetting(IResolvable accountRecoverySetting)
Use this setting to define which verified available method a user can use to recover their password when they call `ForgotPassword` .
|
CfnUserPoolProps.Builder |
CfnUserPoolProps.Builder.accountRecoverySetting(IResolvable accountRecoverySetting)
Sets the value of
CfnUserPoolProps.getAccountRecoverySetting() |
CfnUserPoolRiskConfigurationAttachment.Builder |
CfnUserPoolRiskConfigurationAttachment.Builder.accountTakeoverRiskConfiguration(IResolvable accountTakeoverRiskConfiguration)
The account takeover risk configuration object, including the `NotifyConfiguration` object and `Actions` to take if there is an account takeover.
|
CfnUserPoolRiskConfigurationAttachmentProps.Builder |
CfnUserPoolRiskConfigurationAttachmentProps.Builder.accountTakeoverRiskConfiguration(IResolvable accountTakeoverRiskConfiguration)
|
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.Builder |
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.Builder.actions(IResolvable actions)
|
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty.Builder |
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty.Builder.actions(IResolvable actions)
|
CfnUserPool.Builder |
CfnUserPool.Builder.adminCreateUserConfig(IResolvable adminCreateUserConfig)
The configuration for creating a new user profile.
|
CfnUserPoolProps.Builder |
CfnUserPoolProps.Builder.adminCreateUserConfig(IResolvable adminCreateUserConfig)
Sets the value of
CfnUserPoolProps.getAdminCreateUserConfig() |
CfnUserPool.AdminCreateUserConfigProperty.Builder |
CfnUserPool.AdminCreateUserConfigProperty.Builder.allowAdminCreateUserOnly(IResolvable allowAdminCreateUserOnly)
Sets the value of
CfnUserPool.AdminCreateUserConfigProperty.getAllowAdminCreateUserOnly() |
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.allowClassicFlow(IResolvable allowClassicFlow)
Enables the Basic (Classic) authentication flow.
|
CfnIdentityPoolProps.Builder |
CfnIdentityPoolProps.Builder.allowClassicFlow(IResolvable allowClassicFlow)
Sets the value of
CfnIdentityPoolProps.getAllowClassicFlow() |
CfnUserPoolClientProps.Builder |
CfnUserPoolClientProps.Builder.allowedOAuthFlowsUserPoolClient(IResolvable allowedOAuthFlowsUserPoolClient)
Sets the value of
CfnUserPoolClientProps.getAllowedOAuthFlowsUserPoolClient() |
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.allowedOAuthFlowsUserPoolClient(IResolvable allowedOAuthFlowsUserPoolClient)
Set to true if the client is allowed to follow the OAuth protocol when interacting with Amazon Cognito user pools.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.allowUnauthenticatedIdentities(IResolvable allowUnauthenticatedIdentities)
Specifies whether the identity pool supports unauthenticated logins.
|
CfnIdentityPoolProps.Builder |
CfnIdentityPoolProps.Builder.allowUnauthenticatedIdentities(IResolvable allowUnauthenticatedIdentities)
Sets the value of
CfnIdentityPoolProps.getAllowUnauthenticatedIdentities() |
CfnUserPoolClientProps.Builder |
CfnUserPoolClientProps.Builder.analyticsConfiguration(IResolvable analyticsConfiguration)
Sets the value of
CfnUserPoolClientProps.getAnalyticsConfiguration() |
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.analyticsConfiguration(IResolvable analyticsConfiguration)
The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.
|
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder |
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder.blockEmail(IResolvable blockEmail)
|
CfnUserPool.UsernameConfigurationProperty.Builder |
CfnUserPool.UsernameConfigurationProperty.Builder.caseSensitive(IResolvable caseSensitive)
Sets the value of
CfnUserPool.UsernameConfigurationProperty.getCaseSensitive() |
CfnUserPool.DeviceConfigurationProperty.Builder |
CfnUserPool.DeviceConfigurationProperty.Builder.challengeRequiredOnNewDevice(IResolvable challengeRequiredOnNewDevice)
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.cognitoIdentityProviders(IResolvable cognitoIdentityProviders)
The Amazon Cognito user pools and their client IDs.
|
CfnIdentityPoolProps.Builder |
CfnIdentityPoolProps.Builder.cognitoIdentityProviders(IResolvable cognitoIdentityProviders)
Sets the value of
CfnIdentityPoolProps.getCognitoIdentityProviders() |
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.cognitoStreams(IResolvable cognitoStreams)
Configuration options for configuring Amazon Cognito streams.
|
CfnIdentityPoolProps.Builder |
CfnIdentityPoolProps.Builder.cognitoStreams(IResolvable cognitoStreams)
Sets the value of
CfnIdentityPoolProps.getCognitoStreams() |
CfnUserPoolRiskConfigurationAttachment.Builder |
CfnUserPoolRiskConfigurationAttachment.Builder.compromisedCredentialsRiskConfiguration(IResolvable compromisedCredentialsRiskConfiguration)
The compromised credentials risk configuration object, including the `EventFilter` and the `EventAction` .
|
CfnUserPoolRiskConfigurationAttachmentProps.Builder |
CfnUserPoolRiskConfigurationAttachmentProps.Builder.compromisedCredentialsRiskConfiguration(IResolvable compromisedCredentialsRiskConfiguration)
|
CfnUserPoolDomain.Builder |
CfnUserPoolDomain.Builder.customDomainConfig(IResolvable customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
|
CfnUserPoolDomainProps.Builder |
CfnUserPoolDomainProps.Builder.customDomainConfig(IResolvable customDomainConfig)
Sets the value of
CfnUserPoolDomainProps.getCustomDomainConfig() |
CfnUserPool.LambdaConfigProperty.Builder |
CfnUserPool.LambdaConfigProperty.Builder.customEmailSender(IResolvable customEmailSender)
Sets the value of
CfnUserPool.LambdaConfigProperty.getCustomEmailSender() |
CfnUserPool.LambdaConfigProperty.Builder |
CfnUserPool.LambdaConfigProperty.Builder.customSmsSender(IResolvable customSmsSender)
Sets the value of
CfnUserPool.LambdaConfigProperty.getCustomSmsSender() |
CfnUserPool.SchemaAttributeProperty.Builder |
CfnUserPool.SchemaAttributeProperty.Builder.developerOnlyAttribute(IResolvable developerOnlyAttribute)
Sets the value of
CfnUserPool.SchemaAttributeProperty.getDeveloperOnlyAttribute() |
CfnUserPool.Builder |
CfnUserPool.Builder.deviceConfiguration(IResolvable deviceConfiguration)
The device configuration.
|
CfnUserPoolProps.Builder |
CfnUserPoolProps.Builder.deviceConfiguration(IResolvable deviceConfiguration)
Sets the value of
CfnUserPoolProps.getDeviceConfiguration() |
CfnUserPool.DeviceConfigurationProperty.Builder |
CfnUserPool.DeviceConfigurationProperty.Builder.deviceOnlyRememberedOnUserPrompt(IResolvable deviceOnlyRememberedOnUserPrompt)
|
CfnUserPool.Builder |
CfnUserPool.Builder.emailConfiguration(IResolvable emailConfiguration)
The email configuration of your user pool.
|
CfnUserPoolProps.Builder |
CfnUserPoolProps.Builder.emailConfiguration(IResolvable emailConfiguration)
Sets the value of
CfnUserPoolProps.getEmailConfiguration() |
CfnUserPoolClientProps.Builder |
CfnUserPoolClientProps.Builder.enableTokenRevocation(IResolvable enableTokenRevocation)
Sets the value of
CfnUserPoolClientProps.getEnableTokenRevocation() |
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.enableTokenRevocation(IResolvable enableTokenRevocation)
Activates or deactivates token revocation.
|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.forceAliasCreation(IResolvable forceAliasCreation)
This parameter is used only if the `phone_number_verified` or `email_verified` attribute is set to `True` .
|
CfnUserPoolUserProps.Builder |
CfnUserPoolUserProps.Builder.forceAliasCreation(IResolvable forceAliasCreation)
Sets the value of
CfnUserPoolUserProps.getForceAliasCreation() |
CfnUserPoolClientProps.Builder |
CfnUserPoolClientProps.Builder.generateSecret(IResolvable generateSecret)
Sets the value of
CfnUserPoolClientProps.getGenerateSecret() |
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.generateSecret(IResolvable generateSecret)
Boolean to specify whether you want to generate a secret for the user pool client being created.
|
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty.Builder |
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty.Builder.highAction(IResolvable highAction)
|
CfnUserPool.AdminCreateUserConfigProperty.Builder |
CfnUserPool.AdminCreateUserConfigProperty.Builder.inviteMessageTemplate(IResolvable inviteMessageTemplate)
Sets the value of
CfnUserPool.AdminCreateUserConfigProperty.getInviteMessageTemplate() |
CfnUserPool.Builder |
CfnUserPool.Builder.lambdaConfig(IResolvable lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
CfnUserPoolProps.Builder |
CfnUserPoolProps.Builder.lambdaConfig(IResolvable lambdaConfig)
Sets the value of
CfnUserPoolProps.getLambdaConfig() |
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty.Builder |
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty.Builder.lowAction(IResolvable lowAction)
|
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty.Builder |
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty.Builder.mediumAction(IResolvable mediumAction)
|
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder |
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder.mfaEmail(IResolvable mfaEmail)
|
CfnUserPool.SchemaAttributeProperty.Builder |
CfnUserPool.SchemaAttributeProperty.Builder.mutable(IResolvable mutable)
Sets the value of
CfnUserPool.SchemaAttributeProperty.getMutable() |
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder |
CfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty.Builder.noActionEmail(IResolvable noActionEmail)
|
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Builder |
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Builder.notify(IResolvable notify)
|
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.Builder |
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.Builder.notifyConfiguration(IResolvable notifyConfiguration)
|
CfnUserPool.SchemaAttributeProperty.Builder |
CfnUserPool.SchemaAttributeProperty.Builder.numberAttributeConstraints(IResolvable numberAttributeConstraints)
Sets the value of
CfnUserPool.SchemaAttributeProperty.getNumberAttributeConstraints() |
CfnUserPool.PoliciesProperty.Builder |
CfnUserPool.PoliciesProperty.Builder.passwordPolicy(IResolvable passwordPolicy)
Sets the value of
CfnUserPool.PoliciesProperty.getPasswordPolicy() |
CfnUserPool.Builder |
CfnUserPool.Builder.policies(IResolvable policies)
The policy associated with a user pool.
|
CfnUserPoolProps.Builder |
CfnUserPoolProps.Builder.policies(IResolvable policies)
Sets the value of
CfnUserPoolProps.getPolicies() |
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.pushSync(IResolvable pushSync)
The configuration options to be applied to the identity pool.
|
CfnIdentityPoolProps.Builder |
CfnIdentityPoolProps.Builder.pushSync(IResolvable pushSync)
Sets the value of
CfnIdentityPoolProps.getPushSync() |
CfnUserPool.AccountRecoverySettingProperty.Builder |
CfnUserPool.AccountRecoverySettingProperty.Builder.recoveryMechanisms(IResolvable recoveryMechanisms)
Sets the value of
CfnUserPool.AccountRecoverySettingProperty.getRecoveryMechanisms() |
CfnUserPool.SchemaAttributeProperty.Builder |
CfnUserPool.SchemaAttributeProperty.Builder.required(IResolvable required)
Sets the value of
CfnUserPool.SchemaAttributeProperty.getRequired() |
CfnUserPool.PasswordPolicyProperty.Builder |
CfnUserPool.PasswordPolicyProperty.Builder.requireLowercase(IResolvable requireLowercase)
Sets the value of
CfnUserPool.PasswordPolicyProperty.getRequireLowercase() |
CfnUserPool.PasswordPolicyProperty.Builder |
CfnUserPool.PasswordPolicyProperty.Builder.requireNumbers(IResolvable requireNumbers)
Sets the value of
CfnUserPool.PasswordPolicyProperty.getRequireNumbers() |
CfnUserPool.PasswordPolicyProperty.Builder |
CfnUserPool.PasswordPolicyProperty.Builder.requireSymbols(IResolvable requireSymbols)
Sets the value of
CfnUserPool.PasswordPolicyProperty.getRequireSymbols() |
CfnUserPool.PasswordPolicyProperty.Builder |
CfnUserPool.PasswordPolicyProperty.Builder.requireUppercase(IResolvable requireUppercase)
Sets the value of
CfnUserPool.PasswordPolicyProperty.getRequireUppercase() |
CfnUserPoolRiskConfigurationAttachment.Builder |
CfnUserPoolRiskConfigurationAttachment.Builder.riskExceptionConfiguration(IResolvable riskExceptionConfiguration)
The configuration to override the risk decision.
|
CfnUserPoolRiskConfigurationAttachmentProps.Builder |
CfnUserPoolRiskConfigurationAttachmentProps.Builder.riskExceptionConfiguration(IResolvable riskExceptionConfiguration)
|
CfnIdentityPoolRoleAttachment.Builder |
CfnIdentityPoolRoleAttachment.Builder.roleMappings(IResolvable roleMappings)
How users for a specific identity provider are mapped to roles.
|
CfnIdentityPoolRoleAttachmentProps.Builder |
CfnIdentityPoolRoleAttachmentProps.Builder.roleMappings(IResolvable roleMappings)
Sets the value of
CfnIdentityPoolRoleAttachmentProps.getRoleMappings() |
CfnIdentityPoolRoleAttachment.RulesConfigurationTypeProperty.Builder |
CfnIdentityPoolRoleAttachment.RulesConfigurationTypeProperty.Builder.rules(IResolvable rules)
Sets the value of
CfnIdentityPoolRoleAttachment.RulesConfigurationTypeProperty.getRules() |
CfnIdentityPoolRoleAttachment.RoleMappingProperty.Builder |
CfnIdentityPoolRoleAttachment.RoleMappingProperty.Builder.rulesConfiguration(IResolvable rulesConfiguration)
|
CfnUserPool.Builder |
CfnUserPool.Builder.schema(IResolvable schema)
The schema attributes for the new user pool.
|
CfnUserPoolProps.Builder |
CfnUserPoolProps.Builder.schema(IResolvable schema)
Sets the value of
CfnUserPoolProps.getSchema() |
CfnUserPoolResourceServer.Builder |
CfnUserPoolResourceServer.Builder.scopes(IResolvable scopes)
A list of scopes.
|
CfnUserPoolResourceServerProps.Builder |
CfnUserPoolResourceServerProps.Builder.scopes(IResolvable scopes)
Sets the value of
CfnUserPoolResourceServerProps.getScopes() |
CfnIdentityPool.CognitoIdentityProviderProperty.Builder |
CfnIdentityPool.CognitoIdentityProviderProperty.Builder.serverSideTokenCheck(IResolvable serverSideTokenCheck)
|
void |
CfnUserPool.setAccountRecoverySetting(IResolvable value)
Use this setting to define which verified available method a user can use to recover their password when they call `ForgotPassword` .
|
void |
CfnUserPoolRiskConfigurationAttachment.setAccountTakeoverRiskConfiguration(IResolvable value)
The account takeover risk configuration object, including the `NotifyConfiguration` object and `Actions` to take if there is an account takeover.
|
void |
CfnUserPool.setAdminCreateUserConfig(IResolvable value)
The configuration for creating a new user profile.
|
void |
CfnIdentityPool.setAllowClassicFlow(IResolvable value)
Enables the Basic (Classic) authentication flow.
|
void |
CfnUserPoolClient.setAllowedOAuthFlowsUserPoolClient(IResolvable value)
Set to true if the client is allowed to follow the OAuth protocol when interacting with Amazon Cognito user pools.
|
void |
CfnIdentityPool.setAllowUnauthenticatedIdentities(IResolvable value)
Specifies whether the identity pool supports unauthenticated logins.
|
void |
CfnUserPoolClient.setAnalyticsConfiguration(IResolvable value)
The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.
|
void |
CfnIdentityPool.setCognitoIdentityProviders(IResolvable value)
The Amazon Cognito user pools and their client IDs.
|
void |
CfnIdentityPool.setCognitoStreams(IResolvable value)
Configuration options for configuring Amazon Cognito streams.
|
void |
CfnUserPoolRiskConfigurationAttachment.setCompromisedCredentialsRiskConfiguration(IResolvable value)
The compromised credentials risk configuration object, including the `EventFilter` and the `EventAction` .
|
void |
CfnUserPoolDomain.setCustomDomainConfig(IResolvable value)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
|
void |
CfnUserPool.setDeviceConfiguration(IResolvable value)
The device configuration.
|
void |
CfnUserPool.setEmailConfiguration(IResolvable value)
The email configuration of your user pool.
|
void |
CfnUserPoolClient.setEnableTokenRevocation(IResolvable value)
Activates or deactivates token revocation.
|
void |
CfnUserPoolUser.setForceAliasCreation(IResolvable value)
This parameter is used only if the `phone_number_verified` or `email_verified` attribute is set to `True` .
|
void |
CfnUserPoolClient.setGenerateSecret(IResolvable value)
Boolean to specify whether you want to generate a secret for the user pool client being created.
|
void |
CfnUserPool.setLambdaConfig(IResolvable value)
The Lambda trigger configuration information for the new user pool.
|
void |
CfnUserPool.setPolicies(IResolvable value)
The policy associated with a user pool.
|
void |
CfnIdentityPool.setPushSync(IResolvable value)
The configuration options to be applied to the identity pool.
|
void |
CfnUserPoolRiskConfigurationAttachment.setRiskExceptionConfiguration(IResolvable value)
The configuration to override the risk decision.
|
void |
CfnIdentityPoolRoleAttachment.setRoleMappings(IResolvable value)
How users for a specific identity provider are mapped to roles.
|
void |
CfnUserPool.setSchema(IResolvable value)
The schema attributes for the new user pool.
|
void |
CfnUserPoolResourceServer.setScopes(IResolvable value)
A list of scopes.
|
void |
CfnUserPool.setSmsConfiguration(IResolvable value)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your AWS account through Amazon Simple Notification Service.
|
void |
CfnUserPoolClient.setTokenValidityUnits(IResolvable value)
The units in which the validity times are represented.
|
void |
CfnUserPoolUser.setUserAttributes(IResolvable value)
The user attributes and attribute values to be set for the user to be created.
|
void |
CfnUserPool.setUsernameConfiguration(IResolvable value)
You can choose to set case sensitivity on the username input for the selected sign-in option.
|
void |
CfnUserPool.setUserPoolAddOns(IResolvable value)
Enables advanced security risk detection.
|
void |
CfnUserPoolUser.setValidationData(IResolvable value)
The user's validation data.
|
void |
CfnUserPool.setVerificationMessageTemplate(IResolvable value)
The template for the verification message that the user sees when the app requests permission to access the user's information.
|
CfnUserPool.Builder |
CfnUserPool.Builder.smsConfiguration(IResolvable smsConfiguration)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your AWS account through Amazon Simple Notification Service.
|
CfnUserPoolProps.Builder |
CfnUserPoolProps.Builder.smsConfiguration(IResolvable smsConfiguration)
Sets the value of
CfnUserPoolProps.getSmsConfiguration() |
CfnUserPool.SchemaAttributeProperty.Builder |
CfnUserPool.SchemaAttributeProperty.Builder.stringAttributeConstraints(IResolvable stringAttributeConstraints)
Sets the value of
CfnUserPool.SchemaAttributeProperty.getStringAttributeConstraints() |
CfnUserPoolClientProps.Builder |
CfnUserPoolClientProps.Builder.tokenValidityUnits(IResolvable tokenValidityUnits)
Sets the value of
CfnUserPoolClientProps.getTokenValidityUnits() |
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.tokenValidityUnits(IResolvable tokenValidityUnits)
The units in which the validity times are represented.
|
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.userAttributes(IResolvable userAttributes)
The user attributes and attribute values to be set for the user to be created.
|
CfnUserPoolUserProps.Builder |
CfnUserPoolUserProps.Builder.userAttributes(IResolvable userAttributes)
Sets the value of
CfnUserPoolUserProps.getUserAttributes() |
CfnUserPoolClient.AnalyticsConfigurationProperty.Builder |
CfnUserPoolClient.AnalyticsConfigurationProperty.Builder.userDataShared(IResolvable userDataShared)
Sets the value of
CfnUserPoolClient.AnalyticsConfigurationProperty.getUserDataShared() |
CfnUserPool.Builder |
CfnUserPool.Builder.usernameConfiguration(IResolvable usernameConfiguration)
You can choose to set case sensitivity on the username input for the selected sign-in option.
|
CfnUserPoolProps.Builder |
CfnUserPoolProps.Builder.usernameConfiguration(IResolvable usernameConfiguration)
Sets the value of
CfnUserPoolProps.getUsernameConfiguration() |
CfnUserPool.Builder |
CfnUserPool.Builder.userPoolAddOns(IResolvable userPoolAddOns)
Enables advanced security risk detection.
|
CfnUserPoolProps.Builder |
CfnUserPoolProps.Builder.userPoolAddOns(IResolvable userPoolAddOns)
Sets the value of
CfnUserPoolProps.getUserPoolAddOns() |
CfnUserPoolUser.Builder |
CfnUserPoolUser.Builder.validationData(IResolvable validationData)
The user's validation data.
|
CfnUserPoolUserProps.Builder |
CfnUserPoolUserProps.Builder.validationData(IResolvable validationData)
Sets the value of
CfnUserPoolUserProps.getValidationData() |
CfnUserPool.Builder |
CfnUserPool.Builder.verificationMessageTemplate(IResolvable verificationMessageTemplate)
The template for the verification message that the user sees when the app requests permission to access the user's information.
|
CfnUserPoolProps.Builder |
CfnUserPoolProps.Builder.verificationMessageTemplate(IResolvable verificationMessageTemplate)
Sets the value of
CfnUserPoolProps.getVerificationMessageTemplate() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationAggregatorProps.Builder |
CfnConfigurationAggregatorProps.Builder.accountAggregationSources(IResolvable accountAggregationSources)
Sets the value of
CfnConfigurationAggregatorProps.getAccountAggregationSources() |
CfnConfigurationAggregator.Builder |
CfnConfigurationAggregator.Builder.accountAggregationSources(IResolvable accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
|
CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder |
CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder.allAwsRegions(IResolvable allAwsRegions)
|
CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder |
CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder.allAwsRegions(IResolvable allAwsRegions)
|
CfnConfigurationRecorder.RecordingGroupProperty.Builder |
CfnConfigurationRecorder.RecordingGroupProperty.Builder.allSupported(IResolvable allSupported)
Sets the value of
CfnConfigurationRecorder.RecordingGroupProperty.getAllSupported() |
CfnRemediationConfigurationProps.Builder |
CfnRemediationConfigurationProps.Builder.automatic(IResolvable automatic)
Sets the value of
CfnRemediationConfigurationProps.getAutomatic() |
CfnRemediationConfiguration.Builder |
CfnRemediationConfiguration.Builder.automatic(IResolvable automatic)
The remediation is triggered automatically.
|
CfnDeliveryChannel.Builder |
CfnDeliveryChannel.Builder.configSnapshotDeliveryProperties(IResolvable configSnapshotDeliveryProperties)
The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
|
CfnDeliveryChannelProps.Builder |
CfnDeliveryChannelProps.Builder.configSnapshotDeliveryProperties(IResolvable configSnapshotDeliveryProperties)
Sets the value of
CfnDeliveryChannelProps.getConfigSnapshotDeliveryProperties() |
CfnOrganizationConformancePackProps.Builder |
CfnOrganizationConformancePackProps.Builder.conformancePackInputParameters(IResolvable conformancePackInputParameters)
Sets the value of
CfnOrganizationConformancePackProps.getConformancePackInputParameters() |
CfnOrganizationConformancePack.Builder |
CfnOrganizationConformancePack.Builder.conformancePackInputParameters(IResolvable conformancePackInputParameters)
A list of `ConformancePackInputParameter` objects.
|
CfnConformancePackProps.Builder |
CfnConformancePackProps.Builder.conformancePackInputParameters(IResolvable conformancePackInputParameters)
Sets the value of
CfnConformancePackProps.getConformancePackInputParameters() |
CfnConformancePack.Builder |
CfnConformancePack.Builder.conformancePackInputParameters(IResolvable conformancePackInputParameters)
A list of ConformancePackInputParameter objects.
|
CfnRemediationConfigurationProps.Builder |
CfnRemediationConfigurationProps.Builder.executionControls(IResolvable executionControls)
Sets the value of
CfnRemediationConfigurationProps.getExecutionControls() |
CfnRemediationConfiguration.Builder |
CfnRemediationConfiguration.Builder.executionControls(IResolvable executionControls)
An ExecutionControls object.
|
CfnConfigurationRecorder.RecordingGroupProperty.Builder |
CfnConfigurationRecorder.RecordingGroupProperty.Builder.includeGlobalResourceTypes(IResolvable includeGlobalResourceTypes)
|
CfnConfigurationAggregatorProps.Builder |
CfnConfigurationAggregatorProps.Builder.organizationAggregationSource(IResolvable organizationAggregationSource)
Sets the value of
CfnConfigurationAggregatorProps.getOrganizationAggregationSource() |
CfnConfigurationAggregator.Builder |
CfnConfigurationAggregator.Builder.organizationAggregationSource(IResolvable organizationAggregationSource)
Provides an organization and list of regions to be aggregated.
|
CfnOrganizationConfigRule.Builder |
CfnOrganizationConfigRule.Builder.organizationCustomCodeRuleMetadata(IResolvable organizationCustomCodeRuleMetadata)
`AWS::Config::OrganizationConfigRule.OrganizationCustomCodeRuleMetadata`.
|
CfnOrganizationConfigRuleProps.Builder |
CfnOrganizationConfigRuleProps.Builder.organizationCustomCodeRuleMetadata(IResolvable organizationCustomCodeRuleMetadata)
Sets the value of
CfnOrganizationConfigRuleProps.getOrganizationCustomCodeRuleMetadata() |
CfnOrganizationConfigRule.Builder |
CfnOrganizationConfigRule.Builder.organizationCustomRuleMetadata(IResolvable organizationCustomRuleMetadata)
An `OrganizationCustomRuleMetadata` object.
|
CfnOrganizationConfigRuleProps.Builder |
CfnOrganizationConfigRuleProps.Builder.organizationCustomRuleMetadata(IResolvable organizationCustomRuleMetadata)
Sets the value of
CfnOrganizationConfigRuleProps.getOrganizationCustomRuleMetadata() |
CfnOrganizationConfigRule.Builder |
CfnOrganizationConfigRule.Builder.organizationManagedRuleMetadata(IResolvable organizationManagedRuleMetadata)
An `OrganizationManagedRuleMetadata` object.
|
CfnOrganizationConfigRuleProps.Builder |
CfnOrganizationConfigRuleProps.Builder.organizationManagedRuleMetadata(IResolvable organizationManagedRuleMetadata)
Sets the value of
CfnOrganizationConfigRuleProps.getOrganizationManagedRuleMetadata() |
CfnConfigurationRecorder.Builder |
CfnConfigurationRecorder.Builder.recordingGroup(IResolvable recordingGroup)
Indicates whether to record configurations for all supported resources or for a list of resource types.
|
CfnConfigurationRecorderProps.Builder |
CfnConfigurationRecorderProps.Builder.recordingGroup(IResolvable recordingGroup)
Sets the value of
CfnConfigurationRecorderProps.getRecordingGroup() |
CfnRemediationConfiguration.RemediationParameterValueProperty.Builder |
CfnRemediationConfiguration.RemediationParameterValueProperty.Builder.resourceValue(IResolvable resourceValue)
|
CfnConfigRule.Builder |
CfnConfigRule.Builder.scope(IResolvable scope)
Defines which resources can trigger an evaluation for the rule.
|
CfnConfigRuleProps.Builder |
CfnConfigRuleProps.Builder.scope(IResolvable scope)
Sets the value of
CfnConfigRuleProps.getScope() |
void |
CfnConfigurationAggregator.setAccountAggregationSources(IResolvable value)
Provides a list of source accounts and regions to be aggregated.
|
void |
CfnRemediationConfiguration.setAutomatic(IResolvable value)
The remediation is triggered automatically.
|
void |
CfnDeliveryChannel.setConfigSnapshotDeliveryProperties(IResolvable value)
The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
|
void |
CfnOrganizationConformancePack.setConformancePackInputParameters(IResolvable value)
A list of `ConformancePackInputParameter` objects.
|
void |
CfnConformancePack.setConformancePackInputParameters(IResolvable value)
A list of ConformancePackInputParameter objects.
|
void |
CfnRemediationConfiguration.setExecutionControls(IResolvable value)
An ExecutionControls object.
|
void |
CfnConfigurationAggregator.setOrganizationAggregationSource(IResolvable value)
Provides an organization and list of regions to be aggregated.
|
void |
CfnOrganizationConfigRule.setOrganizationCustomCodeRuleMetadata(IResolvable value)
`AWS::Config::OrganizationConfigRule.OrganizationCustomCodeRuleMetadata`.
|
void |
CfnOrganizationConfigRule.setOrganizationCustomRuleMetadata(IResolvable value)
An `OrganizationCustomRuleMetadata` object.
|
void |
CfnOrganizationConfigRule.setOrganizationManagedRuleMetadata(IResolvable value)
An `OrganizationManagedRuleMetadata` object.
|
void |
CfnConfigurationRecorder.setRecordingGroup(IResolvable value)
Indicates whether to record configurations for all supported resources or for a list of resource types.
|
void |
CfnConfigRule.setScope(IResolvable value)
Defines which resources can trigger an evaluation for the rule.
|
void |
CfnConfigRule.setSource(IResolvable value)
Provides the rule owner ( AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
|
CfnConfigRule.Builder |
CfnConfigRule.Builder.source(IResolvable source)
Provides the rule owner ( AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
|
CfnConfigRuleProps.Builder |
CfnConfigRuleProps.Builder.source(IResolvable source)
Sets the value of
CfnConfigRuleProps.getSource() |
CfnConfigRule.SourceProperty.Builder |
CfnConfigRule.SourceProperty.Builder.sourceDetails(IResolvable sourceDetails)
Sets the value of
CfnConfigRule.SourceProperty.getSourceDetails() |
CfnRemediationConfiguration.ExecutionControlsProperty.Builder |
CfnRemediationConfiguration.ExecutionControlsProperty.Builder.ssmControls(IResolvable ssmControls)
Sets the value of
CfnRemediationConfiguration.ExecutionControlsProperty.getSsmControls() |
CfnRemediationConfiguration.RemediationParameterValueProperty.Builder |
CfnRemediationConfiguration.RemediationParameterValueProperty.Builder.staticValue(IResolvable staticValue)
|
| Modifier and Type | Method and Description |
|---|---|
CfnUser.UserPhoneConfigProperty.Builder |
CfnUser.UserPhoneConfigProperty.Builder.autoAccept(IResolvable autoAccept)
Sets the value of
CfnUser.UserPhoneConfigProperty.getAutoAccept() |
CfnHoursOfOperation.Builder |
CfnHoursOfOperation.Builder.config(IResolvable config)
Configuration information for the hours of operation.
|
CfnHoursOfOperationProps.Builder |
CfnHoursOfOperationProps.Builder.config(IResolvable config)
Sets the value of
CfnHoursOfOperationProps.getConfig() |
CfnHoursOfOperation.HoursOfOperationConfigProperty.Builder |
CfnHoursOfOperation.HoursOfOperationConfigProperty.Builder.endTime(IResolvable endTime)
Sets the value of
CfnHoursOfOperation.HoursOfOperationConfigProperty.getEndTime() |
CfnUserProps.Builder |
CfnUserProps.Builder.identityInfo(IResolvable identityInfo)
Sets the value of
CfnUserProps.getIdentityInfo() |
CfnUser.Builder |
CfnUser.Builder.identityInfo(IResolvable identityInfo)
Information about the user identity.
|
CfnQuickConnect.QuickConnectConfigProperty.Builder |
CfnQuickConnect.QuickConnectConfigProperty.Builder.phoneConfig(IResolvable phoneConfig)
Sets the value of
CfnQuickConnect.QuickConnectConfigProperty.getPhoneConfig() |
CfnUserProps.Builder |
CfnUserProps.Builder.phoneConfig(IResolvable phoneConfig)
Sets the value of
CfnUserProps.getPhoneConfig() |
CfnUser.Builder |
CfnUser.Builder.phoneConfig(IResolvable phoneConfig)
Information about the phone configuration for the user.
|
CfnQuickConnect.QuickConnectConfigProperty.Builder |
CfnQuickConnect.QuickConnectConfigProperty.Builder.queueConfig(IResolvable queueConfig)
Sets the value of
CfnQuickConnect.QuickConnectConfigProperty.getQueueConfig() |
CfnQuickConnect.Builder |
CfnQuickConnect.Builder.quickConnectConfig(IResolvable quickConnectConfig)
Contains information about the quick connect.
|
CfnQuickConnectProps.Builder |
CfnQuickConnectProps.Builder.quickConnectConfig(IResolvable quickConnectConfig)
Sets the value of
CfnQuickConnectProps.getQuickConnectConfig() |
void |
CfnHoursOfOperation.setConfig(IResolvable value)
Configuration information for the hours of operation.
|
void |
CfnUser.setIdentityInfo(IResolvable value)
Information about the user identity.
|
void |
CfnUser.setPhoneConfig(IResolvable value)
Information about the phone configuration for the user.
|
void |
CfnQuickConnect.setQuickConnectConfig(IResolvable value)
Contains information about the quick connect.
|
CfnHoursOfOperation.HoursOfOperationConfigProperty.Builder |
CfnHoursOfOperation.HoursOfOperationConfigProperty.Builder.startTime(IResolvable startTime)
Sets the value of
CfnHoursOfOperation.HoursOfOperationConfigProperty.getStartTime() |
CfnQuickConnect.QuickConnectConfigProperty.Builder |
CfnQuickConnect.QuickConnectConfigProperty.Builder.userConfig(IResolvable userConfig)
Sets the value of
CfnQuickConnect.QuickConnectConfigProperty.getUserConfig() |
| Modifier and Type | Method and Description |
|---|---|
CfnReportDefinitionProps.Builder |
CfnReportDefinitionProps.Builder.refreshClosedReports(IResolvable refreshClosedReports)
Sets the value of
CfnReportDefinitionProps.getRefreshClosedReports() |
CfnReportDefinition.Builder |
CfnReportDefinition.Builder.refreshClosedReports(IResolvable refreshClosedReports)
Whether you want Amazon Web Services to update your reports after they have been finalized if AWS detects charges related to previous months.
|
void |
CfnReportDefinition.setRefreshClosedReports(IResolvable value)
Whether you want Amazon Web Services to update your reports after they have been finalized if AWS detects charges related to previous months.
|
| Modifier and Type | Method and Description |
|---|---|
CfnPipelineProps.Builder |
CfnPipelineProps.Builder.activate(IResolvable activate)
Sets the value of
CfnPipelineProps.getActivate() |
CfnPipeline.Builder |
CfnPipeline.Builder.activate(IResolvable activate)
Indicates whether to validate and start the pipeline or stop an active pipeline.
|
CfnPipeline.ParameterObjectProperty.Builder |
CfnPipeline.ParameterObjectProperty.Builder.attributes(IResolvable attributes)
Sets the value of
CfnPipeline.ParameterObjectProperty.getAttributes() |
CfnPipeline.PipelineObjectProperty.Builder |
CfnPipeline.PipelineObjectProperty.Builder.fields(IResolvable fields)
Sets the value of
CfnPipeline.PipelineObjectProperty.getFields() |
CfnPipelineProps.Builder |
CfnPipelineProps.Builder.parameterObjects(IResolvable parameterObjects)
Sets the value of
CfnPipelineProps.getParameterObjects() |
CfnPipeline.Builder |
CfnPipeline.Builder.parameterObjects(IResolvable parameterObjects)
The parameter objects used with the pipeline.
|
CfnPipelineProps.Builder |
CfnPipelineProps.Builder.parameterValues(IResolvable parameterValues)
Sets the value of
CfnPipelineProps.getParameterValues() |
CfnPipeline.Builder |
CfnPipeline.Builder.parameterValues(IResolvable parameterValues)
The parameter values used with the pipeline.
|
CfnPipelineProps.Builder |
CfnPipelineProps.Builder.pipelineObjects(IResolvable pipelineObjects)
Sets the value of
CfnPipelineProps.getPipelineObjects() |
CfnPipeline.Builder |
CfnPipeline.Builder.pipelineObjects(IResolvable pipelineObjects)
The objects that define the pipeline.
|
CfnPipelineProps.Builder |
CfnPipelineProps.Builder.pipelineTags(IResolvable pipelineTags)
Sets the value of
CfnPipelineProps.getPipelineTags() |
CfnPipeline.Builder |
CfnPipeline.Builder.pipelineTags(IResolvable pipelineTags)
A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.
|
void |
CfnPipeline.setActivate(IResolvable value)
Indicates whether to validate and start the pipeline or stop an active pipeline.
|
void |
CfnPipeline.setParameterObjects(IResolvable value)
The parameter objects used with the pipeline.
|
void |
CfnPipeline.setParameterValues(IResolvable value)
The parameter values used with the pipeline.
|
void |
CfnPipeline.setPipelineObjects(IResolvable value)
The objects that define the pipeline.
|
void |
CfnPipeline.setPipelineTags(IResolvable value)
A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.
|
| Modifier and Type | Method and Description |
|---|---|
CfnLocationEFSProps.Builder |
CfnLocationEFSProps.Builder.ec2Config(IResolvable ec2Config)
Sets the value of
CfnLocationEFSProps.getEc2Config() |
CfnLocationEFS.Builder |
CfnLocationEFS.Builder.ec2Config(IResolvable ec2Config)
The subnet and security group that the Amazon EFS file system uses.
|
CfnTask.Builder |
CfnTask.Builder.excludes(IResolvable excludes)
A list of filter rules that determines which files to exclude from a task.
|
CfnTaskProps.Builder |
CfnTaskProps.Builder.excludes(IResolvable excludes)
Sets the value of
CfnTaskProps.getExcludes() |
CfnTask.Builder |
CfnTask.Builder.includes(IResolvable includes)
A list of filter rules that determines which files to include when running a task.
|
CfnTaskProps.Builder |
CfnTaskProps.Builder.includes(IResolvable includes)
Sets the value of
CfnTaskProps.getIncludes() |
CfnLocationSMBProps.Builder |
CfnLocationSMBProps.Builder.mountOptions(IResolvable mountOptions)
Sets the value of
CfnLocationSMBProps.getMountOptions() |
CfnLocationSMB.Builder |
CfnLocationSMB.Builder.mountOptions(IResolvable mountOptions)
The mount options used by DataSync to access the SMB server.
|
CfnLocationNFSProps.Builder |
CfnLocationNFSProps.Builder.mountOptions(IResolvable mountOptions)
Sets the value of
CfnLocationNFSProps.getMountOptions() |
CfnLocationFSxOpenZFS.NFSProperty.Builder |
CfnLocationFSxOpenZFS.NFSProperty.Builder.mountOptions(IResolvable mountOptions)
Sets the value of
CfnLocationFSxOpenZFS.NFSProperty.getMountOptions() |
CfnLocationNFS.Builder |
CfnLocationNFS.Builder.mountOptions(IResolvable mountOptions)
The NFS mount options that DataSync can use to mount your NFS share.
|
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.nameNodes(IResolvable nameNodes)
The NameNode that manages the HDFS namespace.
|
CfnLocationHDFSProps.Builder |
CfnLocationHDFSProps.Builder.nameNodes(IResolvable nameNodes)
Sets the value of
CfnLocationHDFSProps.getNameNodes() |
CfnLocationFSxOpenZFS.ProtocolProperty.Builder |
CfnLocationFSxOpenZFS.ProtocolProperty.Builder.nfs(IResolvable nfs)
Sets the value of
CfnLocationFSxOpenZFS.ProtocolProperty.getNfs() |
CfnLocationNFSProps.Builder |
CfnLocationNFSProps.Builder.onPremConfig(IResolvable onPremConfig)
Sets the value of
CfnLocationNFSProps.getOnPremConfig() |
CfnLocationNFS.Builder |
CfnLocationNFS.Builder.onPremConfig(IResolvable onPremConfig)
Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.
|
CfnTask.Builder |
CfnTask.Builder.options(IResolvable options)
The set of configuration options that control the behavior of a single execution of the task that occurs when you call `StartTaskExecution` .
|
CfnTaskProps.Builder |
CfnTaskProps.Builder.options(IResolvable options)
Sets the value of
CfnTaskProps.getOptions() |
CfnLocationFSxOpenZFS.Builder |
CfnLocationFSxOpenZFS.Builder.protocol(IResolvable protocol)
The type of protocol that AWS DataSync uses to access your file system.
|
CfnLocationFSxOpenZFSProps.Builder |
CfnLocationFSxOpenZFSProps.Builder.protocol(IResolvable protocol)
Sets the value of
CfnLocationFSxOpenZFSProps.getProtocol() |
CfnLocationHDFS.Builder |
CfnLocationHDFS.Builder.qopConfiguration(IResolvable qopConfiguration)
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.
|
CfnLocationHDFSProps.Builder |
CfnLocationHDFSProps.Builder.qopConfiguration(IResolvable qopConfiguration)
Sets the value of
CfnLocationHDFSProps.getQopConfiguration() |
CfnLocationS3Props.Builder |
CfnLocationS3Props.Builder.s3Config(IResolvable s3Config)
Sets the value of
CfnLocationS3Props.getS3Config() |
CfnLocationS3.Builder |
CfnLocationS3.Builder.s3Config(IResolvable s3Config)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket.
|
CfnTask.Builder |
CfnTask.Builder.schedule(IResolvable schedule)
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
CfnTaskProps.Builder |
CfnTaskProps.Builder.schedule(IResolvable schedule)
Sets the value of
CfnTaskProps.getSchedule() |
void |
CfnLocationEFS.setEc2Config(IResolvable value)
The subnet and security group that the Amazon EFS file system uses.
|
void |
CfnTask.setExcludes(IResolvable value)
A list of filter rules that determines which files to exclude from a task.
|
void |
CfnTask.setIncludes(IResolvable value)
A list of filter rules that determines which files to include when running a task.
|
void |
CfnLocationSMB.setMountOptions(IResolvable value)
The mount options used by DataSync to access the SMB server.
|
void |
CfnLocationNFS.setMountOptions(IResolvable value)
The NFS mount options that DataSync can use to mount your NFS share.
|
void |
CfnLocationHDFS.setNameNodes(IResolvable value)
The NameNode that manages the HDFS namespace.
|
void |
CfnLocationNFS.setOnPremConfig(IResolvable value)
Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.
|
void |
CfnTask.setOptions(IResolvable value)
The set of configuration options that control the behavior of a single execution of the task that occurs when you call `StartTaskExecution` .
|
void |
CfnLocationFSxOpenZFS.setProtocol(IResolvable value)
The type of protocol that AWS DataSync uses to access your file system.
|
void |
CfnLocationHDFS.setQopConfiguration(IResolvable value)
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.
|
void |
CfnLocationS3.setS3Config(IResolvable value)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket.
|
void |
CfnTask.setSchedule(IResolvable value)
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfnCluster.setSseSpecification(IResolvable value)
Represents the settings used to enable server-side encryption on the cluster.
|
CfnCluster.SSESpecificationProperty.Builder |
CfnCluster.SSESpecificationProperty.Builder.sseEnabled(IResolvable sseEnabled)
Sets the value of
CfnCluster.SSESpecificationProperty.getSseEnabled() |
CfnCluster.Builder |
CfnCluster.Builder.sseSpecification(IResolvable sseSpecification)
Represents the settings used to enable server-side encryption on the cluster.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.sseSpecification(IResolvable sseSpecification)
Sets the value of
CfnClusterProps.getSseSpecification() |
| Modifier and Type | Method and Description |
|---|---|
CfnMemberInvitation.Builder |
CfnMemberInvitation.Builder.disableEmailNotification(IResolvable disableEmailNotification)
Whether to send an invitation email to the member account.
|
CfnMemberInvitationProps.Builder |
CfnMemberInvitationProps.Builder.disableEmailNotification(IResolvable disableEmailNotification)
Sets the value of
CfnMemberInvitationProps.getDisableEmailNotification() |
void |
CfnMemberInvitation.setDisableEmailNotification(IResolvable value)
Whether to send an invitation email to the member account.
|
| Modifier and Type | Method and Description |
|---|---|
CfnResourceCollection.ResourceCollectionFilterProperty.Builder |
CfnResourceCollection.ResourceCollectionFilterProperty.Builder.cloudFormation(IResolvable cloudFormation)
|
CfnNotificationChannelProps.Builder |
CfnNotificationChannelProps.Builder.config(IResolvable config)
Sets the value of
CfnNotificationChannelProps.getConfig() |
CfnNotificationChannel.Builder |
CfnNotificationChannel.Builder.config(IResolvable config)
A `NotificationChannelConfig` object that contains information about configured notification channels.
|
CfnResourceCollectionProps.Builder |
CfnResourceCollectionProps.Builder.resourceCollectionFilter(IResolvable resourceCollectionFilter)
Sets the value of
CfnResourceCollectionProps.getResourceCollectionFilter() |
CfnResourceCollection.Builder |
CfnResourceCollection.Builder.resourceCollectionFilter(IResolvable resourceCollectionFilter)
Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
|
void |
CfnNotificationChannel.setConfig(IResolvable value)
A `NotificationChannelConfig` object that contains information about configured notification channels.
|
void |
CfnResourceCollection.setResourceCollectionFilter(IResolvable value)
Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
|
CfnNotificationChannel.NotificationChannelConfigProperty.Builder |
CfnNotificationChannel.NotificationChannelConfigProperty.Builder.sns(IResolvable sns)
Sets the value of
CfnNotificationChannel.NotificationChannelConfigProperty.getSns() |
| Modifier and Type | Method and Description |
|---|---|
CfnMicrosoftAD.Builder |
CfnMicrosoftAD.Builder.createAlias(IResolvable createAlias)
Specifies an alias for a directory and assigns the alias to the directory.
|
CfnSimpleADProps.Builder |
CfnSimpleADProps.Builder.createAlias(IResolvable createAlias)
Sets the value of
CfnSimpleADProps.getCreateAlias() |
CfnMicrosoftADProps.Builder |
CfnMicrosoftADProps.Builder.createAlias(IResolvable createAlias)
Sets the value of
CfnMicrosoftADProps.getCreateAlias() |
CfnSimpleAD.Builder |
CfnSimpleAD.Builder.createAlias(IResolvable createAlias)
If set to `true` , specifies an alias for a directory and assigns the alias to the directory.
|
CfnMicrosoftAD.Builder |
CfnMicrosoftAD.Builder.enableSso(IResolvable enableSso)
Whether to enable single sign-on for a Microsoft Active Directory in AWS .
|
CfnSimpleADProps.Builder |
CfnSimpleADProps.Builder.enableSso(IResolvable enableSso)
Sets the value of
CfnSimpleADProps.getEnableSso() |
CfnMicrosoftADProps.Builder |
CfnMicrosoftADProps.Builder.enableSso(IResolvable enableSso)
Sets the value of
CfnMicrosoftADProps.getEnableSso() |
CfnSimpleAD.Builder |
CfnSimpleAD.Builder.enableSso(IResolvable enableSso)
Whether to enable single sign-on for a directory.
|
void |
CfnMicrosoftAD.setCreateAlias(IResolvable value)
Specifies an alias for a directory and assigns the alias to the directory.
|
void |
CfnSimpleAD.setCreateAlias(IResolvable value)
If set to `true` , specifies an alias for a directory and assigns the alias to the directory.
|
void |
CfnMicrosoftAD.setEnableSso(IResolvable value)
Whether to enable single sign-on for a Microsoft Active Directory in AWS .
|
void |
CfnSimpleAD.setEnableSso(IResolvable value)
Whether to enable single sign-on for a directory.
|
void |
CfnMicrosoftAD.setVpcSettings(IResolvable value)
Specifies the VPC settings of the Microsoft AD directory server in AWS .
|
void |
CfnSimpleAD.setVpcSettings(IResolvable value)
A [DirectoryVpcSettings](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_DirectoryVpcSettings.html) object that contains additional information for the operation.
|
CfnMicrosoftAD.Builder |
CfnMicrosoftAD.Builder.vpcSettings(IResolvable vpcSettings)
Specifies the VPC settings of the Microsoft AD directory server in AWS .
|
CfnSimpleADProps.Builder |
CfnSimpleADProps.Builder.vpcSettings(IResolvable vpcSettings)
Sets the value of
CfnSimpleADProps.getVpcSettings() |
CfnMicrosoftADProps.Builder |
CfnMicrosoftADProps.Builder.vpcSettings(IResolvable vpcSettings)
Sets the value of
CfnMicrosoftADProps.getVpcSettings() |
CfnSimpleAD.Builder |
CfnSimpleAD.Builder.vpcSettings(IResolvable vpcSettings)
A [DirectoryVpcSettings](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_DirectoryVpcSettings.html) object that contains additional information for the operation.
|
| Modifier and Type | Method and Description |
|---|---|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Sets the value of
CfnDBInstanceProps.getAutoMinorVersionUpgrade() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
This parameter does not apply to Amazon DocumentDB.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.copyTagsToSnapshot(IResolvable copyTagsToSnapshot)
Sets the value of
CfnDBClusterProps.getCopyTagsToSnapshot() |
CfnDBCluster.Builder |
CfnDBCluster.Builder.copyTagsToSnapshot(IResolvable copyTagsToSnapshot)
`AWS::DocDB::DBCluster.CopyTagsToSnapshot`.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.deletionProtection(IResolvable deletionProtection)
Sets the value of
CfnDBClusterProps.getDeletionProtection() |
CfnDBCluster.Builder |
CfnDBCluster.Builder.deletionProtection(IResolvable deletionProtection)
Protects clusters from being accidentally deleted.
|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.enablePerformanceInsights(IResolvable enablePerformanceInsights)
Sets the value of
CfnDBInstanceProps.getEnablePerformanceInsights() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.enablePerformanceInsights(IResolvable enablePerformanceInsights)
`AWS::DocDB::DBInstance.EnablePerformanceInsights`.
|
void |
CfnDBInstance.setAutoMinorVersionUpgrade(IResolvable value)
This parameter does not apply to Amazon DocumentDB.
|
void |
CfnDBCluster.setCopyTagsToSnapshot(IResolvable value)
`AWS::DocDB::DBCluster.CopyTagsToSnapshot`.
|
void |
CfnDBCluster.setDeletionProtection(IResolvable value)
Protects clusters from being accidentally deleted.
|
void |
CfnDBInstance.setEnablePerformanceInsights(IResolvable value)
`AWS::DocDB::DBInstance.EnablePerformanceInsights`.
|
void |
CfnDBCluster.setStorageEncrypted(IResolvable value)
Specifies whether the cluster is encrypted.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.storageEncrypted(IResolvable storageEncrypted)
Sets the value of
CfnDBClusterProps.getStorageEncrypted() |
CfnDBCluster.Builder |
CfnDBCluster.Builder.storageEncrypted(IResolvable storageEncrypted)
Specifies whether the cluster is encrypted.
|
| Modifier and Type | Method and Description |
|---|---|
CfnGlobalTableProps.Builder |
CfnGlobalTableProps.Builder.attributeDefinitions(IResolvable attributeDefinitions)
Sets the value of
CfnGlobalTableProps.getAttributeDefinitions() |
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.attributeDefinitions(IResolvable attributeDefinitions)
A list of attributes that describe the key schema for the global table and indexes.
|
CfnTable.Builder |
CfnTable.Builder.attributeDefinitions(IResolvable attributeDefinitions)
A list of attributes that describe the key schema for the table and indexes.
|
CfnTableProps.Builder |
CfnTableProps.Builder.attributeDefinitions(IResolvable attributeDefinitions)
Sets the value of
CfnTableProps.getAttributeDefinitions() |
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder |
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder.contributorInsightsSpecification(IResolvable contributorInsightsSpecification)
|
CfnGlobalTable.ReplicaSpecificationProperty.Builder |
CfnGlobalTable.ReplicaSpecificationProperty.Builder.contributorInsightsSpecification(IResolvable contributorInsightsSpecification)
|
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.contributorInsightsSpecification(IResolvable contributorInsightsSpecification)
|
CfnTable.Builder |
CfnTable.Builder.contributorInsightsSpecification(IResolvable contributorInsightsSpecification)
The settings used to enable or disable CloudWatch Contributor Insights for the specified table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.contributorInsightsSpecification(IResolvable contributorInsightsSpecification)
Sets the value of
CfnTableProps.getContributorInsightsSpecification() |
CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Builder |
CfnGlobalTable.TargetTrackingScalingPolicyConfigurationProperty.Builder.disableScaleIn(IResolvable disableScaleIn)
|
CfnGlobalTable.ContributorInsightsSpecificationProperty.Builder |
CfnGlobalTable.ContributorInsightsSpecificationProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnGlobalTable.ContributorInsightsSpecificationProperty.getEnabled() |
CfnGlobalTable.TimeToLiveSpecificationProperty.Builder |
CfnGlobalTable.TimeToLiveSpecificationProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnGlobalTable.TimeToLiveSpecificationProperty.getEnabled() |
CfnTable.ContributorInsightsSpecificationProperty.Builder |
CfnTable.ContributorInsightsSpecificationProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnTable.ContributorInsightsSpecificationProperty.getEnabled() |
CfnTable.TimeToLiveSpecificationProperty.Builder |
CfnTable.TimeToLiveSpecificationProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnTable.TimeToLiveSpecificationProperty.getEnabled() |
CfnGlobalTableProps.Builder |
CfnGlobalTableProps.Builder.globalSecondaryIndexes(IResolvable globalSecondaryIndexes)
Sets the value of
CfnGlobalTableProps.getGlobalSecondaryIndexes() |
CfnGlobalTable.ReplicaSpecificationProperty.Builder |
CfnGlobalTable.ReplicaSpecificationProperty.Builder.globalSecondaryIndexes(IResolvable globalSecondaryIndexes)
Sets the value of
CfnGlobalTable.ReplicaSpecificationProperty.getGlobalSecondaryIndexes() |
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.globalSecondaryIndexes(IResolvable globalSecondaryIndexes)
Global secondary indexes to be created on the global table.
|
CfnTable.Builder |
CfnTable.Builder.globalSecondaryIndexes(IResolvable globalSecondaryIndexes)
Global secondary indexes to be created on the table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.globalSecondaryIndexes(IResolvable globalSecondaryIndexes)
Sets the value of
CfnTableProps.getGlobalSecondaryIndexes() |
CfnGlobalTableProps.Builder |
CfnGlobalTableProps.Builder.keySchema(IResolvable keySchema)
Sets the value of
CfnGlobalTableProps.getKeySchema() |
CfnGlobalTable.GlobalSecondaryIndexProperty.Builder |
CfnGlobalTable.GlobalSecondaryIndexProperty.Builder.keySchema(IResolvable keySchema)
Sets the value of
CfnGlobalTable.GlobalSecondaryIndexProperty.getKeySchema() |
CfnGlobalTable.LocalSecondaryIndexProperty.Builder |
CfnGlobalTable.LocalSecondaryIndexProperty.Builder.keySchema(IResolvable keySchema)
Sets the value of
CfnGlobalTable.LocalSecondaryIndexProperty.getKeySchema() |
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.keySchema(IResolvable keySchema)
Specifies the attributes that make up the primary key for the table.
|
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.keySchema(IResolvable keySchema)
Sets the value of
CfnTable.GlobalSecondaryIndexProperty.getKeySchema() |
CfnTable.LocalSecondaryIndexProperty.Builder |
CfnTable.LocalSecondaryIndexProperty.Builder.keySchema(IResolvable keySchema)
Sets the value of
CfnTable.LocalSecondaryIndexProperty.getKeySchema() |
CfnTable.Builder |
CfnTable.Builder.keySchema(IResolvable keySchema)
Specifies the attributes that make up the primary key for the table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.keySchema(IResolvable keySchema)
Sets the value of
CfnTableProps.getKeySchema() |
CfnTable.Builder |
CfnTable.Builder.kinesisStreamSpecification(IResolvable kinesisStreamSpecification)
The Kinesis Data Streams configuration for the specified table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.kinesisStreamSpecification(IResolvable kinesisStreamSpecification)
Sets the value of
CfnTableProps.getKinesisStreamSpecification() |
CfnGlobalTableProps.Builder |
CfnGlobalTableProps.Builder.localSecondaryIndexes(IResolvable localSecondaryIndexes)
Sets the value of
CfnGlobalTableProps.getLocalSecondaryIndexes() |
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.localSecondaryIndexes(IResolvable localSecondaryIndexes)
Local secondary indexes to be created on the table.
|
CfnTable.Builder |
CfnTable.Builder.localSecondaryIndexes(IResolvable localSecondaryIndexes)
Local secondary indexes to be created on the table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.localSecondaryIndexes(IResolvable localSecondaryIndexes)
Sets the value of
CfnTableProps.getLocalSecondaryIndexes() |
CfnGlobalTable.PointInTimeRecoverySpecificationProperty.Builder |
CfnGlobalTable.PointInTimeRecoverySpecificationProperty.Builder.pointInTimeRecoveryEnabled(IResolvable pointInTimeRecoveryEnabled)
|
CfnTable.PointInTimeRecoverySpecificationProperty.Builder |
CfnTable.PointInTimeRecoverySpecificationProperty.Builder.pointInTimeRecoveryEnabled(IResolvable pointInTimeRecoveryEnabled)
|
CfnGlobalTable.ReplicaSpecificationProperty.Builder |
CfnGlobalTable.ReplicaSpecificationProperty.Builder.pointInTimeRecoverySpecification(IResolvable pointInTimeRecoverySpecification)
|
CfnTable.Builder |
CfnTable.Builder.pointInTimeRecoverySpecification(IResolvable pointInTimeRecoverySpecification)
The settings used to enable point in time recovery.
|
CfnTableProps.Builder |
CfnTableProps.Builder.pointInTimeRecoverySpecification(IResolvable pointInTimeRecoverySpecification)
Sets the value of
CfnTableProps.getPointInTimeRecoverySpecification() |
CfnGlobalTable.GlobalSecondaryIndexProperty.Builder |
CfnGlobalTable.GlobalSecondaryIndexProperty.Builder.projection(IResolvable projection)
Sets the value of
CfnGlobalTable.GlobalSecondaryIndexProperty.getProjection() |
CfnGlobalTable.LocalSecondaryIndexProperty.Builder |
CfnGlobalTable.LocalSecondaryIndexProperty.Builder.projection(IResolvable projection)
Sets the value of
CfnGlobalTable.LocalSecondaryIndexProperty.getProjection() |
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.projection(IResolvable projection)
Sets the value of
CfnTable.GlobalSecondaryIndexProperty.getProjection() |
CfnTable.LocalSecondaryIndexProperty.Builder |
CfnTable.LocalSecondaryIndexProperty.Builder.projection(IResolvable projection)
Sets the value of
CfnTable.LocalSecondaryIndexProperty.getProjection() |
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.provisionedThroughput(IResolvable provisionedThroughput)
Sets the value of
CfnTable.GlobalSecondaryIndexProperty.getProvisionedThroughput() |
CfnTable.Builder |
CfnTable.Builder.provisionedThroughput(IResolvable provisionedThroughput)
Throughput for the specified table, which consists of values for `ReadCapacityUnits` and `WriteCapacityUnits` .
|
CfnTableProps.Builder |
CfnTableProps.Builder.provisionedThroughput(IResolvable provisionedThroughput)
Sets the value of
CfnTableProps.getProvisionedThroughput() |
CfnGlobalTable.ReadProvisionedThroughputSettingsProperty.Builder |
CfnGlobalTable.ReadProvisionedThroughputSettingsProperty.Builder.readCapacityAutoScalingSettings(IResolvable readCapacityAutoScalingSettings)
|
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder |
CfnGlobalTable.ReplicaGlobalSecondaryIndexSpecificationProperty.Builder.readProvisionedThroughputSettings(IResolvable readProvisionedThroughputSettings)
|
CfnGlobalTable.ReplicaSpecificationProperty.Builder |
CfnGlobalTable.ReplicaSpecificationProperty.Builder.readProvisionedThroughputSettings(IResolvable readProvisionedThroughputSettings)
|
CfnGlobalTableProps.Builder |
CfnGlobalTableProps.Builder.replicas(IResolvable replicas)
Sets the value of
CfnGlobalTableProps.getReplicas() |
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.replicas(IResolvable replicas)
Specifies the list of replicas for your global table.
|
void |
CfnGlobalTable.setAttributeDefinitions(IResolvable value)
A list of attributes that describe the key schema for the global table and indexes.
|
void |
CfnTable.setAttributeDefinitions(IResolvable value)
A list of attributes that describe the key schema for the table and indexes.
|
void |
CfnTable.setContributorInsightsSpecification(IResolvable value)
The settings used to enable or disable CloudWatch Contributor Insights for the specified table.
|
void |
CfnGlobalTable.setGlobalSecondaryIndexes(IResolvable value)
Global secondary indexes to be created on the global table.
|
void |
CfnTable.setGlobalSecondaryIndexes(IResolvable value)
Global secondary indexes to be created on the table.
|
void |
CfnGlobalTable.setKeySchema(IResolvable value)
Specifies the attributes that make up the primary key for the table.
|
void |
CfnTable.setKeySchema(IResolvable value)
Specifies the attributes that make up the primary key for the table.
|
void |
CfnTable.setKinesisStreamSpecification(IResolvable value)
The Kinesis Data Streams configuration for the specified table.
|
void |
CfnGlobalTable.setLocalSecondaryIndexes(IResolvable value)
Local secondary indexes to be created on the table.
|
void |
CfnTable.setLocalSecondaryIndexes(IResolvable value)
Local secondary indexes to be created on the table.
|
void |
CfnTable.setPointInTimeRecoverySpecification(IResolvable value)
The settings used to enable point in time recovery.
|
void |
CfnTable.setProvisionedThroughput(IResolvable value)
Throughput for the specified table, which consists of values for `ReadCapacityUnits` and `WriteCapacityUnits` .
|
void |
CfnGlobalTable.setReplicas(IResolvable value)
Specifies the list of replicas for your global table.
|
void |
CfnGlobalTable.setSseSpecification(IResolvable value)
Specifies the settings to enable server-side encryption.
|
void |
CfnTable.setSseSpecification(IResolvable value)
Specifies the settings to enable server-side encryption.
|
void |
CfnGlobalTable.setStreamSpecification(IResolvable value)
Specifies the streams settings on your global table.
|
void |
CfnTable.setStreamSpecification(IResolvable value)
The settings for the DynamoDB table stream, which capture changes to items stored in the table.
|
void |
CfnGlobalTable.setTimeToLiveSpecification(IResolvable value)
Specifies the time to live (TTL) settings for the table.
|
void |
CfnTable.setTimeToLiveSpecification(IResolvable value)
Specifies the Time to Live (TTL) settings for the table.
|
void |
CfnGlobalTable.setWriteProvisionedThroughputSettings(IResolvable value)
Specifies an auto scaling policy for write capacity.
|
CfnGlobalTable.SSESpecificationProperty.Builder |
CfnGlobalTable.SSESpecificationProperty.Builder.sseEnabled(IResolvable sseEnabled)
Sets the value of
CfnGlobalTable.SSESpecificationProperty.getSseEnabled() |
CfnTable.SSESpecificationProperty.Builder |
CfnTable.SSESpecificationProperty.Builder.sseEnabled(IResolvable sseEnabled)
Sets the value of
CfnTable.SSESpecificationProperty.getSseEnabled() |
CfnGlobalTableProps.Builder |
CfnGlobalTableProps.Builder.sseSpecification(IResolvable sseSpecification)
Sets the value of
CfnGlobalTableProps.getSseSpecification() |
CfnGlobalTable.ReplicaSpecificationProperty.Builder |
CfnGlobalTable.ReplicaSpecificationProperty.Builder.sseSpecification(IResolvable sseSpecification)
Sets the value of
CfnGlobalTable.ReplicaSpecificationProperty.getSseSpecification() |
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.sseSpecification(IResolvable sseSpecification)
Specifies the settings to enable server-side encryption.
|
CfnTable.Builder |
CfnTable.Builder.sseSpecification(IResolvable sseSpecification)
Specifies the settings to enable server-side encryption.
|
CfnTableProps.Builder |
CfnTableProps.Builder.sseSpecification(IResolvable sseSpecification)
Sets the value of
CfnTableProps.getSseSpecification() |
CfnGlobalTableProps.Builder |
CfnGlobalTableProps.Builder.streamSpecification(IResolvable streamSpecification)
Sets the value of
CfnGlobalTableProps.getStreamSpecification() |
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.streamSpecification(IResolvable streamSpecification)
Specifies the streams settings on your global table.
|
CfnTable.Builder |
CfnTable.Builder.streamSpecification(IResolvable streamSpecification)
The settings for the DynamoDB table stream, which capture changes to items stored in the table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.streamSpecification(IResolvable streamSpecification)
Sets the value of
CfnTableProps.getStreamSpecification() |
CfnGlobalTable.CapacityAutoScalingSettingsProperty.Builder |
CfnGlobalTable.CapacityAutoScalingSettingsProperty.Builder.targetTrackingScalingPolicyConfiguration(IResolvable targetTrackingScalingPolicyConfiguration)
|
CfnGlobalTableProps.Builder |
CfnGlobalTableProps.Builder.timeToLiveSpecification(IResolvable timeToLiveSpecification)
Sets the value of
CfnGlobalTableProps.getTimeToLiveSpecification() |
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.timeToLiveSpecification(IResolvable timeToLiveSpecification)
Specifies the time to live (TTL) settings for the table.
|
CfnTable.Builder |
CfnTable.Builder.timeToLiveSpecification(IResolvable timeToLiveSpecification)
Specifies the Time to Live (TTL) settings for the table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.timeToLiveSpecification(IResolvable timeToLiveSpecification)
Sets the value of
CfnTableProps.getTimeToLiveSpecification() |
CfnGlobalTable.WriteProvisionedThroughputSettingsProperty.Builder |
CfnGlobalTable.WriteProvisionedThroughputSettingsProperty.Builder.writeCapacityAutoScalingSettings(IResolvable writeCapacityAutoScalingSettings)
|
CfnGlobalTableProps.Builder |
CfnGlobalTableProps.Builder.writeProvisionedThroughputSettings(IResolvable writeProvisionedThroughputSettings)
Sets the value of
CfnGlobalTableProps.getWriteProvisionedThroughputSettings() |
CfnGlobalTable.GlobalSecondaryIndexProperty.Builder |
CfnGlobalTable.GlobalSecondaryIndexProperty.Builder.writeProvisionedThroughputSettings(IResolvable writeProvisionedThroughputSettings)
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.writeProvisionedThroughputSettings(IResolvable writeProvisionedThroughputSettings)
Specifies an auto scaling policy for write capacity.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnNetworkInsightsAnalysis.getAttrAlternatePathHints()
Potential intermediate components.
|
IResolvable |
CfnNetworkInsightsAnalysis.getAttrExplanations()
The explanations.
|
IResolvable |
CfnNetworkInsightsAnalysis.getAttrForwardPathComponents()
The components in the path from source to destination.
|
IResolvable |
CfnTransitGatewayMulticastGroupSource.getAttrGroupMember()
Information about the registered transit gateway multicast domain group members.
|
IResolvable |
CfnTransitGatewayMulticastGroupMember.getAttrGroupMember()
Information about the registered transit gateway multicast domain group members.
|
IResolvable |
CfnTransitGatewayMulticastGroupSource.getAttrGroupSource()
Indicates that the resource is a transit gateway group member.
|
IResolvable |
CfnTransitGatewayMulticastGroupMember.getAttrGroupSource()
Indicates that the resource is a transit gateway multicast domain group member.
|
IResolvable |
CfnIPAMScope.getAttrIsDefault()
Defines if the scope is the default scope or not.
|
IResolvable |
CfnNetworkInsightsAnalysis.getAttrNetworkPathFound()
Indicates whether the destination is reachable from the source.
|
IResolvable |
CfnNetworkInsightsAnalysis.getAttrReturnPathComponents()
The components in the path from destination to source.
|
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchTemplate.InstanceRequirementsProperty.Builder |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder.acceleratorCount(IResolvable acceleratorCount)
Sets the value of
CfnLaunchTemplate.InstanceRequirementsProperty.getAcceleratorCount() |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder.acceleratorCount(IResolvable acceleratorCount)
Sets the value of
CfnSpotFleet.InstanceRequirementsRequestProperty.getAcceleratorCount() |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder.acceleratorCount(IResolvable acceleratorCount)
Sets the value of
CfnEC2Fleet.InstanceRequirementsRequestProperty.getAcceleratorCount() |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder.acceleratorTotalMemoryMiB(IResolvable acceleratorTotalMemoryMiB)
|
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder.acceleratorTotalMemoryMiB(IResolvable acceleratorTotalMemoryMiB)
|
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder.acceleratorTotalMemoryMiB(IResolvable acceleratorTotalMemoryMiB)
|
CfnVPCEndpointService.Builder |
CfnVPCEndpointService.Builder.acceptanceRequired(IResolvable acceptanceRequired)
Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
|
CfnVPCEndpointServiceProps.Builder |
CfnVPCEndpointServiceProps.Builder.acceptanceRequired(IResolvable acceptanceRequired)
Sets the value of
CfnVPCEndpointServiceProps.getAcceptanceRequired() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.acl(IResolvable acl)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getAcl() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.aclRule(IResolvable aclRule)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getAclRule() |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder.aclRule(IResolvable aclRule)
Sets the value of
CfnNetworkInsightsAnalysis.PathComponentProperty.getAclRule() |
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Builder |
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Builder.activeDirectory(IResolvable activeDirectory)
|
CfnIPAMPoolProps.Builder |
CfnIPAMPoolProps.Builder.allocationResourceTags(IResolvable allocationResourceTags)
Sets the value of
CfnIPAMPoolProps.getAllocationResourceTags() |
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.allocationResourceTags(IResolvable allocationResourceTags)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
CfnVPCCidrBlockProps.Builder |
CfnVPCCidrBlockProps.Builder.amazonProvidedIpv6CidrBlock(IResolvable amazonProvidedIpv6CidrBlock)
Sets the value of
CfnVPCCidrBlockProps.getAmazonProvidedIpv6CidrBlock() |
CfnVPCCidrBlock.Builder |
CfnVPCCidrBlock.Builder.amazonProvidedIpv6CidrBlock(IResolvable amazonProvidedIpv6CidrBlock)
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
CfnSubnetProps.Builder |
CfnSubnetProps.Builder.assignIpv6AddressOnCreation(IResolvable assignIpv6AddressOnCreation)
Sets the value of
CfnSubnetProps.getAssignIpv6AddressOnCreation() |
CfnSubnet.Builder |
CfnSubnet.Builder.assignIpv6AddressOnCreation(IResolvable assignIpv6AddressOnCreation)
Indicates whether a network interface created in this subnet receives an IPv6 address.
|
CfnLaunchTemplate.NetworkInterfaceProperty.Builder |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder.associateCarrierIpAddress(IResolvable associateCarrierIpAddress)
|
CfnLaunchTemplate.NetworkInterfaceProperty.Builder |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder.associatePublicIpAddress(IResolvable associatePublicIpAddress)
Sets the value of
CfnLaunchTemplate.NetworkInterfaceProperty.getAssociatePublicIpAddress() |
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder |
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder.associatePublicIpAddress(IResolvable associatePublicIpAddress)
|
CfnInstance.NetworkInterfaceProperty.Builder |
CfnInstance.NetworkInterfaceProperty.Builder.associatePublicIpAddress(IResolvable associatePublicIpAddress)
Sets the value of
CfnInstance.NetworkInterfaceProperty.getAssociatePublicIpAddress() |
CfnInstance.SsmAssociationProperty.Builder |
CfnInstance.SsmAssociationProperty.Builder.associationParameters(IResolvable associationParameters)
Sets the value of
CfnInstance.SsmAssociationProperty.getAssociationParameters() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.attachedTo(IResolvable attachedTo)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getAttachedTo() |
CfnClientVpnEndpointProps.Builder |
CfnClientVpnEndpointProps.Builder.authenticationOptions(IResolvable authenticationOptions)
Sets the value of
CfnClientVpnEndpointProps.getAuthenticationOptions() |
CfnClientVpnEndpoint.Builder |
CfnClientVpnEndpoint.Builder.authenticationOptions(IResolvable authenticationOptions)
Information about the authentication method to be used to authenticate clients.
|
CfnClientVpnAuthorizationRuleProps.Builder |
CfnClientVpnAuthorizationRuleProps.Builder.authorizeAllGroups(IResolvable authorizeAllGroups)
Sets the value of
CfnClientVpnAuthorizationRuleProps.getAuthorizeAllGroups() |
CfnClientVpnAuthorizationRule.Builder |
CfnClientVpnAuthorizationRule.Builder.authorizeAllGroups(IResolvable authorizeAllGroups)
Indicates whether to grant access to all clients.
|
CfnVolume.Builder |
CfnVolume.Builder.autoEnableIo(IResolvable autoEnableIo)
Indicates whether the volume is auto-enabled for I/O operations.
|
CfnVolumeProps.Builder |
CfnVolumeProps.Builder.autoEnableIo(IResolvable autoEnableIo)
Sets the value of
CfnVolumeProps.getAutoEnableIo() |
CfnIPAMPoolProps.Builder |
CfnIPAMPoolProps.Builder.autoImport(IResolvable autoImport)
Sets the value of
CfnIPAMPoolProps.getAutoImport() |
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.autoImport(IResolvable autoImport)
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.
|
CfnLaunchTemplate.InstanceRequirementsProperty.Builder |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder.baselineEbsBandwidthMbps(IResolvable baselineEbsBandwidthMbps)
|
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder.baselineEbsBandwidthMbps(IResolvable baselineEbsBandwidthMbps)
|
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder.baselineEbsBandwidthMbps(IResolvable baselineEbsBandwidthMbps)
|
CfnTransitGatewayRouteProps.Builder |
CfnTransitGatewayRouteProps.Builder.blackhole(IResolvable blackhole)
Sets the value of
CfnTransitGatewayRouteProps.getBlackhole() |
CfnTransitGatewayRoute.Builder |
CfnTransitGatewayRoute.Builder.blackhole(IResolvable blackhole)
Indicates whether to drop traffic that matches this route.
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
Sets the value of
CfnInstanceProps.getBlockDeviceMappings() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getBlockDeviceMappings() |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
|
CfnInstance.Builder |
CfnInstance.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
The block device mapping entries that defines the block devices to attach to the instance at launch.
|
CfnSpotFleet.SpotMaintenanceStrategiesProperty.Builder |
CfnSpotFleet.SpotMaintenanceStrategiesProperty.Builder.capacityRebalance(IResolvable capacityRebalance)
Sets the value of
CfnSpotFleet.SpotMaintenanceStrategiesProperty.getCapacityRebalance() |
CfnEC2Fleet.MaintenanceStrategiesProperty.Builder |
CfnEC2Fleet.MaintenanceStrategiesProperty.Builder.capacityRebalance(IResolvable capacityRebalance)
Sets the value of
CfnEC2Fleet.MaintenanceStrategiesProperty.getCapacityRebalance() |
CfnEC2Fleet.OnDemandOptionsRequestProperty.Builder |
CfnEC2Fleet.OnDemandOptionsRequestProperty.Builder.capacityReservationOptions(IResolvable capacityReservationOptions)
|
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.capacityReservationSpecification(IResolvable capacityReservationSpecification)
|
CfnLaunchTemplate.CapacityReservationSpecificationProperty.Builder |
CfnLaunchTemplate.CapacityReservationSpecificationProperty.Builder.capacityReservationTarget(IResolvable capacityReservationTarget)
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.classicLoadBalancerListener(IResolvable classicLoadBalancerListener)
|
CfnSpotFleet.ClassicLoadBalancersConfigProperty.Builder |
CfnSpotFleet.ClassicLoadBalancersConfigProperty.Builder.classicLoadBalancers(IResolvable classicLoadBalancers)
|
CfnSpotFleet.LoadBalancersConfigProperty.Builder |
CfnSpotFleet.LoadBalancersConfigProperty.Builder.classicLoadBalancersConfig(IResolvable classicLoadBalancersConfig)
Sets the value of
CfnSpotFleet.LoadBalancersConfigProperty.getClassicLoadBalancersConfig() |
CfnClientVpnEndpointProps.Builder |
CfnClientVpnEndpointProps.Builder.clientConnectOptions(IResolvable clientConnectOptions)
Sets the value of
CfnClientVpnEndpointProps.getClientConnectOptions() |
CfnClientVpnEndpoint.Builder |
CfnClientVpnEndpoint.Builder.clientConnectOptions(IResolvable clientConnectOptions)
The options for managing connection authorization for new client connections.
|
CfnClientVpnEndpointProps.Builder |
CfnClientVpnEndpointProps.Builder.clientLoginBannerOptions(IResolvable clientLoginBannerOptions)
Sets the value of
CfnClientVpnEndpointProps.getClientLoginBannerOptions() |
CfnClientVpnEndpoint.Builder |
CfnClientVpnEndpoint.Builder.clientLoginBannerOptions(IResolvable clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.component(IResolvable component)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getComponent() |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder.component(IResolvable component)
Sets the value of
CfnNetworkInsightsAnalysis.PathComponentProperty.getComponent() |
CfnLaunchTemplate.HibernationOptionsProperty.Builder |
CfnLaunchTemplate.HibernationOptionsProperty.Builder.configured(IResolvable configured)
Sets the value of
CfnLaunchTemplate.HibernationOptionsProperty.getConfigured() |
CfnInstance.HibernationOptionsProperty.Builder |
CfnInstance.HibernationOptionsProperty.Builder.configured(IResolvable configured)
Sets the value of
CfnInstance.HibernationOptionsProperty.getConfigured() |
CfnClientVpnEndpointProps.Builder |
CfnClientVpnEndpointProps.Builder.connectionLogOptions(IResolvable connectionLogOptions)
Sets the value of
CfnClientVpnEndpointProps.getConnectionLogOptions() |
CfnClientVpnEndpoint.Builder |
CfnClientVpnEndpoint.Builder.connectionLogOptions(IResolvable connectionLogOptions)
Information about the client connection logging options.
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.cpuOptions(IResolvable cpuOptions)
Sets the value of
CfnInstanceProps.getCpuOptions() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.cpuOptions(IResolvable cpuOptions)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getCpuOptions() |
CfnInstance.Builder |
CfnInstance.Builder.cpuOptions(IResolvable cpuOptions)
The CPU options for the instance.
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.creditSpecification(IResolvable creditSpecification)
Sets the value of
CfnInstanceProps.getCreditSpecification() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.creditSpecification(IResolvable creditSpecification)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getCreditSpecification() |
CfnInstance.Builder |
CfnInstance.Builder.creditSpecification(IResolvable creditSpecification)
The credit option for CPU usage of the burstable performance instance.
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.customerGateway(IResolvable customerGateway)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getCustomerGateway() |
CfnNetworkInterfaceAttachment.Builder |
CfnNetworkInterfaceAttachment.Builder.deleteOnTermination(IResolvable deleteOnTermination)
Whether to delete the network interface when the instance terminates.
|
CfnLaunchTemplate.EbsProperty.Builder |
CfnLaunchTemplate.EbsProperty.Builder.deleteOnTermination(IResolvable deleteOnTermination)
Sets the value of
CfnLaunchTemplate.EbsProperty.getDeleteOnTermination() |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder.deleteOnTermination(IResolvable deleteOnTermination)
Sets the value of
CfnLaunchTemplate.NetworkInterfaceProperty.getDeleteOnTermination() |
CfnNetworkInterfaceAttachmentProps.Builder |
CfnNetworkInterfaceAttachmentProps.Builder.deleteOnTermination(IResolvable deleteOnTermination)
Sets the value of
CfnNetworkInterfaceAttachmentProps.getDeleteOnTermination() |
CfnSpotFleet.EbsBlockDeviceProperty.Builder |
CfnSpotFleet.EbsBlockDeviceProperty.Builder.deleteOnTermination(IResolvable deleteOnTermination)
Sets the value of
CfnSpotFleet.EbsBlockDeviceProperty.getDeleteOnTermination() |
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder |
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder.deleteOnTermination(IResolvable deleteOnTermination)
|
CfnInstance.EbsProperty.Builder |
CfnInstance.EbsProperty.Builder.deleteOnTermination(IResolvable deleteOnTermination)
Sets the value of
CfnInstance.EbsProperty.getDeleteOnTermination() |
CfnInstance.NetworkInterfaceProperty.Builder |
CfnInstance.NetworkInterfaceProperty.Builder.deleteOnTermination(IResolvable deleteOnTermination)
Sets the value of
CfnInstance.NetworkInterfaceProperty.getDeleteOnTermination() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.destination(IResolvable destination)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getDestination() |
CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Builder |
CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Builder.destination(IResolvable destination)
|
CfnTrafficMirrorFilterRuleProps.Builder |
CfnTrafficMirrorFilterRuleProps.Builder.destinationPortRange(IResolvable destinationPortRange)
Sets the value of
CfnTrafficMirrorFilterRuleProps.getDestinationPortRange() |
CfnTrafficMirrorFilterRule.Builder |
CfnTrafficMirrorFilterRule.Builder.destinationPortRange(IResolvable destinationPortRange)
The destination port range.
|
CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Builder |
CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Builder.destinationPortRanges(IResolvable destinationPortRanges)
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.destinationVpc(IResolvable destinationVpc)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getDestinationVpc() |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder.destinationVpc(IResolvable destinationVpc)
Sets the value of
CfnNetworkInsightsAnalysis.PathComponentProperty.getDestinationVpc() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.disableApiTermination(IResolvable disableApiTermination)
Sets the value of
CfnInstanceProps.getDisableApiTermination() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.disableApiTermination(IResolvable disableApiTermination)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getDisableApiTermination() |
CfnInstance.Builder |
CfnInstance.Builder.disableApiTermination(IResolvable disableApiTermination)
If you set this parameter to `true` , you can't terminate the instance using the Amazon EC2 console, CLI, or API;
|
CfnLaunchTemplate.BlockDeviceMappingProperty.Builder |
CfnLaunchTemplate.BlockDeviceMappingProperty.Builder.ebs(IResolvable ebs)
Sets the value of
CfnLaunchTemplate.BlockDeviceMappingProperty.getEbs() |
CfnSpotFleet.BlockDeviceMappingProperty.Builder |
CfnSpotFleet.BlockDeviceMappingProperty.Builder.ebs(IResolvable ebs)
Sets the value of
CfnSpotFleet.BlockDeviceMappingProperty.getEbs() |
CfnInstance.BlockDeviceMappingProperty.Builder |
CfnInstance.BlockDeviceMappingProperty.Builder.ebs(IResolvable ebs)
Sets the value of
CfnInstance.BlockDeviceMappingProperty.getEbs() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.ebsOptimized(IResolvable ebsOptimized)
Sets the value of
CfnInstanceProps.getEbsOptimized() |
CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Builder |
CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Builder.ebsOptimized(IResolvable ebsOptimized)
|
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.ebsOptimized(IResolvable ebsOptimized)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getEbsOptimized() |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder.ebsOptimized(IResolvable ebsOptimized)
Sets the value of
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.getEbsOptimized() |
CfnCapacityReservationProps.Builder |
CfnCapacityReservationProps.Builder.ebsOptimized(IResolvable ebsOptimized)
Sets the value of
CfnCapacityReservationProps.getEbsOptimized() |
CfnCapacityReservation.Builder |
CfnCapacityReservation.Builder.ebsOptimized(IResolvable ebsOptimized)
Indicates whether the Capacity Reservation supports EBS-optimized instances.
|
CfnInstance.Builder |
CfnInstance.Builder.ebsOptimized(IResolvable ebsOptimized)
Indicates whether the instance is optimized for Amazon EBS I/O.
|
CfnNetworkAclEntryProps.Builder |
CfnNetworkAclEntryProps.Builder.egress(IResolvable egress)
Sets the value of
CfnNetworkAclEntryProps.getEgress() |
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.egress(IResolvable egress)
Whether this rule applies to egress traffic from the subnet ( `true` ) or ingress traffic to the subnet ( `false` ).
|
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Builder |
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Builder.egress(IResolvable egress)
Sets the value of
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.getEgress() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.elasticGpuSpecifications(IResolvable elasticGpuSpecifications)
Sets the value of
CfnInstanceProps.getElasticGpuSpecifications() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.elasticGpuSpecifications(IResolvable elasticGpuSpecifications)
|
CfnInstance.Builder |
CfnInstance.Builder.elasticGpuSpecifications(IResolvable elasticGpuSpecifications)
An elastic GPU to associate with the instance.
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.elasticInferenceAccelerators(IResolvable elasticInferenceAccelerators)
Sets the value of
CfnInstanceProps.getElasticInferenceAccelerators() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.elasticInferenceAccelerators(IResolvable elasticInferenceAccelerators)
|
CfnInstance.Builder |
CfnInstance.Builder.elasticInferenceAccelerators(IResolvable elasticInferenceAccelerators)
An elastic inference accelerator to associate with the instance.
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.elasticLoadBalancerListener(IResolvable elasticLoadBalancerListener)
|
CfnLaunchTemplate.EnclaveOptionsProperty.Builder |
CfnLaunchTemplate.EnclaveOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnLaunchTemplate.EnclaveOptionsProperty.getEnabled() |
CfnLaunchTemplate.MonitoringProperty.Builder |
CfnLaunchTemplate.MonitoringProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnLaunchTemplate.MonitoringProperty.getEnabled() |
CfnClientVpnEndpoint.ClientConnectOptionsProperty.Builder |
CfnClientVpnEndpoint.ClientConnectOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnClientVpnEndpoint.ClientConnectOptionsProperty.getEnabled() |
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder |
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.getEnabled() |
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder |
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.getEnabled() |
CfnSpotFleet.SpotFleetMonitoringProperty.Builder |
CfnSpotFleet.SpotFleetMonitoringProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnSpotFleet.SpotFleetMonitoringProperty.getEnabled() |
CfnInstance.EnclaveOptionsProperty.Builder |
CfnInstance.EnclaveOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnInstance.EnclaveOptionsProperty.getEnabled() |
CfnSubnetProps.Builder |
CfnSubnetProps.Builder.enableDns64(IResolvable enableDns64)
Sets the value of
CfnSubnetProps.getEnableDns64() |
CfnSubnet.Builder |
CfnSubnet.Builder.enableDns64(IResolvable enableDns64)
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
|
CfnVPCProps.Builder |
CfnVPCProps.Builder.enableDnsHostnames(IResolvable enableDnsHostnames)
Sets the value of
CfnVPCProps.getEnableDnsHostnames() |
CfnVPC.Builder |
CfnVPC.Builder.enableDnsHostnames(IResolvable enableDnsHostnames)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
CfnVPCProps.Builder |
CfnVPCProps.Builder.enableDnsSupport(IResolvable enableDnsSupport)
Sets the value of
CfnVPCProps.getEnableDnsSupport() |
CfnVPC.Builder |
CfnVPC.Builder.enableDnsSupport(IResolvable enableDnsSupport)
Indicates whether the DNS resolution is supported for the VPC.
|
CfnLaunchTemplate.PrivateDnsNameOptionsProperty.Builder |
CfnLaunchTemplate.PrivateDnsNameOptionsProperty.Builder.enableResourceNameDnsAaaaRecord(IResolvable enableResourceNameDnsAaaaRecord)
|
CfnInstance.PrivateDnsNameOptionsProperty.Builder |
CfnInstance.PrivateDnsNameOptionsProperty.Builder.enableResourceNameDnsAaaaRecord(IResolvable enableResourceNameDnsAaaaRecord)
|
CfnLaunchTemplate.PrivateDnsNameOptionsProperty.Builder |
CfnLaunchTemplate.PrivateDnsNameOptionsProperty.Builder.enableResourceNameDnsARecord(IResolvable enableResourceNameDnsARecord)
|
CfnInstance.PrivateDnsNameOptionsProperty.Builder |
CfnInstance.PrivateDnsNameOptionsProperty.Builder.enableResourceNameDnsARecord(IResolvable enableResourceNameDnsARecord)
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.enclaveOptions(IResolvable enclaveOptions)
Sets the value of
CfnInstanceProps.getEnclaveOptions() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.enclaveOptions(IResolvable enclaveOptions)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getEnclaveOptions() |
CfnInstance.Builder |
CfnInstance.Builder.enclaveOptions(IResolvable enclaveOptions)
Indicates whether the instance is enabled for AWS Nitro Enclaves.
|
CfnLaunchTemplate.EbsProperty.Builder |
CfnLaunchTemplate.EbsProperty.Builder.encrypted(IResolvable encrypted)
Sets the value of
CfnLaunchTemplate.EbsProperty.getEncrypted() |
CfnVolume.Builder |
CfnVolume.Builder.encrypted(IResolvable encrypted)
Indicates whether the volume should be encrypted.
|
CfnVolumeProps.Builder |
CfnVolumeProps.Builder.encrypted(IResolvable encrypted)
Sets the value of
CfnVolumeProps.getEncrypted() |
CfnSpotFleet.EbsBlockDeviceProperty.Builder |
CfnSpotFleet.EbsBlockDeviceProperty.Builder.encrypted(IResolvable encrypted)
Sets the value of
CfnSpotFleet.EbsBlockDeviceProperty.getEncrypted() |
CfnInstance.EbsProperty.Builder |
CfnInstance.EbsProperty.Builder.encrypted(IResolvable encrypted)
Sets the value of
CfnInstance.EbsProperty.getEncrypted() |
CfnPrefixListProps.Builder |
CfnPrefixListProps.Builder.entries(IResolvable entries)
Sets the value of
CfnPrefixListProps.getEntries() |
CfnPrefixList.Builder |
CfnPrefixList.Builder.entries(IResolvable entries)
One or more entries for the prefix list.
|
CfnCapacityReservationProps.Builder |
CfnCapacityReservationProps.Builder.ephemeralStorage(IResolvable ephemeralStorage)
Sets the value of
CfnCapacityReservationProps.getEphemeralStorage() |
CfnCapacityReservation.Builder |
CfnCapacityReservation.Builder.ephemeralStorage(IResolvable ephemeralStorage)
Indicates whether the Capacity Reservation supports instances with temporary, block-level storage.
|
CfnNetworkInsightsAccessScopeProps.Builder |
CfnNetworkInsightsAccessScopeProps.Builder.excludePaths(IResolvable excludePaths)
Sets the value of
CfnNetworkInsightsAccessScopeProps.getExcludePaths() |
CfnNetworkInsightsAccessScope.Builder |
CfnNetworkInsightsAccessScope.Builder.excludePaths(IResolvable excludePaths)
The paths to exclude.
|
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Builder |
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Builder.federatedAuthentication(IResolvable federatedAuthentication)
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.hibernationOptions(IResolvable hibernationOptions)
Sets the value of
CfnInstanceProps.getHibernationOptions() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.hibernationOptions(IResolvable hibernationOptions)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getHibernationOptions() |
CfnInstance.Builder |
CfnInstance.Builder.hibernationOptions(IResolvable hibernationOptions)
Indicates whether an instance is enabled for hibernation.
|
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.iamInstanceProfile(IResolvable iamInstanceProfile)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getIamInstanceProfile() |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder.iamInstanceProfile(IResolvable iamInstanceProfile)
|
CfnNetworkAclEntryProps.Builder |
CfnNetworkAclEntryProps.Builder.icmp(IResolvable icmp)
Sets the value of
CfnNetworkAclEntryProps.getIcmp() |
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.icmp(IResolvable icmp)
The Internet Control Message Protocol (ICMP) code and type.
|
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder.inboundHeader(IResolvable inboundHeader)
Sets the value of
CfnNetworkInsightsAnalysis.PathComponentProperty.getInboundHeader() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.ingressRouteTable(IResolvable ingressRouteTable)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getIngressRouteTable() |
CfnNetworkInsightsAnalysis.AnalysisLoadBalancerTargetProperty.Builder |
CfnNetworkInsightsAnalysis.AnalysisLoadBalancerTargetProperty.Builder.instance(IResolvable instance)
|
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.instanceMarketOptions(IResolvable instanceMarketOptions)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getInstanceMarketOptions() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.instanceRequirements(IResolvable instanceRequirements)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getInstanceRequirements() |
CfnSpotFleet.LaunchTemplateOverridesProperty.Builder |
CfnSpotFleet.LaunchTemplateOverridesProperty.Builder.instanceRequirements(IResolvable instanceRequirements)
Sets the value of
CfnSpotFleet.LaunchTemplateOverridesProperty.getInstanceRequirements() |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder.instanceRequirements(IResolvable instanceRequirements)
|
CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Builder |
CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Builder.instanceRequirements(IResolvable instanceRequirements)
|
CfnCapacityReservationFleet.Builder |
CfnCapacityReservationFleet.Builder.instanceTypeSpecifications(IResolvable instanceTypeSpecifications)
Information about the instance types for which to reserve the capacity.
|
CfnCapacityReservationFleetProps.Builder |
CfnCapacityReservationFleetProps.Builder.instanceTypeSpecifications(IResolvable instanceTypeSpecifications)
Sets the value of
CfnCapacityReservationFleetProps.getInstanceTypeSpecifications() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.internetGateway(IResolvable internetGateway)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getInternetGateway() |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder.ipv4Prefixes(IResolvable ipv4Prefixes)
Sets the value of
CfnLaunchTemplate.NetworkInterfaceProperty.getIpv4Prefixes() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.ipv6Addresses(IResolvable ipv6Addresses)
Sets the value of
CfnInstanceProps.getIpv6Addresses() |
CfnNetworkInterfaceProps.Builder |
CfnNetworkInterfaceProps.Builder.ipv6Addresses(IResolvable ipv6Addresses)
Sets the value of
CfnNetworkInterfaceProps.getIpv6Addresses() |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder.ipv6Addresses(IResolvable ipv6Addresses)
Sets the value of
CfnLaunchTemplate.NetworkInterfaceProperty.getIpv6Addresses() |
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder |
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder.ipv6Addresses(IResolvable ipv6Addresses)
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.ipv6Addresses(IResolvable ipv6Addresses)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface.
|
CfnInstance.NetworkInterfaceProperty.Builder |
CfnInstance.NetworkInterfaceProperty.Builder.ipv6Addresses(IResolvable ipv6Addresses)
Sets the value of
CfnInstance.NetworkInterfaceProperty.getIpv6Addresses() |
CfnInstance.Builder |
CfnInstance.Builder.ipv6Addresses(IResolvable ipv6Addresses)
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
|
CfnSubnetProps.Builder |
CfnSubnetProps.Builder.ipv6Native(IResolvable ipv6Native)
Sets the value of
CfnSubnetProps.getIpv6Native() |
CfnSubnet.Builder |
CfnSubnet.Builder.ipv6Native(IResolvable ipv6Native)
Indicates whether this is an IPv6 only subnet.
|
CfnLaunchTemplate.NetworkInterfaceProperty.Builder |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder.ipv6Prefixes(IResolvable ipv6Prefixes)
Sets the value of
CfnLaunchTemplate.NetworkInterfaceProperty.getIpv6Prefixes() |
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder |
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder.launchSpecifications(IResolvable launchSpecifications)
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.launchTemplate(IResolvable launchTemplate)
Sets the value of
CfnInstanceProps.getLaunchTemplate() |
CfnInstance.Builder |
CfnInstance.Builder.launchTemplate(IResolvable launchTemplate)
The launch template to use to launch the instances.
|
CfnEC2FleetProps.Builder |
CfnEC2FleetProps.Builder.launchTemplateConfigs(IResolvable launchTemplateConfigs)
Sets the value of
CfnEC2FleetProps.getLaunchTemplateConfigs() |
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder |
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder.launchTemplateConfigs(IResolvable launchTemplateConfigs)
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.launchTemplateConfigs(IResolvable launchTemplateConfigs)
The configuration for the EC2 Fleet.
|
CfnLaunchTemplate.Builder |
CfnLaunchTemplate.Builder.launchTemplateData(IResolvable launchTemplateData)
The information for the launch template.
|
CfnLaunchTemplateProps.Builder |
CfnLaunchTemplateProps.Builder.launchTemplateData(IResolvable launchTemplateData)
Sets the value of
CfnLaunchTemplateProps.getLaunchTemplateData() |
CfnSpotFleet.LaunchTemplateConfigProperty.Builder |
CfnSpotFleet.LaunchTemplateConfigProperty.Builder.launchTemplateSpecification(IResolvable launchTemplateSpecification)
|
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Builder |
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Builder.launchTemplateSpecification(IResolvable launchTemplateSpecification)
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.licenseSpecifications(IResolvable licenseSpecifications)
Sets the value of
CfnInstanceProps.getLicenseSpecifications() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.licenseSpecifications(IResolvable licenseSpecifications)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getLicenseSpecifications() |
CfnInstance.Builder |
CfnInstance.Builder.licenseSpecifications(IResolvable licenseSpecifications)
The license configurations.
|
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder |
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder.loadBalancersConfig(IResolvable loadBalancersConfig)
Sets the value of
CfnSpotFleet.SpotFleetRequestConfigDataProperty.getLoadBalancersConfig() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.loadBalancerTarget(IResolvable loadBalancerTarget)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getLoadBalancerTarget() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.loadBalancerTargetGroup(IResolvable loadBalancerTargetGroup)
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.loadBalancerTargetGroups(IResolvable loadBalancerTargetGroups)
|
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.maintenanceOptions(IResolvable maintenanceOptions)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getMaintenanceOptions() |
CfnEC2Fleet.SpotOptionsRequestProperty.Builder |
CfnEC2Fleet.SpotOptionsRequestProperty.Builder.maintenanceStrategies(IResolvable maintenanceStrategies)
Sets the value of
CfnEC2Fleet.SpotOptionsRequestProperty.getMaintenanceStrategies() |
CfnSubnetProps.Builder |
CfnSubnetProps.Builder.mapPublicIpOnLaunch(IResolvable mapPublicIpOnLaunch)
Sets the value of
CfnSubnetProps.getMapPublicIpOnLaunch() |
CfnSubnet.Builder |
CfnSubnet.Builder.mapPublicIpOnLaunch(IResolvable mapPublicIpOnLaunch)
Indicates whether instances launched in this subnet receive a public IPv4 address.
|
CfnNetworkInsightsAccessScopeProps.Builder |
CfnNetworkInsightsAccessScopeProps.Builder.matchPaths(IResolvable matchPaths)
Sets the value of
CfnNetworkInsightsAccessScopeProps.getMatchPaths() |
CfnNetworkInsightsAccessScope.Builder |
CfnNetworkInsightsAccessScope.Builder.matchPaths(IResolvable matchPaths)
The paths to match.
|
CfnLaunchTemplate.InstanceRequirementsProperty.Builder |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder.memoryGiBPerVCpu(IResolvable memoryGiBPerVCpu)
Sets the value of
CfnLaunchTemplate.InstanceRequirementsProperty.getMemoryGiBPerVCpu() |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder.memoryGiBPerVCpu(IResolvable memoryGiBPerVCpu)
Sets the value of
CfnSpotFleet.InstanceRequirementsRequestProperty.getMemoryGiBPerVCpu() |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder.memoryGiBPerVCpu(IResolvable memoryGiBPerVCpu)
Sets the value of
CfnEC2Fleet.InstanceRequirementsRequestProperty.getMemoryGiBPerVCpu() |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder.memoryMiB(IResolvable memoryMiB)
Sets the value of
CfnLaunchTemplate.InstanceRequirementsProperty.getMemoryMiB() |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder.memoryMiB(IResolvable memoryMiB)
Sets the value of
CfnSpotFleet.InstanceRequirementsRequestProperty.getMemoryMiB() |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder.memoryMiB(IResolvable memoryMiB)
Sets the value of
CfnEC2Fleet.InstanceRequirementsRequestProperty.getMemoryMiB() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.metadataOptions(IResolvable metadataOptions)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getMetadataOptions() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.monitoring(IResolvable monitoring)
Sets the value of
CfnInstanceProps.getMonitoring() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.monitoring(IResolvable monitoring)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getMonitoring() |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder.monitoring(IResolvable monitoring)
Sets the value of
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.getMonitoring() |
CfnInstance.Builder |
CfnInstance.Builder.monitoring(IResolvable monitoring)
Specifies whether detailed monitoring is enabled for the instance.
|
CfnVolume.Builder |
CfnVolume.Builder.multiAttachEnabled(IResolvable multiAttachEnabled)
Indicates whether Amazon EBS Multi-Attach is enabled.
|
CfnVolumeProps.Builder |
CfnVolumeProps.Builder.multiAttachEnabled(IResolvable multiAttachEnabled)
Sets the value of
CfnVolumeProps.getMultiAttachEnabled() |
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Builder |
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Builder.mutualAuthentication(IResolvable mutualAuthentication)
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.natGateway(IResolvable natGateway)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getNatGateway() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.networkInterface(IResolvable networkInterface)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getNetworkInterface() |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder.networkInterfaceCount(IResolvable networkInterfaceCount)
|
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder.networkInterfaceCount(IResolvable networkInterfaceCount)
|
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder.networkInterfaceCount(IResolvable networkInterfaceCount)
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.networkInterfaces(IResolvable networkInterfaces)
Sets the value of
CfnInstanceProps.getNetworkInterfaces() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.networkInterfaces(IResolvable networkInterfaces)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getNetworkInterfaces() |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder.networkInterfaces(IResolvable networkInterfaces)
Sets the value of
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.getNetworkInterfaces() |
CfnInstance.Builder |
CfnInstance.Builder.networkInterfaces(IResolvable networkInterfaces)
The network interfaces to associate with the instance.
|
CfnInstance.BlockDeviceMappingProperty.Builder |
CfnInstance.BlockDeviceMappingProperty.Builder.noDevice(IResolvable noDevice)
Sets the value of
CfnInstance.BlockDeviceMappingProperty.getNoDevice() |
CfnCapacityReservationFleet.Builder |
CfnCapacityReservationFleet.Builder.noRemoveEndDate(IResolvable noRemoveEndDate)
`AWS::EC2::CapacityReservationFleet.NoRemoveEndDate`.
|
CfnCapacityReservationFleetProps.Builder |
CfnCapacityReservationFleetProps.Builder.noRemoveEndDate(IResolvable noRemoveEndDate)
Sets the value of
CfnCapacityReservationFleetProps.getNoRemoveEndDate() |
CfnEC2FleetProps.Builder |
CfnEC2FleetProps.Builder.onDemandOptions(IResolvable onDemandOptions)
Sets the value of
CfnEC2FleetProps.getOnDemandOptions() |
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.onDemandOptions(IResolvable onDemandOptions)
Describes the configuration of On-Demand Instances in an EC2 Fleet.
|
CfnIPAM.Builder |
CfnIPAM.Builder.operatingRegions(IResolvable operatingRegions)
The operating Regions for an IPAM.
|
CfnIPAMProps.Builder |
CfnIPAMProps.Builder.operatingRegions(IResolvable operatingRegions)
Sets the value of
CfnIPAMProps.getOperatingRegions() |
CfnTransitGatewayConnect.Builder |
CfnTransitGatewayConnect.Builder.options(IResolvable options)
The Connect attachment options.
|
CfnTransitGatewayConnectProps.Builder |
CfnTransitGatewayConnectProps.Builder.options(IResolvable options)
Sets the value of
CfnTransitGatewayConnectProps.getOptions() |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder.outboundHeader(IResolvable outboundHeader)
Sets the value of
CfnNetworkInsightsAnalysis.PathComponentProperty.getOutboundHeader() |
CfnSpotFleet.LaunchTemplateConfigProperty.Builder |
CfnSpotFleet.LaunchTemplateConfigProperty.Builder.overrides(IResolvable overrides)
Sets the value of
CfnSpotFleet.LaunchTemplateConfigProperty.getOverrides() |
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Builder |
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Builder.overrides(IResolvable overrides)
Sets the value of
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.getOverrides() |
CfnNetworkInsightsAccessScope.PathStatementRequestProperty.Builder |
CfnNetworkInsightsAccessScope.PathStatementRequestProperty.Builder.packetHeaderStatement(IResolvable packetHeaderStatement)
|
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.placement(IResolvable placement)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getPlacement() |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder.placement(IResolvable placement)
Sets the value of
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.getPlacement() |
CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Builder |
CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Builder.placement(IResolvable placement)
Sets the value of
CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.getPlacement() |
CfnNetworkAclEntryProps.Builder |
CfnNetworkAclEntryProps.Builder.portRange(IResolvable portRange)
Sets the value of
CfnNetworkAclEntryProps.getPortRange() |
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.portRange(IResolvable portRange)
The range of port numbers for the UDP/TCP protocol.
|
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Builder |
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Builder.portRange(IResolvable portRange)
Sets the value of
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.getPortRange() |
CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Builder |
CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Builder.portRange(IResolvable portRange)
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.portRanges(IResolvable portRanges)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getPortRanges() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.prefixList(IResolvable prefixList)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getPrefixList() |
CfnLaunchTemplate.PrivateIpAddProperty.Builder |
CfnLaunchTemplate.PrivateIpAddProperty.Builder.primary(IResolvable primary)
Sets the value of
CfnLaunchTemplate.PrivateIpAddProperty.getPrimary() |
CfnSpotFleet.PrivateIpAddressSpecificationProperty.Builder |
CfnSpotFleet.PrivateIpAddressSpecificationProperty.Builder.primary(IResolvable primary)
Sets the value of
CfnSpotFleet.PrivateIpAddressSpecificationProperty.getPrimary() |
CfnNetworkInterface.PrivateIpAddressSpecificationProperty.Builder |
CfnNetworkInterface.PrivateIpAddressSpecificationProperty.Builder.primary(IResolvable primary)
Sets the value of
CfnNetworkInterface.PrivateIpAddressSpecificationProperty.getPrimary() |
CfnInstance.PrivateIpAddressSpecificationProperty.Builder |
CfnInstance.PrivateIpAddressSpecificationProperty.Builder.primary(IResolvable primary)
Sets the value of
CfnInstance.PrivateIpAddressSpecificationProperty.getPrimary() |
CfnVPCEndpointProps.Builder |
CfnVPCEndpointProps.Builder.privateDnsEnabled(IResolvable privateDnsEnabled)
Sets the value of
CfnVPCEndpointProps.getPrivateDnsEnabled() |
CfnVPCEndpoint.Builder |
CfnVPCEndpoint.Builder.privateDnsEnabled(IResolvable privateDnsEnabled)
Indicate whether to associate a private hosted zone with the specified VPC.
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.privateDnsNameOptions(IResolvable privateDnsNameOptions)
Sets the value of
CfnInstanceProps.getPrivateDnsNameOptions() |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.privateDnsNameOptions(IResolvable privateDnsNameOptions)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getPrivateDnsNameOptions() |
CfnInstance.Builder |
CfnInstance.Builder.privateDnsNameOptions(IResolvable privateDnsNameOptions)
The options for the instance hostname.
|
CfnNetworkInterfaceProps.Builder |
CfnNetworkInterfaceProps.Builder.privateIpAddresses(IResolvable privateIpAddresses)
Sets the value of
CfnNetworkInterfaceProps.getPrivateIpAddresses() |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder |
CfnLaunchTemplate.NetworkInterfaceProperty.Builder.privateIpAddresses(IResolvable privateIpAddresses)
Sets the value of
CfnLaunchTemplate.NetworkInterfaceProperty.getPrivateIpAddresses() |
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder |
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder.privateIpAddresses(IResolvable privateIpAddresses)
|
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.privateIpAddresses(IResolvable privateIpAddresses)
Assigns private IP addresses to the network interface.
|
CfnInstance.NetworkInterfaceProperty.Builder |
CfnInstance.NetworkInterfaceProperty.Builder.privateIpAddresses(IResolvable privateIpAddresses)
Sets the value of
CfnInstance.NetworkInterfaceProperty.getPrivateIpAddresses() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.propagateTagsToVolumeOnCreation(IResolvable propagateTagsToVolumeOnCreation)
Sets the value of
CfnInstanceProps.getPropagateTagsToVolumeOnCreation() |
CfnInstance.Builder |
CfnInstance.Builder.propagateTagsToVolumeOnCreation(IResolvable propagateTagsToVolumeOnCreation)
Indicates whether to assign the tags from the instance to all of the volumes attached to the instance at launch.
|
CfnIPAMPoolProps.Builder |
CfnIPAMPoolProps.Builder.provisionedCidrs(IResolvable provisionedCidrs)
Sets the value of
CfnIPAMPoolProps.getProvisionedCidrs() |
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.provisionedCidrs(IResolvable provisionedCidrs)
Information about the CIDRs provisioned to an IPAM pool.
|
CfnIPAMPoolProps.Builder |
CfnIPAMPoolProps.Builder.publiclyAdvertisable(IResolvable publiclyAdvertisable)
Sets the value of
CfnIPAMPoolProps.getPubliclyAdvertisable() |
CfnIPAMPool.Builder |
CfnIPAMPool.Builder.publiclyAdvertisable(IResolvable publiclyAdvertisable)
Determines if a pool is publicly advertisable.
|
CfnCapacityReservationFleet.Builder |
CfnCapacityReservationFleet.Builder.removeEndDate(IResolvable removeEndDate)
`AWS::EC2::CapacityReservationFleet.RemoveEndDate`.
|
CfnCapacityReservationFleetProps.Builder |
CfnCapacityReservationFleetProps.Builder.removeEndDate(IResolvable removeEndDate)
Sets the value of
CfnCapacityReservationFleetProps.getRemoveEndDate() |
CfnEC2FleetProps.Builder |
CfnEC2FleetProps.Builder.replaceUnhealthyInstances(IResolvable replaceUnhealthyInstances)
Sets the value of
CfnEC2FleetProps.getReplaceUnhealthyInstances() |
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder |
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder.replaceUnhealthyInstances(IResolvable replaceUnhealthyInstances)
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.replaceUnhealthyInstances(IResolvable replaceUnhealthyInstances)
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
|
CfnLaunchTemplate.InstanceRequirementsProperty.Builder |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder.requireHibernateSupport(IResolvable requireHibernateSupport)
|
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder.requireHibernateSupport(IResolvable requireHibernateSupport)
|
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder.requireHibernateSupport(IResolvable requireHibernateSupport)
|
CfnNetworkInsightsAccessScope.PathStatementRequestProperty.Builder |
CfnNetworkInsightsAccessScope.PathStatementRequestProperty.Builder.resourceStatement(IResolvable resourceStatement)
|
CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty.Builder |
CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty.Builder.resourceStatement(IResolvable resourceStatement)
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.routeTable(IResolvable routeTable)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getRouteTable() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.routeTableRoute(IResolvable routeTableRoute)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getRouteTableRoute() |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder.routeTableRoute(IResolvable routeTableRoute)
Sets the value of
CfnNetworkInsightsAnalysis.PathComponentProperty.getRouteTableRoute() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.securityGroup(IResolvable securityGroup)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getSecurityGroup() |
CfnSecurityGroupProps.Builder |
CfnSecurityGroupProps.Builder.securityGroupEgress(IResolvable securityGroupEgress)
Sets the value of
CfnSecurityGroupProps.getSecurityGroupEgress() |
CfnSecurityGroup.Builder |
CfnSecurityGroup.Builder.securityGroupEgress(IResolvable securityGroupEgress)
[VPC only] The outbound rules associated with the security group.
|
CfnSecurityGroupProps.Builder |
CfnSecurityGroupProps.Builder.securityGroupIngress(IResolvable securityGroupIngress)
Sets the value of
CfnSecurityGroupProps.getSecurityGroupIngress() |
CfnSecurityGroup.Builder |
CfnSecurityGroup.Builder.securityGroupIngress(IResolvable securityGroupIngress)
The inbound rules associated with the security group.
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.securityGroupRule(IResolvable securityGroupRule)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getSecurityGroupRule() |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder.securityGroupRule(IResolvable securityGroupRule)
Sets the value of
CfnNetworkInsightsAnalysis.PathComponentProperty.getSecurityGroupRule() |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder.securityGroups(IResolvable securityGroups)
Sets the value of
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.getSecurityGroups() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.securityGroups(IResolvable securityGroups)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getSecurityGroups() |
void |
CfnVPCEndpointService.setAcceptanceRequired(IResolvable value)
Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
|
void |
CfnIPAMPool.setAllocationResourceTags(IResolvable value)
Tags that are required for resources that use CIDRs from this IPAM pool.
|
void |
CfnVPCCidrBlock.setAmazonProvidedIpv6CidrBlock(IResolvable value)
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
void |
CfnSubnet.setAssignIpv6AddressOnCreation(IResolvable value)
Indicates whether a network interface created in this subnet receives an IPv6 address.
|
void |
CfnClientVpnEndpoint.setAuthenticationOptions(IResolvable value)
Information about the authentication method to be used to authenticate clients.
|
void |
CfnClientVpnAuthorizationRule.setAuthorizeAllGroups(IResolvable value)
Indicates whether to grant access to all clients.
|
void |
CfnVolume.setAutoEnableIo(IResolvable value)
Indicates whether the volume is auto-enabled for I/O operations.
|
void |
CfnIPAMPool.setAutoImport(IResolvable value)
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.
|
void |
CfnTransitGatewayRoute.setBlackhole(IResolvable value)
Indicates whether to drop traffic that matches this route.
|
void |
CfnInstance.setBlockDeviceMappings(IResolvable value)
The block device mapping entries that defines the block devices to attach to the instance at launch.
|
void |
CfnClientVpnEndpoint.setClientConnectOptions(IResolvable value)
The options for managing connection authorization for new client connections.
|
void |
CfnClientVpnEndpoint.setClientLoginBannerOptions(IResolvable value)
Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
|
void |
CfnClientVpnEndpoint.setConnectionLogOptions(IResolvable value)
Information about the client connection logging options.
|
void |
CfnInstance.setCpuOptions(IResolvable value)
The CPU options for the instance.
|
void |
CfnInstance.setCreditSpecification(IResolvable value)
The credit option for CPU usage of the burstable performance instance.
|
void |
CfnNetworkInterfaceAttachment.setDeleteOnTermination(IResolvable value)
Whether to delete the network interface when the instance terminates.
|
void |
CfnTrafficMirrorFilterRule.setDestinationPortRange(IResolvable value)
The destination port range.
|
void |
CfnInstance.setDisableApiTermination(IResolvable value)
If you set this parameter to `true` , you can't terminate the instance using the Amazon EC2 console, CLI, or API;
|
void |
CfnCapacityReservation.setEbsOptimized(IResolvable value)
Indicates whether the Capacity Reservation supports EBS-optimized instances.
|
void |
CfnInstance.setEbsOptimized(IResolvable value)
Indicates whether the instance is optimized for Amazon EBS I/O.
|
void |
CfnNetworkAclEntry.setEgress(IResolvable value)
Whether this rule applies to egress traffic from the subnet ( `true` ) or ingress traffic to the subnet ( `false` ).
|
void |
CfnInstance.setElasticGpuSpecifications(IResolvable value)
An elastic GPU to associate with the instance.
|
void |
CfnInstance.setElasticInferenceAccelerators(IResolvable value)
An elastic inference accelerator to associate with the instance.
|
void |
CfnSubnet.setEnableDns64(IResolvable value)
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
|
void |
CfnVPC.setEnableDnsHostnames(IResolvable value)
Indicates whether the instances launched in the VPC get DNS hostnames.
|
void |
CfnVPC.setEnableDnsSupport(IResolvable value)
Indicates whether the DNS resolution is supported for the VPC.
|
void |
CfnInstance.setEnclaveOptions(IResolvable value)
Indicates whether the instance is enabled for AWS Nitro Enclaves.
|
void |
CfnVolume.setEncrypted(IResolvable value)
Indicates whether the volume should be encrypted.
|
void |
CfnPrefixList.setEntries(IResolvable value)
One or more entries for the prefix list.
|
void |
CfnCapacityReservation.setEphemeralStorage(IResolvable value)
Indicates whether the Capacity Reservation supports instances with temporary, block-level storage.
|
void |
CfnNetworkInsightsAccessScope.setExcludePaths(IResolvable value)
The paths to exclude.
|
void |
CfnInstance.setHibernationOptions(IResolvable value)
Indicates whether an instance is enabled for hibernation.
|
void |
CfnNetworkAclEntry.setIcmp(IResolvable value)
The Internet Control Message Protocol (ICMP) code and type.
|
void |
CfnCapacityReservationFleet.setInstanceTypeSpecifications(IResolvable value)
Information about the instance types for which to reserve the capacity.
|
void |
CfnNetworkInterface.setIpv6Addresses(IResolvable value)
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface.
|
void |
CfnInstance.setIpv6Addresses(IResolvable value)
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
|
void |
CfnSubnet.setIpv6Native(IResolvable value)
Indicates whether this is an IPv6 only subnet.
|
void |
CfnInstance.setLaunchTemplate(IResolvable value)
The launch template to use to launch the instances.
|
void |
CfnEC2Fleet.setLaunchTemplateConfigs(IResolvable value)
The configuration for the EC2 Fleet.
|
void |
CfnLaunchTemplate.setLaunchTemplateData(IResolvable value)
The information for the launch template.
|
void |
CfnInstance.setLicenseSpecifications(IResolvable value)
The license configurations.
|
void |
CfnSubnet.setMapPublicIpOnLaunch(IResolvable value)
Indicates whether instances launched in this subnet receive a public IPv4 address.
|
void |
CfnNetworkInsightsAccessScope.setMatchPaths(IResolvable value)
The paths to match.
|
void |
CfnInstance.setMonitoring(IResolvable value)
Specifies whether detailed monitoring is enabled for the instance.
|
void |
CfnVolume.setMultiAttachEnabled(IResolvable value)
Indicates whether Amazon EBS Multi-Attach is enabled.
|
void |
CfnInstance.setNetworkInterfaces(IResolvable value)
The network interfaces to associate with the instance.
|
void |
CfnCapacityReservationFleet.setNoRemoveEndDate(IResolvable value)
`AWS::EC2::CapacityReservationFleet.NoRemoveEndDate`.
|
void |
CfnEC2Fleet.setOnDemandOptions(IResolvable value)
Describes the configuration of On-Demand Instances in an EC2 Fleet.
|
void |
CfnIPAM.setOperatingRegions(IResolvable value)
The operating Regions for an IPAM.
|
void |
CfnTransitGatewayConnect.setOptions(IResolvable value)
The Connect attachment options.
|
void |
CfnNetworkAclEntry.setPortRange(IResolvable value)
The range of port numbers for the UDP/TCP protocol.
|
void |
CfnVPCEndpoint.setPrivateDnsEnabled(IResolvable value)
Indicate whether to associate a private hosted zone with the specified VPC.
|
void |
CfnInstance.setPrivateDnsNameOptions(IResolvable value)
The options for the instance hostname.
|
void |
CfnNetworkInterface.setPrivateIpAddresses(IResolvable value)
Assigns private IP addresses to the network interface.
|
void |
CfnInstance.setPropagateTagsToVolumeOnCreation(IResolvable value)
Indicates whether to assign the tags from the instance to all of the volumes attached to the instance at launch.
|
void |
CfnIPAMPool.setProvisionedCidrs(IResolvable value)
Information about the CIDRs provisioned to an IPAM pool.
|
void |
CfnIPAMPool.setPubliclyAdvertisable(IResolvable value)
Determines if a pool is publicly advertisable.
|
void |
CfnCapacityReservationFleet.setRemoveEndDate(IResolvable value)
`AWS::EC2::CapacityReservationFleet.RemoveEndDate`.
|
void |
CfnEC2Fleet.setReplaceUnhealthyInstances(IResolvable value)
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
|
void |
CfnSecurityGroup.setSecurityGroupEgress(IResolvable value)
[VPC only] The outbound rules associated with the security group.
|
void |
CfnSecurityGroup.setSecurityGroupIngress(IResolvable value)
The inbound rules associated with the security group.
|
void |
CfnNetworkInterface.setSourceDestCheck(IResolvable value)
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
|
void |
CfnInstance.setSourceDestCheck(IResolvable value)
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
|
void |
CfnTrafficMirrorFilterRule.setSourcePortRange(IResolvable value)
The source port range.
|
void |
CfnClientVpnEndpoint.setSplitTunnel(IResolvable value)
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
|
void |
CfnSpotFleet.setSpotFleetRequestConfigData(IResolvable value)
Describes the configuration of a Spot Fleet request.
|
void |
CfnEC2Fleet.setSpotOptions(IResolvable value)
Describes the configuration of Spot Instances in an EC2 Fleet.
|
void |
CfnInstance.setSsmAssociations(IResolvable value)
The SSM [document](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html) and parameter values in AWS Systems Manager to associate with this instance.
|
void |
CfnVPNConnection.setStaticRoutesOnly(IResolvable value)
Indicates whether the VPN connection uses static routes only.
|
void |
CfnCapacityReservationFleet.setTagSpecifications(IResolvable value)
The tags to assign to the Capacity Reservation Fleet.
|
void |
CfnLaunchTemplate.setTagSpecifications(IResolvable value)
The tags to apply to the launch template during creation.
|
void |
CfnClientVpnEndpoint.setTagSpecifications(IResolvable value)
The tags to apply to the Client VPN endpoint during creation.
|
void |
CfnEC2Fleet.setTagSpecifications(IResolvable value)
The key-value pair for tagging the EC2 Fleet request on creation.
|
void |
CfnCapacityReservation.setTagSpecifications(IResolvable value)
The tags to apply to the Capacity Reservation during launch.
|
void |
CfnEC2Fleet.setTargetCapacitySpecification(IResolvable value)
The number of units to request.
|
void |
CfnEC2Fleet.setTerminateInstancesWithExpiration(IResolvable value)
Indicates whether running instances should be terminated when the EC2 Fleet expires.
|
void |
CfnInstance.setVolumes(IResolvable value)
The volumes to attach to the instance.
|
void |
CfnVPNConnection.setVpnTunnelOptionsSpecifications(IResolvable value)
The tunnel options for the VPN connection.
|
CfnEC2Fleet.OnDemandOptionsRequestProperty.Builder |
CfnEC2Fleet.OnDemandOptionsRequestProperty.Builder.singleAvailabilityZone(IResolvable singleAvailabilityZone)
Sets the value of
CfnEC2Fleet.OnDemandOptionsRequestProperty.getSingleAvailabilityZone() |
CfnEC2Fleet.SpotOptionsRequestProperty.Builder |
CfnEC2Fleet.SpotOptionsRequestProperty.Builder.singleAvailabilityZone(IResolvable singleAvailabilityZone)
Sets the value of
CfnEC2Fleet.SpotOptionsRequestProperty.getSingleAvailabilityZone() |
CfnEC2Fleet.OnDemandOptionsRequestProperty.Builder |
CfnEC2Fleet.OnDemandOptionsRequestProperty.Builder.singleInstanceType(IResolvable singleInstanceType)
Sets the value of
CfnEC2Fleet.OnDemandOptionsRequestProperty.getSingleInstanceType() |
CfnEC2Fleet.SpotOptionsRequestProperty.Builder |
CfnEC2Fleet.SpotOptionsRequestProperty.Builder.singleInstanceType(IResolvable singleInstanceType)
Sets the value of
CfnEC2Fleet.SpotOptionsRequestProperty.getSingleInstanceType() |
CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Builder |
CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Builder.source(IResolvable source)
Sets the value of
CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.getSource() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.sourceDestCheck(IResolvable sourceDestCheck)
Sets the value of
CfnInstanceProps.getSourceDestCheck() |
CfnNetworkInterfaceProps.Builder |
CfnNetworkInterfaceProps.Builder.sourceDestCheck(IResolvable sourceDestCheck)
Sets the value of
CfnNetworkInterfaceProps.getSourceDestCheck() |
CfnNetworkInterface.Builder |
CfnNetworkInterface.Builder.sourceDestCheck(IResolvable sourceDestCheck)
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
|
CfnInstance.Builder |
CfnInstance.Builder.sourceDestCheck(IResolvable sourceDestCheck)
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
|
CfnTrafficMirrorFilterRuleProps.Builder |
CfnTrafficMirrorFilterRuleProps.Builder.sourcePortRange(IResolvable sourcePortRange)
Sets the value of
CfnTrafficMirrorFilterRuleProps.getSourcePortRange() |
CfnTrafficMirrorFilterRule.Builder |
CfnTrafficMirrorFilterRule.Builder.sourcePortRange(IResolvable sourcePortRange)
The source port range.
|
CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Builder |
CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Builder.sourcePortRanges(IResolvable sourcePortRanges)
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.sourceVpc(IResolvable sourceVpc)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getSourceVpc() |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder.sourceVpc(IResolvable sourceVpc)
Sets the value of
CfnNetworkInsightsAnalysis.PathComponentProperty.getSourceVpc() |
CfnClientVpnEndpointProps.Builder |
CfnClientVpnEndpointProps.Builder.splitTunnel(IResolvable splitTunnel)
Sets the value of
CfnClientVpnEndpointProps.getSplitTunnel() |
CfnClientVpnEndpoint.Builder |
CfnClientVpnEndpoint.Builder.splitTunnel(IResolvable splitTunnel)
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
|
CfnSpotFleetProps.Builder |
CfnSpotFleetProps.Builder.spotFleetRequestConfigData(IResolvable spotFleetRequestConfigData)
Sets the value of
CfnSpotFleetProps.getSpotFleetRequestConfigData() |
CfnSpotFleet.Builder |
CfnSpotFleet.Builder.spotFleetRequestConfigData(IResolvable spotFleetRequestConfigData)
Describes the configuration of a Spot Fleet request.
|
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder |
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder.spotMaintenanceStrategies(IResolvable spotMaintenanceStrategies)
|
CfnEC2FleetProps.Builder |
CfnEC2FleetProps.Builder.spotOptions(IResolvable spotOptions)
Sets the value of
CfnEC2FleetProps.getSpotOptions() |
CfnLaunchTemplate.InstanceMarketOptionsProperty.Builder |
CfnLaunchTemplate.InstanceMarketOptionsProperty.Builder.spotOptions(IResolvable spotOptions)
Sets the value of
CfnLaunchTemplate.InstanceMarketOptionsProperty.getSpotOptions() |
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.spotOptions(IResolvable spotOptions)
Describes the configuration of Spot Instances in an EC2 Fleet.
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.ssmAssociations(IResolvable ssmAssociations)
Sets the value of
CfnInstanceProps.getSsmAssociations() |
CfnInstance.Builder |
CfnInstance.Builder.ssmAssociations(IResolvable ssmAssociations)
The SSM [document](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html) and parameter values in AWS Systems Manager to associate with this instance.
|
CfnVPNConnectionProps.Builder |
CfnVPNConnectionProps.Builder.staticRoutesOnly(IResolvable staticRoutesOnly)
Sets the value of
CfnVPNConnectionProps.getStaticRoutesOnly() |
CfnVPNConnection.Builder |
CfnVPNConnection.Builder.staticRoutesOnly(IResolvable staticRoutesOnly)
Indicates whether the VPN connection uses static routes only.
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.subnet(IResolvable subnet)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getSubnet() |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder.subnet(IResolvable subnet)
Sets the value of
CfnNetworkInsightsAnalysis.PathComponentProperty.getSubnet() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.subnetRouteTable(IResolvable subnetRouteTable)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getSubnetRouteTable() |
CfnEC2FleetProps.Builder |
CfnEC2FleetProps.Builder.tagSpecifications(IResolvable tagSpecifications)
Sets the value of
CfnEC2FleetProps.getTagSpecifications() |
CfnCapacityReservationFleet.Builder |
CfnCapacityReservationFleet.Builder.tagSpecifications(IResolvable tagSpecifications)
The tags to assign to the Capacity Reservation Fleet.
|
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder |
CfnLaunchTemplate.LaunchTemplateDataProperty.Builder.tagSpecifications(IResolvable tagSpecifications)
Sets the value of
CfnLaunchTemplate.LaunchTemplateDataProperty.getTagSpecifications() |
CfnLaunchTemplate.Builder |
CfnLaunchTemplate.Builder.tagSpecifications(IResolvable tagSpecifications)
The tags to apply to the launch template during creation.
|
CfnLaunchTemplateProps.Builder |
CfnLaunchTemplateProps.Builder.tagSpecifications(IResolvable tagSpecifications)
Sets the value of
CfnLaunchTemplateProps.getTagSpecifications() |
CfnClientVpnEndpointProps.Builder |
CfnClientVpnEndpointProps.Builder.tagSpecifications(IResolvable tagSpecifications)
Sets the value of
CfnClientVpnEndpointProps.getTagSpecifications() |
CfnClientVpnEndpoint.Builder |
CfnClientVpnEndpoint.Builder.tagSpecifications(IResolvable tagSpecifications)
The tags to apply to the Client VPN endpoint during creation.
|
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder |
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder.tagSpecifications(IResolvable tagSpecifications)
Sets the value of
CfnSpotFleet.SpotFleetLaunchSpecificationProperty.getTagSpecifications() |
CfnCapacityReservationFleetProps.Builder |
CfnCapacityReservationFleetProps.Builder.tagSpecifications(IResolvable tagSpecifications)
Sets the value of
CfnCapacityReservationFleetProps.getTagSpecifications() |
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.tagSpecifications(IResolvable tagSpecifications)
The key-value pair for tagging the EC2 Fleet request on creation.
|
CfnCapacityReservationProps.Builder |
CfnCapacityReservationProps.Builder.tagSpecifications(IResolvable tagSpecifications)
Sets the value of
CfnCapacityReservationProps.getTagSpecifications() |
CfnCapacityReservation.Builder |
CfnCapacityReservation.Builder.tagSpecifications(IResolvable tagSpecifications)
The tags to apply to the Capacity Reservation during launch.
|
CfnEC2FleetProps.Builder |
CfnEC2FleetProps.Builder.targetCapacitySpecification(IResolvable targetCapacitySpecification)
Sets the value of
CfnEC2FleetProps.getTargetCapacitySpecification() |
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.targetCapacitySpecification(IResolvable targetCapacitySpecification)
The number of units to request.
|
CfnSpotFleet.TargetGroupsConfigProperty.Builder |
CfnSpotFleet.TargetGroupsConfigProperty.Builder.targetGroups(IResolvable targetGroups)
Sets the value of
CfnSpotFleet.TargetGroupsConfigProperty.getTargetGroups() |
CfnSpotFleet.LoadBalancersConfigProperty.Builder |
CfnSpotFleet.LoadBalancersConfigProperty.Builder.targetGroupsConfig(IResolvable targetGroupsConfig)
Sets the value of
CfnSpotFleet.LoadBalancersConfigProperty.getTargetGroupsConfig() |
CfnEC2FleetProps.Builder |
CfnEC2FleetProps.Builder.terminateInstancesWithExpiration(IResolvable terminateInstancesWithExpiration)
Sets the value of
CfnEC2FleetProps.getTerminateInstancesWithExpiration() |
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder |
CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder.terminateInstancesWithExpiration(IResolvable terminateInstancesWithExpiration)
|
CfnEC2Fleet.Builder |
CfnEC2Fleet.Builder.terminateInstancesWithExpiration(IResolvable terminateInstancesWithExpiration)
Indicates whether running instances should be terminated when the EC2 Fleet expires.
|
CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Builder |
CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Builder.throughResources(IResolvable throughResources)
|
CfnLaunchTemplate.InstanceRequirementsProperty.Builder |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder.totalLocalStorageGb(IResolvable totalLocalStorageGb)
Sets the value of
CfnLaunchTemplate.InstanceRequirementsProperty.getTotalLocalStorageGb() |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder.totalLocalStorageGb(IResolvable totalLocalStorageGb)
|
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder.totalLocalStorageGb(IResolvable totalLocalStorageGb)
Sets the value of
CfnEC2Fleet.InstanceRequirementsRequestProperty.getTotalLocalStorageGb() |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder |
CfnLaunchTemplate.InstanceRequirementsProperty.Builder.vCpuCount(IResolvable vCpuCount)
Sets the value of
CfnLaunchTemplate.InstanceRequirementsProperty.getVCpuCount() |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder |
CfnSpotFleet.InstanceRequirementsRequestProperty.Builder.vCpuCount(IResolvable vCpuCount)
Sets the value of
CfnSpotFleet.InstanceRequirementsRequestProperty.getVCpuCount() |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder |
CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder.vCpuCount(IResolvable vCpuCount)
Sets the value of
CfnEC2Fleet.InstanceRequirementsRequestProperty.getVCpuCount() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.volumes(IResolvable volumes)
Sets the value of
CfnInstanceProps.getVolumes() |
CfnInstance.Builder |
CfnInstance.Builder.volumes(IResolvable volumes)
The volumes to attach to the instance.
|
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.vpc(IResolvable vpc)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getVpc() |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder |
CfnNetworkInsightsAnalysis.PathComponentProperty.Builder.vpc(IResolvable vpc)
Sets the value of
CfnNetworkInsightsAnalysis.PathComponentProperty.getVpc() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.vpcEndpoint(IResolvable vpcEndpoint)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getVpcEndpoint() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.vpcPeeringConnection(IResolvable vpcPeeringConnection)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getVpcPeeringConnection() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.vpnConnection(IResolvable vpnConnection)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getVpnConnection() |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder |
CfnNetworkInsightsAnalysis.ExplanationProperty.Builder.vpnGateway(IResolvable vpnGateway)
Sets the value of
CfnNetworkInsightsAnalysis.ExplanationProperty.getVpnGateway() |
CfnVPNConnectionProps.Builder |
CfnVPNConnectionProps.Builder.vpnTunnelOptionsSpecifications(IResolvable vpnTunnelOptionsSpecifications)
Sets the value of
CfnVPNConnectionProps.getVpnTunnelOptionsSpecifications() |
CfnVPNConnection.Builder |
CfnVPNConnection.Builder.vpnTunnelOptionsSpecifications(IResolvable vpnTunnelOptionsSpecifications)
The tunnel options for the VPN connection.
|
| Modifier and Type | Method and Description |
|---|---|
CfnReplicationConfiguration.ReplicationRuleProperty.Builder |
CfnReplicationConfiguration.ReplicationRuleProperty.Builder.destinations(IResolvable destinations)
Sets the value of
CfnReplicationConfiguration.ReplicationRuleProperty.getDestinations() |
CfnRepository.Builder |
CfnRepository.Builder.encryptionConfiguration(IResolvable encryptionConfiguration)
The encryption configuration for the repository.
|
CfnRepositoryProps.Builder |
CfnRepositoryProps.Builder.encryptionConfiguration(IResolvable encryptionConfiguration)
Sets the value of
CfnRepositoryProps.getEncryptionConfiguration() |
CfnRepository.Builder |
CfnRepository.Builder.imageScanningConfiguration(IResolvable imageScanningConfiguration)
The image scanning configuration for the repository.
|
CfnRepositoryProps.Builder |
CfnRepositoryProps.Builder.imageScanningConfiguration(IResolvable imageScanningConfiguration)
Sets the value of
CfnRepositoryProps.getImageScanningConfiguration() |
CfnRepository.Builder |
CfnRepository.Builder.lifecyclePolicy(IResolvable lifecyclePolicy)
Creates or updates a lifecycle policy.
|
CfnRepositoryProps.Builder |
CfnRepositoryProps.Builder.lifecyclePolicy(IResolvable lifecyclePolicy)
Sets the value of
CfnRepositoryProps.getLifecyclePolicy() |
CfnReplicationConfiguration.Builder |
CfnReplicationConfiguration.Builder.replicationConfiguration(IResolvable replicationConfiguration)
The replication configuration for a registry.
|
CfnReplicationConfigurationProps.Builder |
CfnReplicationConfigurationProps.Builder.replicationConfiguration(IResolvable replicationConfiguration)
Sets the value of
CfnReplicationConfigurationProps.getReplicationConfiguration() |
CfnReplicationConfiguration.ReplicationRuleProperty.Builder |
CfnReplicationConfiguration.ReplicationRuleProperty.Builder.repositoryFilters(IResolvable repositoryFilters)
|
CfnReplicationConfiguration.ReplicationConfigurationProperty.Builder |
CfnReplicationConfiguration.ReplicationConfigurationProperty.Builder.rules(IResolvable rules)
Sets the value of
CfnReplicationConfiguration.ReplicationConfigurationProperty.getRules() |
CfnRepository.ImageScanningConfigurationProperty.Builder |
CfnRepository.ImageScanningConfigurationProperty.Builder.scanOnPush(IResolvable scanOnPush)
Sets the value of
CfnRepository.ImageScanningConfigurationProperty.getScanOnPush() |
void |
CfnRepository.setEncryptionConfiguration(IResolvable value)
The encryption configuration for the repository.
|
void |
CfnRepository.setImageScanningConfiguration(IResolvable value)
The image scanning configuration for the repository.
|
void |
CfnRepository.setLifecyclePolicy(IResolvable value)
Creates or updates a lifecycle policy.
|
void |
CfnReplicationConfiguration.setReplicationConfiguration(IResolvable value)
The replication configuration for a registry.
|
| Modifier and Type | Method and Description |
|---|---|
CfnTaskDefinition.EFSVolumeConfigurationProperty.Builder |
CfnTaskDefinition.EFSVolumeConfigurationProperty.Builder.authorizationConfig(IResolvable authorizationConfig)
|
CfnTaskDefinition.DockerVolumeConfigurationProperty.Builder |
CfnTaskDefinition.DockerVolumeConfigurationProperty.Builder.autoprovision(IResolvable autoprovision)
Sets the value of
CfnTaskDefinition.DockerVolumeConfigurationProperty.getAutoprovision() |
CfnCapacityProviderProps.Builder |
CfnCapacityProviderProps.Builder.autoScalingGroupProvider(IResolvable autoScalingGroupProvider)
Sets the value of
CfnCapacityProviderProps.getAutoScalingGroupProvider() |
CfnCapacityProvider.Builder |
CfnCapacityProvider.Builder.autoScalingGroupProvider(IResolvable autoScalingGroupProvider)
The Auto Scaling group settings for the capacity provider.
|
CfnService.NetworkConfigurationProperty.Builder |
CfnService.NetworkConfigurationProperty.Builder.awsvpcConfiguration(IResolvable awsvpcConfiguration)
Sets the value of
CfnService.NetworkConfigurationProperty.getAwsvpcConfiguration() |
CfnTaskSet.NetworkConfigurationProperty.Builder |
CfnTaskSet.NetworkConfigurationProperty.Builder.awsVpcConfiguration(IResolvable awsVpcConfiguration)
Sets the value of
CfnTaskSet.NetworkConfigurationProperty.getAwsVpcConfiguration() |
CfnTaskDefinition.LinuxParametersProperty.Builder |
CfnTaskDefinition.LinuxParametersProperty.Builder.capabilities(IResolvable capabilities)
Sets the value of
CfnTaskDefinition.LinuxParametersProperty.getCapabilities() |
CfnService.Builder |
CfnService.Builder.capacityProviderStrategy(IResolvable capacityProviderStrategy)
The capacity provider strategy to use for the service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.capacityProviderStrategy(IResolvable capacityProviderStrategy)
Sets the value of
CfnServiceProps.getCapacityProviderStrategy() |
CfnCluster.ExecuteCommandLogConfigurationProperty.Builder |
CfnCluster.ExecuteCommandLogConfigurationProperty.Builder.cloudWatchEncryptionEnabled(IResolvable cloudWatchEncryptionEnabled)
|
CfnCluster.Builder |
CfnCluster.Builder.clusterSettings(IResolvable clusterSettings)
The setting to use when creating a cluster.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.clusterSettings(IResolvable clusterSettings)
Sets the value of
CfnClusterProps.getClusterSettings() |
CfnCluster.Builder |
CfnCluster.Builder.configuration(IResolvable configuration)
The execute command configuration for the cluster.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.configuration(IResolvable configuration)
Sets the value of
CfnClusterProps.getConfiguration() |
CfnTaskDefinitionProps.Builder |
CfnTaskDefinitionProps.Builder.containerDefinitions(IResolvable containerDefinitions)
Sets the value of
CfnTaskDefinitionProps.getContainerDefinitions() |
CfnTaskDefinition.Builder |
CfnTaskDefinition.Builder.containerDefinitions(IResolvable containerDefinitions)
A list of container definitions in JSON format that describe the different containers that make up your task.
|
CfnCluster.Builder |
CfnCluster.Builder.defaultCapacityProviderStrategy(IResolvable defaultCapacityProviderStrategy)
The default capacity provider strategy for the cluster.
|
CfnClusterCapacityProviderAssociationsProps.Builder |
CfnClusterCapacityProviderAssociationsProps.Builder.defaultCapacityProviderStrategy(IResolvable defaultCapacityProviderStrategy)
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.defaultCapacityProviderStrategy(IResolvable defaultCapacityProviderStrategy)
Sets the value of
CfnClusterProps.getDefaultCapacityProviderStrategy() |
CfnClusterCapacityProviderAssociations.Builder |
CfnClusterCapacityProviderAssociations.Builder.defaultCapacityProviderStrategy(IResolvable defaultCapacityProviderStrategy)
The default capacity provider strategy to associate with the cluster.
|
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.dependsOn(IResolvable dependsOn)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getDependsOn() |
CfnService.DeploymentConfigurationProperty.Builder |
CfnService.DeploymentConfigurationProperty.Builder.deploymentCircuitBreaker(IResolvable deploymentCircuitBreaker)
Sets the value of
CfnService.DeploymentConfigurationProperty.getDeploymentCircuitBreaker() |
CfnService.Builder |
CfnService.Builder.deploymentConfiguration(IResolvable deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.deploymentConfiguration(IResolvable deploymentConfiguration)
Sets the value of
CfnServiceProps.getDeploymentConfiguration() |
CfnService.Builder |
CfnService.Builder.deploymentController(IResolvable deploymentController)
The deployment controller to use for the service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.deploymentController(IResolvable deploymentController)
Sets the value of
CfnServiceProps.getDeploymentController() |
CfnTaskDefinition.LinuxParametersProperty.Builder |
CfnTaskDefinition.LinuxParametersProperty.Builder.devices(IResolvable devices)
Sets the value of
CfnTaskDefinition.LinuxParametersProperty.getDevices() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.disableNetworking(IResolvable disableNetworking)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getDisableNetworking() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.dockerLabels(IResolvable dockerLabels)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getDockerLabels() |
CfnTaskDefinition.VolumeProperty.Builder |
CfnTaskDefinition.VolumeProperty.Builder.dockerVolumeConfiguration(IResolvable dockerVolumeConfiguration)
Sets the value of
CfnTaskDefinition.VolumeProperty.getDockerVolumeConfiguration() |
CfnTaskDefinition.DockerVolumeConfigurationProperty.Builder |
CfnTaskDefinition.DockerVolumeConfigurationProperty.Builder.driverOpts(IResolvable driverOpts)
Sets the value of
CfnTaskDefinition.DockerVolumeConfigurationProperty.getDriverOpts() |
CfnTaskDefinition.VolumeProperty.Builder |
CfnTaskDefinition.VolumeProperty.Builder.efsVolumeConfiguration(IResolvable efsVolumeConfiguration)
Sets the value of
CfnTaskDefinition.VolumeProperty.getEfsVolumeConfiguration() |
CfnService.DeploymentCircuitBreakerProperty.Builder |
CfnService.DeploymentCircuitBreakerProperty.Builder.enable(IResolvable enable)
Sets the value of
CfnService.DeploymentCircuitBreakerProperty.getEnable() |
CfnService.Builder |
CfnService.Builder.enableEcsManagedTags(IResolvable enableEcsManagedTags)
Specifies whether to turn on Amazon ECS managed tags for the tasks within the service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.enableEcsManagedTags(IResolvable enableEcsManagedTags)
Sets the value of
CfnServiceProps.getEnableEcsManagedTags() |
CfnService.Builder |
CfnService.Builder.enableExecuteCommand(IResolvable enableExecuteCommand)
Determines whether the execute command functionality is enabled for the service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.enableExecuteCommand(IResolvable enableExecuteCommand)
Sets the value of
CfnServiceProps.getEnableExecuteCommand() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.environment(IResolvable environment)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getEnvironment() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.environmentFiles(IResolvable environmentFiles)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getEnvironmentFiles() |
CfnTaskDefinitionProps.Builder |
CfnTaskDefinitionProps.Builder.ephemeralStorage(IResolvable ephemeralStorage)
Sets the value of
CfnTaskDefinitionProps.getEphemeralStorage() |
CfnTaskDefinition.Builder |
CfnTaskDefinition.Builder.ephemeralStorage(IResolvable ephemeralStorage)
The ephemeral storage settings to use for tasks run with the task definition.
|
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.essential(IResolvable essential)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getEssential() |
CfnCluster.ClusterConfigurationProperty.Builder |
CfnCluster.ClusterConfigurationProperty.Builder.executeCommandConfiguration(IResolvable executeCommandConfiguration)
Sets the value of
CfnCluster.ClusterConfigurationProperty.getExecuteCommandConfiguration() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.extraHosts(IResolvable extraHosts)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getExtraHosts() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.firelensConfiguration(IResolvable firelensConfiguration)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getFirelensConfiguration() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.healthCheck(IResolvable healthCheck)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getHealthCheck() |
CfnTaskDefinition.VolumeProperty.Builder |
CfnTaskDefinition.VolumeProperty.Builder.host(IResolvable host)
Sets the value of
CfnTaskDefinition.VolumeProperty.getHost() |
CfnTaskDefinitionProps.Builder |
CfnTaskDefinitionProps.Builder.inferenceAccelerators(IResolvable inferenceAccelerators)
Sets the value of
CfnTaskDefinitionProps.getInferenceAccelerators() |
CfnTaskDefinition.Builder |
CfnTaskDefinition.Builder.inferenceAccelerators(IResolvable inferenceAccelerators)
The Elastic Inference accelerators to use for the containers in the task.
|
CfnTaskDefinition.LinuxParametersProperty.Builder |
CfnTaskDefinition.LinuxParametersProperty.Builder.initProcessEnabled(IResolvable initProcessEnabled)
Sets the value of
CfnTaskDefinition.LinuxParametersProperty.getInitProcessEnabled() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.interactive(IResolvable interactive)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getInteractive() |
CfnTaskDefinition.DockerVolumeConfigurationProperty.Builder |
CfnTaskDefinition.DockerVolumeConfigurationProperty.Builder.labels(IResolvable labels)
Sets the value of
CfnTaskDefinition.DockerVolumeConfigurationProperty.getLabels() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.linuxParameters(IResolvable linuxParameters)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getLinuxParameters() |
CfnTaskSetProps.Builder |
CfnTaskSetProps.Builder.loadBalancers(IResolvable loadBalancers)
Sets the value of
CfnTaskSetProps.getLoadBalancers() |
CfnTaskSet.Builder |
CfnTaskSet.Builder.loadBalancers(IResolvable loadBalancers)
A load balancer object representing the load balancer to use with the task set.
|
CfnService.Builder |
CfnService.Builder.loadBalancers(IResolvable loadBalancers)
A list of load balancer objects to associate with the service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.loadBalancers(IResolvable loadBalancers)
Sets the value of
CfnServiceProps.getLoadBalancers() |
CfnCluster.ExecuteCommandConfigurationProperty.Builder |
CfnCluster.ExecuteCommandConfigurationProperty.Builder.logConfiguration(IResolvable logConfiguration)
Sets the value of
CfnCluster.ExecuteCommandConfigurationProperty.getLogConfiguration() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.logConfiguration(IResolvable logConfiguration)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getLogConfiguration() |
CfnCapacityProvider.AutoScalingGroupProviderProperty.Builder |
CfnCapacityProvider.AutoScalingGroupProviderProperty.Builder.managedScaling(IResolvable managedScaling)
Sets the value of
CfnCapacityProvider.AutoScalingGroupProviderProperty.getManagedScaling() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.mountPoints(IResolvable mountPoints)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getMountPoints() |
CfnTaskSetProps.Builder |
CfnTaskSetProps.Builder.networkConfiguration(IResolvable networkConfiguration)
Sets the value of
CfnTaskSetProps.getNetworkConfiguration() |
CfnTaskSet.Builder |
CfnTaskSet.Builder.networkConfiguration(IResolvable networkConfiguration)
The network configuration for the task set.
|
CfnService.Builder |
CfnService.Builder.networkConfiguration(IResolvable networkConfiguration)
The network configuration for the service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.networkConfiguration(IResolvable networkConfiguration)
Sets the value of
CfnServiceProps.getNetworkConfiguration() |
CfnTaskDefinition.FirelensConfigurationProperty.Builder |
CfnTaskDefinition.FirelensConfigurationProperty.Builder.options(IResolvable options)
Sets the value of
CfnTaskDefinition.FirelensConfigurationProperty.getOptions() |
CfnTaskDefinition.LogConfigurationProperty.Builder |
CfnTaskDefinition.LogConfigurationProperty.Builder.options(IResolvable options)
Sets the value of
CfnTaskDefinition.LogConfigurationProperty.getOptions() |
CfnTaskDefinitionProps.Builder |
CfnTaskDefinitionProps.Builder.placementConstraints(IResolvable placementConstraints)
Sets the value of
CfnTaskDefinitionProps.getPlacementConstraints() |
CfnTaskDefinition.Builder |
CfnTaskDefinition.Builder.placementConstraints(IResolvable placementConstraints)
An array of placement constraint objects to use for tasks.
|
CfnService.Builder |
CfnService.Builder.placementConstraints(IResolvable placementConstraints)
An array of placement constraint objects to use for tasks in your service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.placementConstraints(IResolvable placementConstraints)
Sets the value of
CfnServiceProps.getPlacementConstraints() |
CfnService.Builder |
CfnService.Builder.placementStrategies(IResolvable placementStrategies)
The placement strategy objects to use for tasks in your service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.placementStrategies(IResolvable placementStrategies)
Sets the value of
CfnServiceProps.getPlacementStrategies() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.portMappings(IResolvable portMappings)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getPortMappings() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.privileged(IResolvable privileged)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getPrivileged() |
CfnTaskDefinitionProps.Builder |
CfnTaskDefinitionProps.Builder.proxyConfiguration(IResolvable proxyConfiguration)
Sets the value of
CfnTaskDefinitionProps.getProxyConfiguration() |
CfnTaskDefinition.Builder |
CfnTaskDefinition.Builder.proxyConfiguration(IResolvable proxyConfiguration)
The `ProxyConfiguration` property specifies the configuration details for the App Mesh proxy.
|
CfnTaskDefinition.ProxyConfigurationProperty.Builder |
CfnTaskDefinition.ProxyConfigurationProperty.Builder.proxyConfigurationProperties(IResolvable proxyConfigurationProperties)
|
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.pseudoTerminal(IResolvable pseudoTerminal)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getPseudoTerminal() |
CfnTaskDefinition.MountPointProperty.Builder |
CfnTaskDefinition.MountPointProperty.Builder.readOnly(IResolvable readOnly)
Sets the value of
CfnTaskDefinition.MountPointProperty.getReadOnly() |
CfnTaskDefinition.VolumeFromProperty.Builder |
CfnTaskDefinition.VolumeFromProperty.Builder.readOnly(IResolvable readOnly)
Sets the value of
CfnTaskDefinition.VolumeFromProperty.getReadOnly() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.readonlyRootFilesystem(IResolvable readonlyRootFilesystem)
|
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.repositoryCredentials(IResolvable repositoryCredentials)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getRepositoryCredentials() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.resourceRequirements(IResolvable resourceRequirements)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getResourceRequirements() |
CfnService.DeploymentCircuitBreakerProperty.Builder |
CfnService.DeploymentCircuitBreakerProperty.Builder.rollback(IResolvable rollback)
Sets the value of
CfnService.DeploymentCircuitBreakerProperty.getRollback() |
CfnTaskDefinitionProps.Builder |
CfnTaskDefinitionProps.Builder.runtimePlatform(IResolvable runtimePlatform)
Sets the value of
CfnTaskDefinitionProps.getRuntimePlatform() |
CfnTaskDefinition.Builder |
CfnTaskDefinition.Builder.runtimePlatform(IResolvable runtimePlatform)
The operating system that your tasks definitions run on.
|
CfnCluster.ExecuteCommandLogConfigurationProperty.Builder |
CfnCluster.ExecuteCommandLogConfigurationProperty.Builder.s3EncryptionEnabled(IResolvable s3EncryptionEnabled)
|
CfnTaskSetProps.Builder |
CfnTaskSetProps.Builder.scale(IResolvable scale)
Sets the value of
CfnTaskSetProps.getScale() |
CfnTaskSet.Builder |
CfnTaskSet.Builder.scale(IResolvable scale)
A floating-point percentage of your desired number of tasks to place and keep running in the task set.
|
CfnTaskDefinition.LogConfigurationProperty.Builder |
CfnTaskDefinition.LogConfigurationProperty.Builder.secretOptions(IResolvable secretOptions)
Sets the value of
CfnTaskDefinition.LogConfigurationProperty.getSecretOptions() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.secrets(IResolvable secrets)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getSecrets() |
CfnTaskSetProps.Builder |
CfnTaskSetProps.Builder.serviceRegistries(IResolvable serviceRegistries)
Sets the value of
CfnTaskSetProps.getServiceRegistries() |
CfnTaskSet.Builder |
CfnTaskSet.Builder.serviceRegistries(IResolvable serviceRegistries)
The details of the service discovery registries to assign to this task set.
|
CfnService.Builder |
CfnService.Builder.serviceRegistries(IResolvable serviceRegistries)
The details of the service discovery registry to associate with this service.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.serviceRegistries(IResolvable serviceRegistries)
Sets the value of
CfnServiceProps.getServiceRegistries() |
void |
CfnCapacityProvider.setAutoScalingGroupProvider(IResolvable value)
The Auto Scaling group settings for the capacity provider.
|
void |
CfnService.setCapacityProviderStrategy(IResolvable value)
The capacity provider strategy to use for the service.
|
void |
CfnCluster.setClusterSettings(IResolvable value)
The setting to use when creating a cluster.
|
void |
CfnCluster.setConfiguration(IResolvable value)
The execute command configuration for the cluster.
|
void |
CfnTaskDefinition.setContainerDefinitions(IResolvable value)
A list of container definitions in JSON format that describe the different containers that make up your task.
|
void |
CfnCluster.setDefaultCapacityProviderStrategy(IResolvable value)
The default capacity provider strategy for the cluster.
|
void |
CfnClusterCapacityProviderAssociations.setDefaultCapacityProviderStrategy(IResolvable value)
The default capacity provider strategy to associate with the cluster.
|
void |
CfnService.setDeploymentConfiguration(IResolvable value)
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
|
void |
CfnService.setDeploymentController(IResolvable value)
The deployment controller to use for the service.
|
void |
CfnService.setEnableEcsManagedTags(IResolvable value)
Specifies whether to turn on Amazon ECS managed tags for the tasks within the service.
|
void |
CfnService.setEnableExecuteCommand(IResolvable value)
Determines whether the execute command functionality is enabled for the service.
|
void |
CfnTaskDefinition.setEphemeralStorage(IResolvable value)
The ephemeral storage settings to use for tasks run with the task definition.
|
void |
CfnTaskDefinition.setInferenceAccelerators(IResolvable value)
The Elastic Inference accelerators to use for the containers in the task.
|
void |
CfnTaskSet.setLoadBalancers(IResolvable value)
A load balancer object representing the load balancer to use with the task set.
|
void |
CfnService.setLoadBalancers(IResolvable value)
A list of load balancer objects to associate with the service.
|
void |
CfnTaskSet.setNetworkConfiguration(IResolvable value)
The network configuration for the task set.
|
void |
CfnService.setNetworkConfiguration(IResolvable value)
The network configuration for the service.
|
void |
CfnTaskDefinition.setPlacementConstraints(IResolvable value)
An array of placement constraint objects to use for tasks.
|
void |
CfnService.setPlacementConstraints(IResolvable value)
An array of placement constraint objects to use for tasks in your service.
|
void |
CfnService.setPlacementStrategies(IResolvable value)
The placement strategy objects to use for tasks in your service.
|
void |
CfnTaskDefinition.setProxyConfiguration(IResolvable value)
The `ProxyConfiguration` property specifies the configuration details for the App Mesh proxy.
|
void |
CfnTaskDefinition.setRuntimePlatform(IResolvable value)
The operating system that your tasks definitions run on.
|
void |
CfnTaskSet.setScale(IResolvable value)
A floating-point percentage of your desired number of tasks to place and keep running in the task set.
|
void |
CfnTaskSet.setServiceRegistries(IResolvable value)
The details of the service discovery registries to assign to this task set.
|
void |
CfnService.setServiceRegistries(IResolvable value)
The details of the service discovery registry to associate with this service.
|
void |
CfnTaskDefinition.setVolumes(IResolvable value)
The list of data volume definitions for the task.
|
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.systemControls(IResolvable systemControls)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getSystemControls() |
CfnTaskDefinition.LinuxParametersProperty.Builder |
CfnTaskDefinition.LinuxParametersProperty.Builder.tmpfs(IResolvable tmpfs)
Sets the value of
CfnTaskDefinition.LinuxParametersProperty.getTmpfs() |
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.ulimits(IResolvable ulimits)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getUlimits() |
CfnTaskDefinitionProps.Builder |
CfnTaskDefinitionProps.Builder.volumes(IResolvable volumes)
Sets the value of
CfnTaskDefinitionProps.getVolumes() |
CfnTaskDefinition.Builder |
CfnTaskDefinition.Builder.volumes(IResolvable volumes)
The list of data volume definitions for the task.
|
CfnTaskDefinition.ContainerDefinitionProperty.Builder |
CfnTaskDefinition.ContainerDefinitionProperty.Builder.volumesFrom(IResolvable volumesFrom)
Sets the value of
CfnTaskDefinition.ContainerDefinitionProperty.getVolumesFrom() |
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.accessPointTags(IResolvable accessPointTags)
An array of key-value pairs to apply to this resource.
|
CfnAccessPointProps.Builder |
CfnAccessPointProps.Builder.accessPointTags(IResolvable accessPointTags)
Sets the value of
CfnAccessPointProps.getAccessPointTags() |
CfnFileSystemProps.Builder |
CfnFileSystemProps.Builder.backupPolicy(IResolvable backupPolicy)
Sets the value of
CfnFileSystemProps.getBackupPolicy() |
CfnFileSystem.Builder |
CfnFileSystem.Builder.backupPolicy(IResolvable backupPolicy)
Use the `BackupPolicy` to turn automatic backups on or off for the file system.
|
CfnFileSystemProps.Builder |
CfnFileSystemProps.Builder.bypassPolicyLockoutSafetyCheck(IResolvable bypassPolicyLockoutSafetyCheck)
Sets the value of
CfnFileSystemProps.getBypassPolicyLockoutSafetyCheck() |
CfnFileSystem.Builder |
CfnFileSystem.Builder.bypassPolicyLockoutSafetyCheck(IResolvable bypassPolicyLockoutSafetyCheck)
(Optional) A boolean that specifies whether or not to bypass the `FileSystemPolicy` lockout safety check.
|
CfnAccessPoint.RootDirectoryProperty.Builder |
CfnAccessPoint.RootDirectoryProperty.Builder.creationInfo(IResolvable creationInfo)
Sets the value of
CfnAccessPoint.RootDirectoryProperty.getCreationInfo() |
CfnFileSystemProps.Builder |
CfnFileSystemProps.Builder.encrypted(IResolvable encrypted)
Sets the value of
CfnFileSystemProps.getEncrypted() |
CfnFileSystem.Builder |
CfnFileSystem.Builder.encrypted(IResolvable encrypted)
A Boolean value that, if true, creates an encrypted file system.
|
CfnFileSystemProps.Builder |
CfnFileSystemProps.Builder.lifecyclePolicies(IResolvable lifecyclePolicies)
Sets the value of
CfnFileSystemProps.getLifecyclePolicies() |
CfnFileSystem.Builder |
CfnFileSystem.Builder.lifecyclePolicies(IResolvable lifecyclePolicies)
An array of `LifecyclePolicy` objects that define the file system's `LifecycleConfiguration` object.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.posixUser(IResolvable posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
|
CfnAccessPointProps.Builder |
CfnAccessPointProps.Builder.posixUser(IResolvable posixUser)
Sets the value of
CfnAccessPointProps.getPosixUser() |
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.rootDirectory(IResolvable rootDirectory)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
|
CfnAccessPointProps.Builder |
CfnAccessPointProps.Builder.rootDirectory(IResolvable rootDirectory)
Sets the value of
CfnAccessPointProps.getRootDirectory() |
void |
CfnAccessPoint.setAccessPointTags(IResolvable value)
An array of key-value pairs to apply to this resource.
|
void |
CfnFileSystem.setBackupPolicy(IResolvable value)
Use the `BackupPolicy` to turn automatic backups on or off for the file system.
|
void |
CfnFileSystem.setBypassPolicyLockoutSafetyCheck(IResolvable value)
(Optional) A boolean that specifies whether or not to bypass the `FileSystemPolicy` lockout safety check.
|
void |
CfnFileSystem.setEncrypted(IResolvable value)
A Boolean value that, if true, creates an encrypted file system.
|
void |
CfnFileSystem.setLifecyclePolicies(IResolvable value)
An array of `LifecyclePolicy` objects that define the file system's `LifecycleConfiguration` object.
|
void |
CfnAccessPoint.setPosixUser(IResolvable value)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
|
void |
CfnAccessPoint.setRootDirectory(IResolvable value)
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
|
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.LoggingProperty.Builder |
CfnCluster.LoggingProperty.Builder.clusterLogging(IResolvable clusterLogging)
Sets the value of
CfnCluster.LoggingProperty.getClusterLogging() |
CfnCluster.ClusterLoggingProperty.Builder |
CfnCluster.ClusterLoggingProperty.Builder.enabledTypes(IResolvable enabledTypes)
Sets the value of
CfnCluster.ClusterLoggingProperty.getEnabledTypes() |
CfnCluster.Builder |
CfnCluster.Builder.encryptionConfig(IResolvable encryptionConfig)
The encryption configuration for the cluster.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.encryptionConfig(IResolvable encryptionConfig)
Sets the value of
CfnClusterProps.getEncryptionConfig() |
CfnCluster.ResourcesVpcConfigProperty.Builder |
CfnCluster.ResourcesVpcConfigProperty.Builder.endpointPrivateAccess(IResolvable endpointPrivateAccess)
Sets the value of
CfnCluster.ResourcesVpcConfigProperty.getEndpointPrivateAccess() |
CfnCluster.ResourcesVpcConfigProperty.Builder |
CfnCluster.ResourcesVpcConfigProperty.Builder.endpointPublicAccess(IResolvable endpointPublicAccess)
Sets the value of
CfnCluster.ResourcesVpcConfigProperty.getEndpointPublicAccess() |
CfnNodegroupProps.Builder |
CfnNodegroupProps.Builder.forceUpdateEnabled(IResolvable forceUpdateEnabled)
Sets the value of
CfnNodegroupProps.getForceUpdateEnabled() |
CfnNodegroup.Builder |
CfnNodegroup.Builder.forceUpdateEnabled(IResolvable forceUpdateEnabled)
Force the update if the existing node group's pods are unable to be drained due to a pod disruption budget issue.
|
CfnCluster.Builder |
CfnCluster.Builder.kubernetesNetworkConfig(IResolvable kubernetesNetworkConfig)
The Kubernetes network configuration for the cluster.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.kubernetesNetworkConfig(IResolvable kubernetesNetworkConfig)
Sets the value of
CfnClusterProps.getKubernetesNetworkConfig() |
CfnFargateProfile.SelectorProperty.Builder |
CfnFargateProfile.SelectorProperty.Builder.labels(IResolvable labels)
Sets the value of
CfnFargateProfile.SelectorProperty.getLabels() |
CfnNodegroupProps.Builder |
CfnNodegroupProps.Builder.launchTemplate(IResolvable launchTemplate)
Sets the value of
CfnNodegroupProps.getLaunchTemplate() |
CfnNodegroup.Builder |
CfnNodegroup.Builder.launchTemplate(IResolvable launchTemplate)
An object representing a node group's launch template specification.
|
CfnCluster.Builder |
CfnCluster.Builder.logging(IResolvable logging)
The logging configuration for your cluster.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.logging(IResolvable logging)
Sets the value of
CfnClusterProps.getLogging() |
CfnIdentityProviderConfig.Builder |
CfnIdentityProviderConfig.Builder.oidc(IResolvable oidc)
An object that represents an OpenID Connect (OIDC) identity provider configuration.
|
CfnIdentityProviderConfigProps.Builder |
CfnIdentityProviderConfigProps.Builder.oidc(IResolvable oidc)
Sets the value of
CfnIdentityProviderConfigProps.getOidc() |
CfnCluster.EncryptionConfigProperty.Builder |
CfnCluster.EncryptionConfigProperty.Builder.provider(IResolvable provider)
Sets the value of
CfnCluster.EncryptionConfigProperty.getProvider() |
CfnNodegroupProps.Builder |
CfnNodegroupProps.Builder.remoteAccess(IResolvable remoteAccess)
Sets the value of
CfnNodegroupProps.getRemoteAccess() |
CfnNodegroup.Builder |
CfnNodegroup.Builder.remoteAccess(IResolvable remoteAccess)
The remote access (SSH) configuration to use with your node group.
|
CfnIdentityProviderConfig.OidcIdentityProviderConfigProperty.Builder |
CfnIdentityProviderConfig.OidcIdentityProviderConfigProperty.Builder.requiredClaims(IResolvable requiredClaims)
|
CfnCluster.Builder |
CfnCluster.Builder.resourcesVpcConfig(IResolvable resourcesVpcConfig)
The VPC configuration that's used by the cluster control plane.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.resourcesVpcConfig(IResolvable resourcesVpcConfig)
Sets the value of
CfnClusterProps.getResourcesVpcConfig() |
CfnNodegroupProps.Builder |
CfnNodegroupProps.Builder.scalingConfig(IResolvable scalingConfig)
Sets the value of
CfnNodegroupProps.getScalingConfig() |
CfnNodegroup.Builder |
CfnNodegroup.Builder.scalingConfig(IResolvable scalingConfig)
The scaling configuration details for the Auto Scaling group that is created for your node group.
|
CfnFargateProfile.Builder |
CfnFargateProfile.Builder.selectors(IResolvable selectors)
The selectors to match for pods to use this Fargate profile.
|
CfnFargateProfileProps.Builder |
CfnFargateProfileProps.Builder.selectors(IResolvable selectors)
Sets the value of
CfnFargateProfileProps.getSelectors() |
void |
CfnCluster.setEncryptionConfig(IResolvable value)
The encryption configuration for the cluster.
|
void |
CfnNodegroup.setForceUpdateEnabled(IResolvable value)
Force the update if the existing node group's pods are unable to be drained due to a pod disruption budget issue.
|
void |
CfnCluster.setKubernetesNetworkConfig(IResolvable value)
The Kubernetes network configuration for the cluster.
|
void |
CfnNodegroup.setLaunchTemplate(IResolvable value)
An object representing a node group's launch template specification.
|
void |
CfnCluster.setLogging(IResolvable value)
The logging configuration for your cluster.
|
void |
CfnIdentityProviderConfig.setOidc(IResolvable value)
An object that represents an OpenID Connect (OIDC) identity provider configuration.
|
void |
CfnNodegroup.setRemoteAccess(IResolvable value)
The remote access (SSH) configuration to use with your node group.
|
void |
CfnCluster.setResourcesVpcConfig(IResolvable value)
The VPC configuration that's used by the cluster control plane.
|
void |
CfnNodegroup.setScalingConfig(IResolvable value)
The scaling configuration details for the Auto Scaling group that is created for your node group.
|
void |
CfnFargateProfile.setSelectors(IResolvable value)
The selectors to match for pods to use this Fargate profile.
|
void |
CfnNodegroup.setTaints(IResolvable value)
The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
void |
CfnNodegroup.setUpdateConfig(IResolvable value)
The node group update configuration.
|
CfnNodegroupProps.Builder |
CfnNodegroupProps.Builder.taints(IResolvable taints)
Sets the value of
CfnNodegroupProps.getTaints() |
CfnNodegroup.Builder |
CfnNodegroup.Builder.taints(IResolvable taints)
The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
CfnNodegroupProps.Builder |
CfnNodegroupProps.Builder.updateConfig(IResolvable updateConfig)
Sets the value of
CfnNodegroupProps.getUpdateConfig() |
CfnNodegroup.Builder |
CfnNodegroup.Builder.updateConfig(IResolvable updateConfig)
The node group update configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CfnReplicationGroupProps.Builder |
CfnReplicationGroupProps.Builder.atRestEncryptionEnabled(IResolvable atRestEncryptionEnabled)
Sets the value of
CfnReplicationGroupProps.getAtRestEncryptionEnabled() |
CfnReplicationGroup.Builder |
CfnReplicationGroup.Builder.atRestEncryptionEnabled(IResolvable atRestEncryptionEnabled)
A flag that enables encryption at rest when set to `true` .
|
CfnGlobalReplicationGroup.Builder |
CfnGlobalReplicationGroup.Builder.automaticFailoverEnabled(IResolvable automaticFailoverEnabled)
Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.
|
CfnReplicationGroupProps.Builder |
CfnReplicationGroupProps.Builder.automaticFailoverEnabled(IResolvable automaticFailoverEnabled)
Sets the value of
CfnReplicationGroupProps.getAutomaticFailoverEnabled() |
CfnGlobalReplicationGroupProps.Builder |
CfnGlobalReplicationGroupProps.Builder.automaticFailoverEnabled(IResolvable automaticFailoverEnabled)
Sets the value of
CfnGlobalReplicationGroupProps.getAutomaticFailoverEnabled() |
CfnReplicationGroup.Builder |
CfnReplicationGroup.Builder.automaticFailoverEnabled(IResolvable automaticFailoverEnabled)
Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.
|
CfnReplicationGroupProps.Builder |
CfnReplicationGroupProps.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Sets the value of
CfnReplicationGroupProps.getAutoMinorVersionUpgrade() |
CfnCacheClusterProps.Builder |
CfnCacheClusterProps.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Sets the value of
CfnCacheClusterProps.getAutoMinorVersionUpgrade() |
CfnCacheCluster.Builder |
CfnCacheCluster.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next minor version upgrade campaign.
|
CfnReplicationGroup.Builder |
CfnReplicationGroup.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next minor version upgrade campaign.
|
CfnCacheCluster.DestinationDetailsProperty.Builder |
CfnCacheCluster.DestinationDetailsProperty.Builder.cloudWatchLogsDetails(IResolvable cloudWatchLogsDetails)
Sets the value of
CfnCacheCluster.DestinationDetailsProperty.getCloudWatchLogsDetails() |
CfnReplicationGroup.DestinationDetailsProperty.Builder |
CfnReplicationGroup.DestinationDetailsProperty.Builder.cloudWatchLogsDetails(IResolvable cloudWatchLogsDetails)
|
CfnReplicationGroupProps.Builder |
CfnReplicationGroupProps.Builder.dataTieringEnabled(IResolvable dataTieringEnabled)
Sets the value of
CfnReplicationGroupProps.getDataTieringEnabled() |
CfnReplicationGroup.Builder |
CfnReplicationGroup.Builder.dataTieringEnabled(IResolvable dataTieringEnabled)
Enables data tiering.
|
CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Builder |
CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Builder.destinationDetails(IResolvable destinationDetails)
|
CfnReplicationGroup.LogDeliveryConfigurationRequestProperty.Builder |
CfnReplicationGroup.LogDeliveryConfigurationRequestProperty.Builder.destinationDetails(IResolvable destinationDetails)
|
CfnCacheCluster.DestinationDetailsProperty.Builder |
CfnCacheCluster.DestinationDetailsProperty.Builder.kinesisFirehoseDetails(IResolvable kinesisFirehoseDetails)
Sets the value of
CfnCacheCluster.DestinationDetailsProperty.getKinesisFirehoseDetails() |
CfnReplicationGroup.DestinationDetailsProperty.Builder |
CfnReplicationGroup.DestinationDetailsProperty.Builder.kinesisFirehoseDetails(IResolvable kinesisFirehoseDetails)
|
CfnReplicationGroupProps.Builder |
CfnReplicationGroupProps.Builder.logDeliveryConfigurations(IResolvable logDeliveryConfigurations)
Sets the value of
CfnReplicationGroupProps.getLogDeliveryConfigurations() |
CfnCacheClusterProps.Builder |
CfnCacheClusterProps.Builder.logDeliveryConfigurations(IResolvable logDeliveryConfigurations)
Sets the value of
CfnCacheClusterProps.getLogDeliveryConfigurations() |
CfnCacheCluster.Builder |
CfnCacheCluster.Builder.logDeliveryConfigurations(IResolvable logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
CfnReplicationGroup.Builder |
CfnReplicationGroup.Builder.logDeliveryConfigurations(IResolvable logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
CfnGlobalReplicationGroup.Builder |
CfnGlobalReplicationGroup.Builder.members(IResolvable members)
The replication groups that comprise the Global datastore.
|
CfnGlobalReplicationGroupProps.Builder |
CfnGlobalReplicationGroupProps.Builder.members(IResolvable members)
Sets the value of
CfnGlobalReplicationGroupProps.getMembers() |
CfnReplicationGroupProps.Builder |
CfnReplicationGroupProps.Builder.multiAzEnabled(IResolvable multiAzEnabled)
Sets the value of
CfnReplicationGroupProps.getMultiAzEnabled() |
CfnReplicationGroup.Builder |
CfnReplicationGroup.Builder.multiAzEnabled(IResolvable multiAzEnabled)
A flag indicating if you have Multi-AZ enabled to enhance fault tolerance.
|
CfnReplicationGroupProps.Builder |
CfnReplicationGroupProps.Builder.nodeGroupConfiguration(IResolvable nodeGroupConfiguration)
Sets the value of
CfnReplicationGroupProps.getNodeGroupConfiguration() |
CfnReplicationGroup.Builder |
CfnReplicationGroup.Builder.nodeGroupConfiguration(IResolvable nodeGroupConfiguration)
`NodeGroupConfiguration` is a property of the `AWS::ElastiCache::ReplicationGroup` resource that configures an Amazon ElastiCache (ElastiCache) Redis cluster node group.
|
CfnUserProps.Builder |
CfnUserProps.Builder.noPasswordRequired(IResolvable noPasswordRequired)
Sets the value of
CfnUserProps.getNoPasswordRequired() |
CfnUser.Builder |
CfnUser.Builder.noPasswordRequired(IResolvable noPasswordRequired)
Indicates a password is not required for this user.
|
CfnParameterGroup.Builder |
CfnParameterGroup.Builder.properties(IResolvable properties)
A comma-delimited list of parameter name/value pairs.
|
CfnParameterGroupProps.Builder |
CfnParameterGroupProps.Builder.properties(IResolvable properties)
Sets the value of
CfnParameterGroupProps.getProperties() |
CfnGlobalReplicationGroup.Builder |
CfnGlobalReplicationGroup.Builder.regionalConfigurations(IResolvable regionalConfigurations)
The Amazon Regions that comprise the Global Datastore.
|
CfnGlobalReplicationGroupProps.Builder |
CfnGlobalReplicationGroupProps.Builder.regionalConfigurations(IResolvable regionalConfigurations)
Sets the value of
CfnGlobalReplicationGroupProps.getRegionalConfigurations() |
CfnGlobalReplicationGroup.RegionalConfigurationProperty.Builder |
CfnGlobalReplicationGroup.RegionalConfigurationProperty.Builder.reshardingConfigurations(IResolvable reshardingConfigurations)
|
void |
CfnReplicationGroup.setAtRestEncryptionEnabled(IResolvable value)
A flag that enables encryption at rest when set to `true` .
|
void |
CfnGlobalReplicationGroup.setAutomaticFailoverEnabled(IResolvable value)
Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.
|
void |
CfnReplicationGroup.setAutomaticFailoverEnabled(IResolvable value)
Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.
|
void |
CfnCacheCluster.setAutoMinorVersionUpgrade(IResolvable value)
If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next minor version upgrade campaign.
|
void |
CfnReplicationGroup.setAutoMinorVersionUpgrade(IResolvable value)
If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next minor version upgrade campaign.
|
void |
CfnReplicationGroup.setDataTieringEnabled(IResolvable value)
Enables data tiering.
|
void |
CfnCacheCluster.setLogDeliveryConfigurations(IResolvable value)
Specifies the destination, format and type of the logs.
|
void |
CfnReplicationGroup.setLogDeliveryConfigurations(IResolvable value)
Specifies the destination, format and type of the logs.
|
void |
CfnGlobalReplicationGroup.setMembers(IResolvable value)
The replication groups that comprise the Global datastore.
|
void |
CfnReplicationGroup.setMultiAzEnabled(IResolvable value)
A flag indicating if you have Multi-AZ enabled to enhance fault tolerance.
|
void |
CfnReplicationGroup.setNodeGroupConfiguration(IResolvable value)
`NodeGroupConfiguration` is a property of the `AWS::ElastiCache::ReplicationGroup` resource that configures an Amazon ElastiCache (ElastiCache) Redis cluster node group.
|
void |
CfnUser.setNoPasswordRequired(IResolvable value)
Indicates a password is not required for this user.
|
void |
CfnParameterGroup.setProperties(IResolvable value)
A comma-delimited list of parameter name/value pairs.
|
void |
CfnGlobalReplicationGroup.setRegionalConfigurations(IResolvable value)
The Amazon Regions that comprise the Global Datastore.
|
void |
CfnReplicationGroup.setTransitEncryptionEnabled(IResolvable value)
A flag that enables in-transit encryption when set to `true` .
|
CfnReplicationGroupProps.Builder |
CfnReplicationGroupProps.Builder.transitEncryptionEnabled(IResolvable transitEncryptionEnabled)
Sets the value of
CfnReplicationGroupProps.getTransitEncryptionEnabled() |
CfnReplicationGroup.Builder |
CfnReplicationGroup.Builder.transitEncryptionEnabled(IResolvable transitEncryptionEnabled)
A flag that enables in-transit encryption when set to `true` .
|
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.MaxAgeRuleProperty.Builder |
CfnApplication.MaxAgeRuleProperty.Builder.deleteSourceFromS3(IResolvable deleteSourceFromS3)
Sets the value of
CfnApplication.MaxAgeRuleProperty.getDeleteSourceFromS3() |
CfnApplication.MaxCountRuleProperty.Builder |
CfnApplication.MaxCountRuleProperty.Builder.deleteSourceFromS3(IResolvable deleteSourceFromS3)
Sets the value of
CfnApplication.MaxCountRuleProperty.getDeleteSourceFromS3() |
CfnApplication.MaxAgeRuleProperty.Builder |
CfnApplication.MaxAgeRuleProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnApplication.MaxAgeRuleProperty.getEnabled() |
CfnApplication.MaxCountRuleProperty.Builder |
CfnApplication.MaxCountRuleProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnApplication.MaxCountRuleProperty.getEnabled() |
CfnApplication.ApplicationVersionLifecycleConfigProperty.Builder |
CfnApplication.ApplicationVersionLifecycleConfigProperty.Builder.maxAgeRule(IResolvable maxAgeRule)
Sets the value of
CfnApplication.ApplicationVersionLifecycleConfigProperty.getMaxAgeRule() |
CfnApplication.ApplicationVersionLifecycleConfigProperty.Builder |
CfnApplication.ApplicationVersionLifecycleConfigProperty.Builder.maxCountRule(IResolvable maxCountRule)
|
CfnConfigurationTemplateProps.Builder |
CfnConfigurationTemplateProps.Builder.optionSettings(IResolvable optionSettings)
Sets the value of
CfnConfigurationTemplateProps.getOptionSettings() |
CfnEnvironment.Builder |
CfnEnvironment.Builder.optionSettings(IResolvable optionSettings)
Key-value pairs defining configuration options for this environment, such as the instance type.
|
CfnConfigurationTemplate.Builder |
CfnConfigurationTemplate.Builder.optionSettings(IResolvable optionSettings)
Option values for the Elastic Beanstalk configuration, such as the instance type.
|
CfnEnvironmentProps.Builder |
CfnEnvironmentProps.Builder.optionSettings(IResolvable optionSettings)
Sets the value of
CfnEnvironmentProps.getOptionSettings() |
CfnApplicationProps.Builder |
CfnApplicationProps.Builder.resourceLifecycleConfig(IResolvable resourceLifecycleConfig)
Sets the value of
CfnApplicationProps.getResourceLifecycleConfig() |
CfnApplication.Builder |
CfnApplication.Builder.resourceLifecycleConfig(IResolvable resourceLifecycleConfig)
Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
|
void |
CfnEnvironment.setOptionSettings(IResolvable value)
Key-value pairs defining configuration options for this environment, such as the instance type.
|
void |
CfnConfigurationTemplate.setOptionSettings(IResolvable value)
Option values for the Elastic Beanstalk configuration, such as the instance type.
|
void |
CfnApplication.setResourceLifecycleConfig(IResolvable value)
Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
|
void |
CfnApplicationVersion.setSourceBundle(IResolvable value)
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
void |
CfnConfigurationTemplate.setSourceConfiguration(IResolvable value)
An Elastic Beanstalk configuration template to base this one on.
|
void |
CfnEnvironment.setTier(IResolvable value)
Specifies the tier to use in creating this environment.
|
CfnApplicationVersionProps.Builder |
CfnApplicationVersionProps.Builder.sourceBundle(IResolvable sourceBundle)
Sets the value of
CfnApplicationVersionProps.getSourceBundle() |
CfnApplicationVersion.Builder |
CfnApplicationVersion.Builder.sourceBundle(IResolvable sourceBundle)
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
CfnConfigurationTemplateProps.Builder |
CfnConfigurationTemplateProps.Builder.sourceConfiguration(IResolvable sourceConfiguration)
Sets the value of
CfnConfigurationTemplateProps.getSourceConfiguration() |
CfnConfigurationTemplate.Builder |
CfnConfigurationTemplate.Builder.sourceConfiguration(IResolvable sourceConfiguration)
An Elastic Beanstalk configuration template to base this one on.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.tier(IResolvable tier)
Specifies the tier to use in creating this environment.
|
CfnEnvironmentProps.Builder |
CfnEnvironmentProps.Builder.tier(IResolvable tier)
Sets the value of
CfnEnvironmentProps.getTier() |
CfnApplication.ApplicationResourceLifecycleConfigProperty.Builder |
CfnApplication.ApplicationResourceLifecycleConfigProperty.Builder.versionLifecycleConfig(IResolvable versionLifecycleConfig)
|
| Modifier and Type | Method and Description |
|---|---|
CfnLoadBalancerProps.Builder |
CfnLoadBalancerProps.Builder.accessLoggingPolicy(IResolvable accessLoggingPolicy)
Sets the value of
CfnLoadBalancerProps.getAccessLoggingPolicy() |
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.accessLoggingPolicy(IResolvable accessLoggingPolicy)
Information about where and how access logs are stored for the load balancer.
|
CfnLoadBalancerProps.Builder |
CfnLoadBalancerProps.Builder.appCookieStickinessPolicy(IResolvable appCookieStickinessPolicy)
Sets the value of
CfnLoadBalancerProps.getAppCookieStickinessPolicy() |
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.appCookieStickinessPolicy(IResolvable appCookieStickinessPolicy)
Information about a policy for application-controlled session stickiness.
|
CfnLoadBalancer.PoliciesProperty.Builder |
CfnLoadBalancer.PoliciesProperty.Builder.attributes(IResolvable attributes)
Sets the value of
CfnLoadBalancer.PoliciesProperty.getAttributes() |
CfnLoadBalancerProps.Builder |
CfnLoadBalancerProps.Builder.connectionDrainingPolicy(IResolvable connectionDrainingPolicy)
Sets the value of
CfnLoadBalancerProps.getConnectionDrainingPolicy() |
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.connectionDrainingPolicy(IResolvable connectionDrainingPolicy)
If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
|
CfnLoadBalancerProps.Builder |
CfnLoadBalancerProps.Builder.connectionSettings(IResolvable connectionSettings)
Sets the value of
CfnLoadBalancerProps.getConnectionSettings() |
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.connectionSettings(IResolvable connectionSettings)
If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
|
CfnLoadBalancerProps.Builder |
CfnLoadBalancerProps.Builder.crossZone(IResolvable crossZone)
Sets the value of
CfnLoadBalancerProps.getCrossZone() |
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.crossZone(IResolvable crossZone)
If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
|
CfnLoadBalancer.AccessLoggingPolicyProperty.Builder |
CfnLoadBalancer.AccessLoggingPolicyProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnLoadBalancer.AccessLoggingPolicyProperty.getEnabled() |
CfnLoadBalancer.ConnectionDrainingPolicyProperty.Builder |
CfnLoadBalancer.ConnectionDrainingPolicyProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnLoadBalancer.ConnectionDrainingPolicyProperty.getEnabled() |
CfnLoadBalancerProps.Builder |
CfnLoadBalancerProps.Builder.healthCheck(IResolvable healthCheck)
Sets the value of
CfnLoadBalancerProps.getHealthCheck() |
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.healthCheck(IResolvable healthCheck)
The health check settings to use when evaluating the health of your EC2 instances.
|
CfnLoadBalancerProps.Builder |
CfnLoadBalancerProps.Builder.lbCookieStickinessPolicy(IResolvable lbCookieStickinessPolicy)
Sets the value of
CfnLoadBalancerProps.getLbCookieStickinessPolicy() |
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.lbCookieStickinessPolicy(IResolvable lbCookieStickinessPolicy)
Information about a policy for duration-based session stickiness.
|
CfnLoadBalancerProps.Builder |
CfnLoadBalancerProps.Builder.listeners(IResolvable listeners)
Sets the value of
CfnLoadBalancerProps.getListeners() |
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.listeners(IResolvable listeners)
The listeners for the load balancer.
|
CfnLoadBalancerProps.Builder |
CfnLoadBalancerProps.Builder.policies(IResolvable policies)
Sets the value of
CfnLoadBalancerProps.getPolicies() |
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.policies(IResolvable policies)
The policies defined for your Classic Load Balancer.
|
void |
CfnLoadBalancer.setAccessLoggingPolicy(IResolvable value)
Information about where and how access logs are stored for the load balancer.
|
void |
CfnLoadBalancer.setAppCookieStickinessPolicy(IResolvable value)
Information about a policy for application-controlled session stickiness.
|
void |
CfnLoadBalancer.setConnectionDrainingPolicy(IResolvable value)
If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
|
void |
CfnLoadBalancer.setConnectionSettings(IResolvable value)
If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
|
void |
CfnLoadBalancer.setCrossZone(IResolvable value)
If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
|
void |
CfnLoadBalancer.setHealthCheck(IResolvable value)
The health check settings to use when evaluating the health of your EC2 instances.
|
void |
CfnLoadBalancer.setLbCookieStickinessPolicy(IResolvable value)
Information about a policy for duration-based session stickiness.
|
void |
CfnLoadBalancer.setListeners(IResolvable value)
The listeners for the load balancer.
|
void |
CfnLoadBalancer.setPolicies(IResolvable value)
The policies defined for your Classic Load Balancer.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnListenerRule.getAttrIsDefault()
Indicates whether this is the default rule.
|
| Modifier and Type | Method and Description |
|---|---|
CfnDomainProps.Builder |
CfnDomainProps.Builder.advancedOptions(IResolvable advancedOptions)
Sets the value of
CfnDomainProps.getAdvancedOptions() |
CfnDomain.Builder |
CfnDomain.Builder.advancedOptions(IResolvable advancedOptions)
Additional options to specify for the OpenSearch Service domain.
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.advancedSecurityOptions(IResolvable advancedSecurityOptions)
Sets the value of
CfnDomainProps.getAdvancedSecurityOptions() |
CfnDomain.Builder |
CfnDomain.Builder.advancedSecurityOptions(IResolvable advancedSecurityOptions)
Specifies options for fine-grained access control.
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.cognitoOptions(IResolvable cognitoOptions)
Sets the value of
CfnDomainProps.getCognitoOptions() |
CfnDomain.Builder |
CfnDomain.Builder.cognitoOptions(IResolvable cognitoOptions)
Configures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.
|
CfnDomain.ElasticsearchClusterConfigProperty.Builder |
CfnDomain.ElasticsearchClusterConfigProperty.Builder.coldStorageOptions(IResolvable coldStorageOptions)
Sets the value of
CfnDomain.ElasticsearchClusterConfigProperty.getColdStorageOptions() |
CfnDomain.DomainEndpointOptionsProperty.Builder |
CfnDomain.DomainEndpointOptionsProperty.Builder.customEndpointEnabled(IResolvable customEndpointEnabled)
Sets the value of
CfnDomain.DomainEndpointOptionsProperty.getCustomEndpointEnabled() |
CfnDomain.ElasticsearchClusterConfigProperty.Builder |
CfnDomain.ElasticsearchClusterConfigProperty.Builder.dedicatedMasterEnabled(IResolvable dedicatedMasterEnabled)
Sets the value of
CfnDomain.ElasticsearchClusterConfigProperty.getDedicatedMasterEnabled() |
CfnDomainProps.Builder |
CfnDomainProps.Builder.domainEndpointOptions(IResolvable domainEndpointOptions)
Sets the value of
CfnDomainProps.getDomainEndpointOptions() |
CfnDomain.Builder |
CfnDomain.Builder.domainEndpointOptions(IResolvable domainEndpointOptions)
Specifies additional options for the domain endpoint, such as whether to require HTTPS for all traffic or whether to use a custom endpoint rather than the default endpoint.
|
CfnDomain.EBSOptionsProperty.Builder |
CfnDomain.EBSOptionsProperty.Builder.ebsEnabled(IResolvable ebsEnabled)
Sets the value of
CfnDomain.EBSOptionsProperty.getEbsEnabled() |
CfnDomainProps.Builder |
CfnDomainProps.Builder.ebsOptions(IResolvable ebsOptions)
Sets the value of
CfnDomainProps.getEbsOptions() |
CfnDomain.Builder |
CfnDomain.Builder.ebsOptions(IResolvable ebsOptions)
The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.elasticsearchClusterConfig(IResolvable elasticsearchClusterConfig)
Sets the value of
CfnDomainProps.getElasticsearchClusterConfig() |
CfnDomain.Builder |
CfnDomain.Builder.elasticsearchClusterConfig(IResolvable elasticsearchClusterConfig)
ElasticsearchClusterConfig is a property of the AWS::Elasticsearch::Domain resource that configures the cluster of an Amazon OpenSearch Service domain.
|
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder |
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDomain.AdvancedSecurityOptionsInputProperty.getEnabled() |
CfnDomain.CognitoOptionsProperty.Builder |
CfnDomain.CognitoOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDomain.CognitoOptionsProperty.getEnabled() |
CfnDomain.ColdStorageOptionsProperty.Builder |
CfnDomain.ColdStorageOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDomain.ColdStorageOptionsProperty.getEnabled() |
CfnDomain.EncryptionAtRestOptionsProperty.Builder |
CfnDomain.EncryptionAtRestOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDomain.EncryptionAtRestOptionsProperty.getEnabled() |
CfnDomain.LogPublishingOptionProperty.Builder |
CfnDomain.LogPublishingOptionProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDomain.LogPublishingOptionProperty.getEnabled() |
CfnDomain.NodeToNodeEncryptionOptionsProperty.Builder |
CfnDomain.NodeToNodeEncryptionOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDomain.NodeToNodeEncryptionOptionsProperty.getEnabled() |
CfnDomainProps.Builder |
CfnDomainProps.Builder.encryptionAtRestOptions(IResolvable encryptionAtRestOptions)
Sets the value of
CfnDomainProps.getEncryptionAtRestOptions() |
CfnDomain.Builder |
CfnDomain.Builder.encryptionAtRestOptions(IResolvable encryptionAtRestOptions)
Whether the domain should encrypt data at rest, and if so, the AWS Key Management Service key to use.
|
CfnDomain.DomainEndpointOptionsProperty.Builder |
CfnDomain.DomainEndpointOptionsProperty.Builder.enforceHttps(IResolvable enforceHttps)
Sets the value of
CfnDomain.DomainEndpointOptionsProperty.getEnforceHttps() |
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder |
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder.internalUserDatabaseEnabled(IResolvable internalUserDatabaseEnabled)
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.logPublishingOptions(IResolvable logPublishingOptions)
Sets the value of
CfnDomainProps.getLogPublishingOptions() |
CfnDomain.Builder |
CfnDomain.Builder.logPublishingOptions(IResolvable logPublishingOptions)
An object with one or more of the following keys: `SEARCH_SLOW_LOGS` , `ES_APPLICATION_LOGS` , `INDEX_SLOW_LOGS` , `AUDIT_LOGS` , depending on the types of logs you want to publish.
|
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder |
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder.masterUserOptions(IResolvable masterUserOptions)
Sets the value of
CfnDomain.AdvancedSecurityOptionsInputProperty.getMasterUserOptions() |
CfnDomainProps.Builder |
CfnDomainProps.Builder.nodeToNodeEncryptionOptions(IResolvable nodeToNodeEncryptionOptions)
Sets the value of
CfnDomainProps.getNodeToNodeEncryptionOptions() |
CfnDomain.Builder |
CfnDomain.Builder.nodeToNodeEncryptionOptions(IResolvable nodeToNodeEncryptionOptions)
Specifies whether node-to-node encryption is enabled.
|
void |
CfnDomain.setAdvancedOptions(IResolvable value)
Additional options to specify for the OpenSearch Service domain.
|
void |
CfnDomain.setAdvancedSecurityOptions(IResolvable value)
Specifies options for fine-grained access control.
|
void |
CfnDomain.setCognitoOptions(IResolvable value)
Configures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.
|
void |
CfnDomain.setDomainEndpointOptions(IResolvable value)
Specifies additional options for the domain endpoint, such as whether to require HTTPS for all traffic or whether to use a custom endpoint rather than the default endpoint.
|
void |
CfnDomain.setEbsOptions(IResolvable value)
The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.
|
void |
CfnDomain.setElasticsearchClusterConfig(IResolvable value)
ElasticsearchClusterConfig is a property of the AWS::Elasticsearch::Domain resource that configures the cluster of an Amazon OpenSearch Service domain.
|
void |
CfnDomain.setEncryptionAtRestOptions(IResolvable value)
Whether the domain should encrypt data at rest, and if so, the AWS Key Management Service key to use.
|
void |
CfnDomain.setLogPublishingOptions(IResolvable value)
An object with one or more of the following keys: `SEARCH_SLOW_LOGS` , `ES_APPLICATION_LOGS` , `INDEX_SLOW_LOGS` , `AUDIT_LOGS` , depending on the types of logs you want to publish.
|
void |
CfnDomain.setNodeToNodeEncryptionOptions(IResolvable value)
Specifies whether node-to-node encryption is enabled.
|
void |
CfnDomain.setSnapshotOptions(IResolvable value)
*DEPRECATED* .
|
void |
CfnDomain.setVpcOptions(IResolvable value)
The virtual private cloud (VPC) configuration for the OpenSearch Service domain.
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.snapshotOptions(IResolvable snapshotOptions)
Sets the value of
CfnDomainProps.getSnapshotOptions() |
CfnDomain.Builder |
CfnDomain.Builder.snapshotOptions(IResolvable snapshotOptions)
*DEPRECATED* .
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.vpcOptions(IResolvable vpcOptions)
Sets the value of
CfnDomainProps.getVpcOptions() |
CfnDomain.Builder |
CfnDomain.Builder.vpcOptions(IResolvable vpcOptions)
The virtual private cloud (VPC) configuration for the OpenSearch Service domain.
|
CfnDomain.ElasticsearchClusterConfigProperty.Builder |
CfnDomain.ElasticsearchClusterConfigProperty.Builder.warmEnabled(IResolvable warmEnabled)
Sets the value of
CfnDomain.ElasticsearchClusterConfigProperty.getWarmEnabled() |
CfnDomain.ElasticsearchClusterConfigProperty.Builder |
CfnDomain.ElasticsearchClusterConfigProperty.Builder.zoneAwarenessConfig(IResolvable zoneAwarenessConfig)
Sets the value of
CfnDomain.ElasticsearchClusterConfigProperty.getZoneAwarenessConfig() |
CfnDomain.ElasticsearchClusterConfigProperty.Builder |
CfnDomain.ElasticsearchClusterConfigProperty.Builder.zoneAwarenessEnabled(IResolvable zoneAwarenessEnabled)
Sets the value of
CfnDomain.ElasticsearchClusterConfigProperty.getZoneAwarenessEnabled() |
| Modifier and Type | Method and Description |
|---|---|
CfnVirtualClusterProps.Builder |
CfnVirtualClusterProps.Builder.containerProvider(IResolvable containerProvider)
Sets the value of
CfnVirtualClusterProps.getContainerProvider() |
CfnVirtualCluster.Builder |
CfnVirtualCluster.Builder.containerProvider(IResolvable containerProvider)
The container provider of the virtual cluster.
|
CfnVirtualCluster.ContainerInfoProperty.Builder |
CfnVirtualCluster.ContainerInfoProperty.Builder.eksInfo(IResolvable eksInfo)
Sets the value of
CfnVirtualCluster.ContainerInfoProperty.getEksInfo() |
CfnVirtualCluster.ContainerProviderProperty.Builder |
CfnVirtualCluster.ContainerProviderProperty.Builder.info(IResolvable info)
Sets the value of
CfnVirtualCluster.ContainerProviderProperty.getInfo() |
void |
CfnVirtualCluster.setContainerProvider(IResolvable value)
The container provider of the virtual cluster.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventField
Represents a field in the event pattern.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnDiscoverer.getAttrCrossAccount()
Defines whether event schemas from other accounts are discovered.
|
| Modifier and Type | Method and Description |
|---|---|
CfnDiscoverer.Builder |
CfnDiscoverer.Builder.crossAccount(IResolvable crossAccount)
Allows for the discovery of the event schemas that are sent to the event bus from another account.
|
CfnDiscovererProps.Builder |
CfnDiscovererProps.Builder.crossAccount(IResolvable crossAccount)
Sets the value of
CfnDiscovererProps.getCrossAccount() |
void |
CfnDiscoverer.setCrossAccount(IResolvable value)
Allows for the discovery of the event schemas that are sent to the event bus from another account.
|
| Modifier and Type | Method and Description |
|---|---|
CfnFeature.VariationObjectProperty.Builder |
CfnFeature.VariationObjectProperty.Builder.booleanValue(IResolvable booleanValue)
Sets the value of
CfnFeature.VariationObjectProperty.getBooleanValue() |
CfnProject.Builder |
CfnProject.Builder.dataDelivery(IResolvable dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.dataDelivery(IResolvable dataDelivery)
Sets the value of
CfnProjectProps.getDataDelivery() |
CfnFeatureProps.Builder |
CfnFeatureProps.Builder.entityOverrides(IResolvable entityOverrides)
Sets the value of
CfnFeatureProps.getEntityOverrides() |
CfnFeature.Builder |
CfnFeature.Builder.entityOverrides(IResolvable entityOverrides)
Specify users that should always be served a specific variation of a feature.
|
CfnLaunch.Builder |
CfnLaunch.Builder.groups(IResolvable groups)
An array of structures that contains the feature and variations that are to be used for the launch.
|
CfnLaunchProps.Builder |
CfnLaunchProps.Builder.groups(IResolvable groups)
Sets the value of
CfnLaunchProps.getGroups() |
CfnLaunch.StepConfigProperty.Builder |
CfnLaunch.StepConfigProperty.Builder.groupWeights(IResolvable groupWeights)
Sets the value of
CfnLaunch.StepConfigProperty.getGroupWeights() |
CfnExperimentProps.Builder |
CfnExperimentProps.Builder.metricGoals(IResolvable metricGoals)
Sets the value of
CfnExperimentProps.getMetricGoals() |
CfnExperiment.Builder |
CfnExperiment.Builder.metricGoals(IResolvable metricGoals)
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
|
CfnLaunch.Builder |
CfnLaunch.Builder.metricMonitors(IResolvable metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CfnLaunchProps.Builder |
CfnLaunchProps.Builder.metricMonitors(IResolvable metricMonitors)
Sets the value of
CfnLaunchProps.getMetricMonitors() |
CfnExperimentProps.Builder |
CfnExperimentProps.Builder.onlineAbConfig(IResolvable onlineAbConfig)
Sets the value of
CfnExperimentProps.getOnlineAbConfig() |
CfnExperiment.Builder |
CfnExperiment.Builder.onlineAbConfig(IResolvable onlineAbConfig)
A structure that contains the configuration of which variation to use as the "control" version.
|
CfnProject.DataDeliveryObjectProperty.Builder |
CfnProject.DataDeliveryObjectProperty.Builder.s3(IResolvable s3)
Sets the value of
CfnProject.DataDeliveryObjectProperty.getS3() |
CfnLaunch.Builder |
CfnLaunch.Builder.scheduledSplitsConfig(IResolvable scheduledSplitsConfig)
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
|
CfnLaunchProps.Builder |
CfnLaunchProps.Builder.scheduledSplitsConfig(IResolvable scheduledSplitsConfig)
Sets the value of
CfnLaunchProps.getScheduledSplitsConfig() |
void |
CfnProject.setDataDelivery(IResolvable value)
A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so.
|
void |
CfnFeature.setEntityOverrides(IResolvable value)
Specify users that should always be served a specific variation of a feature.
|
void |
CfnLaunch.setGroups(IResolvable value)
An array of structures that contains the feature and variations that are to be used for the launch.
|
void |
CfnExperiment.setMetricGoals(IResolvable value)
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
|
void |
CfnLaunch.setMetricMonitors(IResolvable value)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
void |
CfnExperiment.setOnlineAbConfig(IResolvable value)
A structure that contains the configuration of which variation to use as the "control" version.
|
void |
CfnLaunch.setScheduledSplitsConfig(IResolvable value)
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
|
void |
CfnExperiment.setTreatments(IResolvable value)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
void |
CfnFeature.setVariations(IResolvable value)
An array of structures that contain the configuration of the feature's different variations.
|
CfnExperimentProps.Builder |
CfnExperimentProps.Builder.treatments(IResolvable treatments)
Sets the value of
CfnExperimentProps.getTreatments() |
CfnExperiment.Builder |
CfnExperiment.Builder.treatments(IResolvable treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
CfnExperiment.OnlineAbConfigObjectProperty.Builder |
CfnExperiment.OnlineAbConfigObjectProperty.Builder.treatmentWeights(IResolvable treatmentWeights)
Sets the value of
CfnExperiment.OnlineAbConfigObjectProperty.getTreatmentWeights() |
CfnFeatureProps.Builder |
CfnFeatureProps.Builder.variations(IResolvable variations)
Sets the value of
CfnFeatureProps.getVariations() |
CfnFeature.Builder |
CfnFeature.Builder.variations(IResolvable variations)
An array of structures that contain the configuration of the feature's different variations.
|
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironment.Builder |
CfnEnvironment.Builder.federationParameters(IResolvable federationParameters)
Configuration information when authentication mode is FEDERATED.
|
CfnEnvironmentProps.Builder |
CfnEnvironmentProps.Builder.federationParameters(IResolvable federationParameters)
Sets the value of
CfnEnvironmentProps.getFederationParameters() |
void |
CfnEnvironment.setFederationParameters(IResolvable value)
Configuration information when authentication mode is FEDERATED.
|
void |
CfnEnvironment.setSuperuserParameters(IResolvable value)
Configuration information for the superuser.
|
CfnEnvironment.Builder |
CfnEnvironment.Builder.superuserParameters(IResolvable superuserParameters)
Configuration information for the superuser.
|
CfnEnvironmentProps.Builder |
CfnEnvironmentProps.Builder.superuserParameters(IResolvable superuserParameters)
Sets the value of
CfnEnvironmentProps.getSuperuserParameters() |
| Modifier and Type | Method and Description |
|---|---|
CfnPolicy.Builder |
CfnPolicy.Builder.deleteAllPolicyResources(IResolvable deleteAllPolicyResources)
Used when deleting a policy.
|
CfnPolicyProps.Builder |
CfnPolicyProps.Builder.deleteAllPolicyResources(IResolvable deleteAllPolicyResources)
Sets the value of
CfnPolicyProps.getDeleteAllPolicyResources() |
CfnPolicy.Builder |
CfnPolicy.Builder.excludeMap(IResolvable excludeMap)
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to exclude from the policy.
|
CfnPolicyProps.Builder |
CfnPolicyProps.Builder.excludeMap(IResolvable excludeMap)
Sets the value of
CfnPolicyProps.getExcludeMap() |
CfnPolicy.Builder |
CfnPolicy.Builder.excludeResourceTags(IResolvable excludeResourceTags)
Used only when tags are specified in the `ResourceTags` property.
|
CfnPolicyProps.Builder |
CfnPolicyProps.Builder.excludeResourceTags(IResolvable excludeResourceTags)
Sets the value of
CfnPolicyProps.getExcludeResourceTags() |
CfnPolicy.Builder |
CfnPolicy.Builder.includeMap(IResolvable includeMap)
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.
|
CfnPolicyProps.Builder |
CfnPolicyProps.Builder.includeMap(IResolvable includeMap)
Sets the value of
CfnPolicyProps.getIncludeMap() |
CfnPolicy.Builder |
CfnPolicy.Builder.remediationEnabled(IResolvable remediationEnabled)
Indicates if the policy should be automatically applied to new resources.
|
CfnPolicyProps.Builder |
CfnPolicyProps.Builder.remediationEnabled(IResolvable remediationEnabled)
Sets the value of
CfnPolicyProps.getRemediationEnabled() |
CfnPolicy.Builder |
CfnPolicy.Builder.resourcesCleanUp(IResolvable resourcesCleanUp)
Indicates whether AWS Firewall Manager should automatically remove protections from resources that leave the policy scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave policy scope.
|
CfnPolicyProps.Builder |
CfnPolicyProps.Builder.resourcesCleanUp(IResolvable resourcesCleanUp)
Sets the value of
CfnPolicyProps.getResourcesCleanUp() |
CfnPolicy.Builder |
CfnPolicy.Builder.resourceTags(IResolvable resourceTags)
An array of `ResourceTag` objects, used to explicitly include resources in the policy scope or explicitly exclude them.
|
CfnPolicyProps.Builder |
CfnPolicyProps.Builder.resourceTags(IResolvable resourceTags)
Sets the value of
CfnPolicyProps.getResourceTags() |
void |
CfnPolicy.setDeleteAllPolicyResources(IResolvable value)
Used when deleting a policy.
|
void |
CfnPolicy.setExcludeMap(IResolvable value)
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to exclude from the policy.
|
void |
CfnPolicy.setExcludeResourceTags(IResolvable value)
Used only when tags are specified in the `ResourceTags` property.
|
void |
CfnPolicy.setIncludeMap(IResolvable value)
Specifies the AWS account IDs and AWS Organizations organizational units (OUs) to include in the policy.
|
void |
CfnPolicy.setRemediationEnabled(IResolvable value)
Indicates if the policy should be automatically applied to new resources.
|
void |
CfnPolicy.setResourcesCleanUp(IResolvable value)
Indicates whether AWS Firewall Manager should automatically remove protections from resources that leave the policy scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave policy scope.
|
void |
CfnPolicy.setResourceTags(IResolvable value)
An array of `ResourceTag` objects, used to explicitly include resources in the policy scope or explicitly exclude them.
|
| Modifier and Type | Method and Description |
|---|---|
CfnMatchmakingConfiguration.Builder |
CfnMatchmakingConfiguration.Builder.acceptanceRequired(IResolvable acceptanceRequired)
A flag that determines whether a match that was created with this configuration must be accepted by the matched players.
|
CfnMatchmakingConfigurationProps.Builder |
CfnMatchmakingConfigurationProps.Builder.acceptanceRequired(IResolvable acceptanceRequired)
Sets the value of
CfnMatchmakingConfigurationProps.getAcceptanceRequired() |
CfnGameServerGroupProps.Builder |
CfnGameServerGroupProps.Builder.autoScalingPolicy(IResolvable autoScalingPolicy)
Sets the value of
CfnGameServerGroupProps.getAutoScalingPolicy() |
CfnGameServerGroup.Builder |
CfnGameServerGroup.Builder.autoScalingPolicy(IResolvable autoScalingPolicy)
Configuration settings to define a scaling policy for the Auto Scaling group that is optimized for game hosting.
|
CfnFleet.Builder |
CfnFleet.Builder.certificateConfiguration(IResolvable certificateConfiguration)
Prompts GameLift to generate a TLS/SSL certificate for the fleet.
|
CfnFleetProps.Builder |
CfnFleetProps.Builder.certificateConfiguration(IResolvable certificateConfiguration)
Sets the value of
CfnFleetProps.getCertificateConfiguration() |
CfnGameSessionQueueProps.Builder |
CfnGameSessionQueueProps.Builder.destinations(IResolvable destinations)
Sets the value of
CfnGameSessionQueueProps.getDestinations() |
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.destinations(IResolvable destinations)
A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.
|
CfnFleet.Builder |
CfnFleet.Builder.ec2InboundPermissions(IResolvable ec2InboundPermissions)
The allowed IP address ranges and port settings that allow inbound traffic to access game sessions on this fleet.
|
CfnFleetProps.Builder |
CfnFleetProps.Builder.ec2InboundPermissions(IResolvable ec2InboundPermissions)
Sets the value of
CfnFleetProps.getEc2InboundPermissions() |
CfnGameSessionQueueProps.Builder |
CfnGameSessionQueueProps.Builder.filterConfiguration(IResolvable filterConfiguration)
Sets the value of
CfnGameSessionQueueProps.getFilterConfiguration() |
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.filterConfiguration(IResolvable filterConfiguration)
A list of locations where a queue is allowed to place new game sessions.
|
CfnMatchmakingConfiguration.Builder |
CfnMatchmakingConfiguration.Builder.gameProperties(IResolvable gameProperties)
A set of custom properties for a game session, formatted as key-value pairs.
|
CfnMatchmakingConfigurationProps.Builder |
CfnMatchmakingConfigurationProps.Builder.gameProperties(IResolvable gameProperties)
Sets the value of
CfnMatchmakingConfigurationProps.getGameProperties() |
CfnGameServerGroupProps.Builder |
CfnGameServerGroupProps.Builder.instanceDefinitions(IResolvable instanceDefinitions)
Sets the value of
CfnGameServerGroupProps.getInstanceDefinitions() |
CfnGameServerGroup.Builder |
CfnGameServerGroup.Builder.instanceDefinitions(IResolvable instanceDefinitions)
The set of Amazon EC2 instance types that GameLift FleetIQ can use when balancing and automatically scaling instances in the corresponding Auto Scaling group.
|
CfnGameServerGroupProps.Builder |
CfnGameServerGroupProps.Builder.launchTemplate(IResolvable launchTemplate)
Sets the value of
CfnGameServerGroupProps.getLaunchTemplate() |
CfnGameServerGroup.Builder |
CfnGameServerGroup.Builder.launchTemplate(IResolvable launchTemplate)
The Amazon EC2 launch template that contains configuration settings and game server code to be deployed to all instances in the game server group.
|
CfnFleet.LocationConfigurationProperty.Builder |
CfnFleet.LocationConfigurationProperty.Builder.locationCapacity(IResolvable locationCapacity)
Sets the value of
CfnFleet.LocationConfigurationProperty.getLocationCapacity() |
CfnFleet.Builder |
CfnFleet.Builder.locations(IResolvable locations)
A set of remote locations to deploy additional instances to and manage as part of the fleet.
|
CfnFleetProps.Builder |
CfnFleetProps.Builder.locations(IResolvable locations)
Sets the value of
CfnFleetProps.getLocations() |
CfnGameSessionQueueProps.Builder |
CfnGameSessionQueueProps.Builder.playerLatencyPolicies(IResolvable playerLatencyPolicies)
Sets the value of
CfnGameSessionQueueProps.getPlayerLatencyPolicies() |
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.playerLatencyPolicies(IResolvable playerLatencyPolicies)
A set of policies that act as a sliding cap on player latency.
|
CfnGameSessionQueueProps.Builder |
CfnGameSessionQueueProps.Builder.priorityConfiguration(IResolvable priorityConfiguration)
Sets the value of
CfnGameSessionQueueProps.getPriorityConfiguration() |
CfnGameSessionQueue.Builder |
CfnGameSessionQueue.Builder.priorityConfiguration(IResolvable priorityConfiguration)
Custom settings to use when prioritizing destinations and locations for game session placements.
|
CfnFleet.Builder |
CfnFleet.Builder.resourceCreationLimitPolicy(IResolvable resourceCreationLimitPolicy)
A policy that limits the number of game sessions that an individual player can create on instances in this fleet within a specified span of time.
|
CfnFleetProps.Builder |
CfnFleetProps.Builder.resourceCreationLimitPolicy(IResolvable resourceCreationLimitPolicy)
Sets the value of
CfnFleetProps.getResourceCreationLimitPolicy() |
CfnAlias.Builder |
CfnAlias.Builder.routingStrategy(IResolvable routingStrategy)
The routing configuration, including routing type and fleet target, for the alias.
|
CfnAliasProps.Builder |
CfnAliasProps.Builder.routingStrategy(IResolvable routingStrategy)
Sets the value of
CfnAliasProps.getRoutingStrategy() |
CfnFleet.Builder |
CfnFleet.Builder.runtimeConfiguration(IResolvable runtimeConfiguration)
Instructions for how to launch and maintain server processes on instances in the fleet.
|
CfnFleetProps.Builder |
CfnFleetProps.Builder.runtimeConfiguration(IResolvable runtimeConfiguration)
Sets the value of
CfnFleetProps.getRuntimeConfiguration() |
CfnFleet.RuntimeConfigurationProperty.Builder |
CfnFleet.RuntimeConfigurationProperty.Builder.serverProcesses(IResolvable serverProcesses)
Sets the value of
CfnFleet.RuntimeConfigurationProperty.getServerProcesses() |
void |
CfnMatchmakingConfiguration.setAcceptanceRequired(IResolvable value)
A flag that determines whether a match that was created with this configuration must be accepted by the matched players.
|
void |
CfnGameServerGroup.setAutoScalingPolicy(IResolvable value)
Configuration settings to define a scaling policy for the Auto Scaling group that is optimized for game hosting.
|
void |
CfnFleet.setCertificateConfiguration(IResolvable value)
Prompts GameLift to generate a TLS/SSL certificate for the fleet.
|
void |
CfnGameSessionQueue.setDestinations(IResolvable value)
A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.
|
void |
CfnFleet.setEc2InboundPermissions(IResolvable value)
The allowed IP address ranges and port settings that allow inbound traffic to access game sessions on this fleet.
|
void |
CfnGameSessionQueue.setFilterConfiguration(IResolvable value)
A list of locations where a queue is allowed to place new game sessions.
|
void |
CfnMatchmakingConfiguration.setGameProperties(IResolvable value)
A set of custom properties for a game session, formatted as key-value pairs.
|
void |
CfnGameServerGroup.setInstanceDefinitions(IResolvable value)
The set of Amazon EC2 instance types that GameLift FleetIQ can use when balancing and automatically scaling instances in the corresponding Auto Scaling group.
|
void |
CfnGameServerGroup.setLaunchTemplate(IResolvable value)
The Amazon EC2 launch template that contains configuration settings and game server code to be deployed to all instances in the game server group.
|
void |
CfnFleet.setLocations(IResolvable value)
A set of remote locations to deploy additional instances to and manage as part of the fleet.
|
void |
CfnGameSessionQueue.setPlayerLatencyPolicies(IResolvable value)
A set of policies that act as a sliding cap on player latency.
|
void |
CfnGameSessionQueue.setPriorityConfiguration(IResolvable value)
Custom settings to use when prioritizing destinations and locations for game session placements.
|
void |
CfnFleet.setResourceCreationLimitPolicy(IResolvable value)
A policy that limits the number of game sessions that an individual player can create on instances in this fleet within a specified span of time.
|
void |
CfnAlias.setRoutingStrategy(IResolvable value)
The routing configuration, including routing type and fleet target, for the alias.
|
void |
CfnFleet.setRuntimeConfiguration(IResolvable value)
Instructions for how to launch and maintain server processes on instances in the fleet.
|
void |
CfnScript.setStorageLocation(IResolvable value)
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
void |
CfnBuild.setStorageLocation(IResolvable value)
Information indicating where your game build files are stored.
|
CfnBuildProps.Builder |
CfnBuildProps.Builder.storageLocation(IResolvable storageLocation)
Sets the value of
CfnBuildProps.getStorageLocation() |
CfnScript.Builder |
CfnScript.Builder.storageLocation(IResolvable storageLocation)
The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.
|
CfnScriptProps.Builder |
CfnScriptProps.Builder.storageLocation(IResolvable storageLocation)
Sets the value of
CfnScriptProps.getStorageLocation() |
CfnBuild.Builder |
CfnBuild.Builder.storageLocation(IResolvable storageLocation)
Information indicating where your game build files are stored.
|
CfnGameServerGroup.AutoScalingPolicyProperty.Builder |
CfnGameServerGroup.AutoScalingPolicyProperty.Builder.targetTrackingConfiguration(IResolvable targetTrackingConfiguration)
|
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointGroup.EndpointConfigurationProperty.Builder |
CfnEndpointGroup.EndpointConfigurationProperty.Builder.clientIpPreservationEnabled(IResolvable clientIpPreservationEnabled)
|
CfnAccelerator.Builder |
CfnAccelerator.Builder.enabled(IResolvable enabled)
Indicates whether the accelerator is enabled.
|
CfnAcceleratorProps.Builder |
CfnAcceleratorProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnAcceleratorProps.getEnabled() |
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.endpointConfigurations(IResolvable endpointConfigurations)
The list of endpoint objects.
|
CfnEndpointGroupProps.Builder |
CfnEndpointGroupProps.Builder.endpointConfigurations(IResolvable endpointConfigurations)
Sets the value of
CfnEndpointGroupProps.getEndpointConfigurations() |
CfnEndpointGroup.Builder |
CfnEndpointGroup.Builder.portOverrides(IResolvable portOverrides)
Allows you to override the destination ports used to route traffic to an endpoint.
|
CfnEndpointGroupProps.Builder |
CfnEndpointGroupProps.Builder.portOverrides(IResolvable portOverrides)
Sets the value of
CfnEndpointGroupProps.getPortOverrides() |
CfnListenerProps.Builder |
CfnListenerProps.Builder.portRanges(IResolvable portRanges)
Sets the value of
CfnListenerProps.getPortRanges() |
CfnListener.Builder |
CfnListener.Builder.portRanges(IResolvable portRanges)
The list of port ranges for the connections from clients to the accelerator.
|
void |
CfnAccelerator.setEnabled(IResolvable value)
Indicates whether the accelerator is enabled.
|
void |
CfnEndpointGroup.setEndpointConfigurations(IResolvable value)
The list of endpoint objects.
|
void |
CfnEndpointGroup.setPortOverrides(IResolvable value)
Allows you to override the destination ports used to route traffic to an endpoint.
|
void |
CfnListener.setPortRanges(IResolvable value)
The list of port ranges for the connections from clients to the accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
CfnTriggerProps.Builder |
CfnTriggerProps.Builder.actions(IResolvable actions)
Sets the value of
CfnTriggerProps.getActions() |
CfnTrigger.Builder |
CfnTrigger.Builder.actions(IResolvable actions)
The actions initiated by this trigger.
|
CfnClassifier.CsvClassifierProperty.Builder |
CfnClassifier.CsvClassifierProperty.Builder.allowSingleColumn(IResolvable allowSingleColumn)
Sets the value of
CfnClassifier.CsvClassifierProperty.getAllowSingleColumn() |
CfnCrawler.TargetsProperty.Builder |
CfnCrawler.TargetsProperty.Builder.catalogTargets(IResolvable catalogTargets)
Sets the value of
CfnCrawler.TargetsProperty.getCatalogTargets() |
CfnSchema.Builder |
CfnSchema.Builder.checkpointVersion(IResolvable checkpointVersion)
Specify the `VersionNumber` or the `IsLatest` for setting the checkpoint for the schema.
|
CfnSchemaProps.Builder |
CfnSchemaProps.Builder.checkpointVersion(IResolvable checkpointVersion)
Sets the value of
CfnSchemaProps.getCheckpointVersion() |
CfnSecurityConfiguration.EncryptionConfigurationProperty.Builder |
CfnSecurityConfiguration.EncryptionConfigurationProperty.Builder.cloudWatchEncryption(IResolvable cloudWatchEncryption)
|
CfnTable.StorageDescriptorProperty.Builder |
CfnTable.StorageDescriptorProperty.Builder.columns(IResolvable columns)
Sets the value of
CfnTable.StorageDescriptorProperty.getColumns() |
CfnPartition.StorageDescriptorProperty.Builder |
CfnPartition.StorageDescriptorProperty.Builder.columns(IResolvable columns)
Sets the value of
CfnPartition.StorageDescriptorProperty.getColumns() |
CfnJob.Builder |
CfnJob.Builder.command(IResolvable command)
The code that executes a job.
|
CfnJobProps.Builder |
CfnJobProps.Builder.command(IResolvable command)
Sets the value of
CfnJobProps.getCommand() |
CfnTable.StorageDescriptorProperty.Builder |
CfnTable.StorageDescriptorProperty.Builder.compressed(IResolvable compressed)
Sets the value of
CfnTable.StorageDescriptorProperty.getCompressed() |
CfnPartition.StorageDescriptorProperty.Builder |
CfnPartition.StorageDescriptorProperty.Builder.compressed(IResolvable compressed)
Sets the value of
CfnPartition.StorageDescriptorProperty.getCompressed() |
CfnTrigger.PredicateProperty.Builder |
CfnTrigger.PredicateProperty.Builder.conditions(IResolvable conditions)
Sets the value of
CfnTrigger.PredicateProperty.getConditions() |
CfnConnectionProps.Builder |
CfnConnectionProps.Builder.connectionInput(IResolvable connectionInput)
Sets the value of
CfnConnectionProps.getConnectionInput() |
CfnConnection.Builder |
CfnConnection.Builder.connectionInput(IResolvable connectionInput)
The connection that you want to create.
|
CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty.Builder |
CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty.Builder.connectionPasswordEncryption(IResolvable connectionPasswordEncryption)
|
CfnJob.Builder |
CfnJob.Builder.connections(IResolvable connections)
The connections used for this job.
|
CfnJobProps.Builder |
CfnJobProps.Builder.connections(IResolvable connections)
Sets the value of
CfnJobProps.getConnections() |
CfnDatabase.DatabaseInputProperty.Builder |
CfnDatabase.DatabaseInputProperty.Builder.createTableDefaultPermissions(IResolvable createTableDefaultPermissions)
Sets the value of
CfnDatabase.DatabaseInputProperty.getCreateTableDefaultPermissions() |
CfnClassifier.Builder |
CfnClassifier.Builder.csvClassifier(IResolvable csvClassifier)
A classifier for comma-separated values (CSV).
|
CfnClassifierProps.Builder |
CfnClassifierProps.Builder.csvClassifier(IResolvable csvClassifier)
Sets the value of
CfnClassifierProps.getCsvClassifier() |
CfnDatabaseProps.Builder |
CfnDatabaseProps.Builder.databaseInput(IResolvable databaseInput)
Sets the value of
CfnDatabaseProps.getDatabaseInput() |
CfnDatabase.Builder |
CfnDatabase.Builder.databaseInput(IResolvable databaseInput)
The metadata for the database.
|
CfnDataCatalogEncryptionSettingsProps.Builder |
CfnDataCatalogEncryptionSettingsProps.Builder.dataCatalogEncryptionSettings(IResolvable dataCatalogEncryptionSettings)
Sets the value of
CfnDataCatalogEncryptionSettingsProps.getDataCatalogEncryptionSettings() |
CfnDataCatalogEncryptionSettings.Builder |
CfnDataCatalogEncryptionSettings.Builder.dataCatalogEncryptionSettings(IResolvable dataCatalogEncryptionSettings)
Contains configuration information for maintaining Data Catalog security.
|
CfnClassifier.CsvClassifierProperty.Builder |
CfnClassifier.CsvClassifierProperty.Builder.disableValueTrimming(IResolvable disableValueTrimming)
Sets the value of
CfnClassifier.CsvClassifierProperty.getDisableValueTrimming() |
CfnCrawler.TargetsProperty.Builder |
CfnCrawler.TargetsProperty.Builder.dynamoDbTargets(IResolvable dynamoDbTargets)
Sets the value of
CfnCrawler.TargetsProperty.getDynamoDbTargets() |
CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty.Builder |
CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty.Builder.encryptionAtRest(IResolvable encryptionAtRest)
|
CfnSecurityConfiguration.Builder |
CfnSecurityConfiguration.Builder.encryptionConfiguration(IResolvable encryptionConfiguration)
The encryption configuration associated with this security configuration.
|
CfnSecurityConfigurationProps.Builder |
CfnSecurityConfigurationProps.Builder.encryptionConfiguration(IResolvable encryptionConfiguration)
Sets the value of
CfnSecurityConfigurationProps.getEncryptionConfiguration() |
CfnMLTransform.FindMatchesParametersProperty.Builder |
CfnMLTransform.FindMatchesParametersProperty.Builder.enforceProvidedLabels(IResolvable enforceProvidedLabels)
Sets the value of
CfnMLTransform.FindMatchesParametersProperty.getEnforceProvidedLabels() |
CfnJob.Builder |
CfnJob.Builder.executionProperty(IResolvable executionProperty)
The maximum number of concurrent runs that are allowed for this job.
|
CfnJobProps.Builder |
CfnJobProps.Builder.executionProperty(IResolvable executionProperty)
Sets the value of
CfnJobProps.getExecutionProperty() |
CfnMLTransform.TransformParametersProperty.Builder |
CfnMLTransform.TransformParametersProperty.Builder.findMatchesParameters(IResolvable findMatchesParameters)
Sets the value of
CfnMLTransform.TransformParametersProperty.getFindMatchesParameters() |
CfnMLTransform.InputRecordTablesProperty.Builder |
CfnMLTransform.InputRecordTablesProperty.Builder.glueTables(IResolvable glueTables)
Sets the value of
CfnMLTransform.InputRecordTablesProperty.getGlueTables() |
CfnClassifier.Builder |
CfnClassifier.Builder.grokClassifier(IResolvable grokClassifier)
A classifier that uses `grok` .
|
CfnClassifierProps.Builder |
CfnClassifierProps.Builder.grokClassifier(IResolvable grokClassifier)
Sets the value of
CfnClassifierProps.getGrokClassifier() |
CfnMLTransform.Builder |
CfnMLTransform.Builder.inputRecordTables(IResolvable inputRecordTables)
A list of AWS Glue table definitions used by the transform.
|
CfnMLTransformProps.Builder |
CfnMLTransformProps.Builder.inputRecordTables(IResolvable inputRecordTables)
Sets the value of
CfnMLTransformProps.getInputRecordTables() |
CfnSchema.SchemaVersionProperty.Builder |
CfnSchema.SchemaVersionProperty.Builder.isLatest(IResolvable isLatest)
Sets the value of
CfnSchema.SchemaVersionProperty.getIsLatest() |
CfnCrawler.TargetsProperty.Builder |
CfnCrawler.TargetsProperty.Builder.jdbcTargets(IResolvable jdbcTargets)
Sets the value of
CfnCrawler.TargetsProperty.getJdbcTargets() |
CfnSecurityConfiguration.EncryptionConfigurationProperty.Builder |
CfnSecurityConfiguration.EncryptionConfigurationProperty.Builder.jobBookmarksEncryption(IResolvable jobBookmarksEncryption)
|
CfnClassifier.Builder |
CfnClassifier.Builder.jsonClassifier(IResolvable jsonClassifier)
A classifier for JSON content.
|
CfnClassifierProps.Builder |
CfnClassifierProps.Builder.jsonClassifier(IResolvable jsonClassifier)
Sets the value of
CfnClassifierProps.getJsonClassifier() |
CfnMLTransform.TransformEncryptionProperty.Builder |
CfnMLTransform.TransformEncryptionProperty.Builder.mlUserDataEncryption(IResolvable mlUserDataEncryption)
Sets the value of
CfnMLTransform.TransformEncryptionProperty.getMlUserDataEncryption() |
CfnCrawler.TargetsProperty.Builder |
CfnCrawler.TargetsProperty.Builder.mongoDbTargets(IResolvable mongoDbTargets)
Sets the value of
CfnCrawler.TargetsProperty.getMongoDbTargets() |
CfnJob.Builder |
CfnJob.Builder.notificationProperty(IResolvable notificationProperty)
Specifies configuration properties of a notification.
|
CfnTrigger.ActionProperty.Builder |
CfnTrigger.ActionProperty.Builder.notificationProperty(IResolvable notificationProperty)
Sets the value of
CfnTrigger.ActionProperty.getNotificationProperty() |
CfnJobProps.Builder |
CfnJobProps.Builder.notificationProperty(IResolvable notificationProperty)
Sets the value of
CfnJobProps.getNotificationProperty() |
CfnPartitionProps.Builder |
CfnPartitionProps.Builder.partitionInput(IResolvable partitionInput)
Sets the value of
CfnPartitionProps.getPartitionInput() |
CfnPartition.Builder |
CfnPartition.Builder.partitionInput(IResolvable partitionInput)
The structure used to create and update a partition.
|
CfnTable.TableInputProperty.Builder |
CfnTable.TableInputProperty.Builder.partitionKeys(IResolvable partitionKeys)
Sets the value of
CfnTable.TableInputProperty.getPartitionKeys() |
CfnConnection.ConnectionInputProperty.Builder |
CfnConnection.ConnectionInputProperty.Builder.physicalConnectionRequirements(IResolvable physicalConnectionRequirements)
|
CfnTriggerProps.Builder |
CfnTriggerProps.Builder.predicate(IResolvable predicate)
Sets the value of
CfnTriggerProps.getPredicate() |
CfnTrigger.Builder |
CfnTrigger.Builder.predicate(IResolvable predicate)
The predicate of this trigger, which defines when it will fire.
|
CfnDatabase.PrincipalPrivilegesProperty.Builder |
CfnDatabase.PrincipalPrivilegesProperty.Builder.principal(IResolvable principal)
Sets the value of
CfnDatabase.PrincipalPrivilegesProperty.getPrincipal() |
CfnCrawler.Builder |
CfnCrawler.Builder.recrawlPolicy(IResolvable recrawlPolicy)
A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.
|
CfnCrawlerProps.Builder |
CfnCrawlerProps.Builder.recrawlPolicy(IResolvable recrawlPolicy)
Sets the value of
CfnCrawlerProps.getRecrawlPolicy() |
CfnSchema.Builder |
CfnSchema.Builder.registry(IResolvable registry)
The registry where a schema is stored.
|
CfnSchemaProps.Builder |
CfnSchemaProps.Builder.registry(IResolvable registry)
Sets the value of
CfnSchemaProps.getRegistry() |
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder |
CfnDataCatalogEncryptionSettings.ConnectionPasswordEncryptionProperty.Builder.returnConnectionPasswordEncrypted(IResolvable returnConnectionPasswordEncrypted)
|
CfnSecurityConfiguration.EncryptionConfigurationProperty.Builder |
CfnSecurityConfiguration.EncryptionConfigurationProperty.Builder.s3Encryptions(IResolvable s3Encryptions)
|
CfnCrawler.TargetsProperty.Builder |
CfnCrawler.TargetsProperty.Builder.s3Targets(IResolvable s3Targets)
Sets the value of
CfnCrawler.TargetsProperty.getS3Targets() |
CfnCrawler.Builder |
CfnCrawler.Builder.schedule(IResolvable schedule)
For scheduled crawlers, the schedule when the crawler runs.
|
CfnCrawlerProps.Builder |
CfnCrawlerProps.Builder.schedule(IResolvable schedule)
Sets the value of
CfnCrawlerProps.getSchedule() |
CfnSchemaVersion.Builder |
CfnSchemaVersion.Builder.schema(IResolvable schema)
The schema that includes the schema version.
|
CfnSchemaVersionProps.Builder |
CfnSchemaVersionProps.Builder.schema(IResolvable schema)
Sets the value of
CfnSchemaVersionProps.getSchema() |
CfnCrawler.Builder |
CfnCrawler.Builder.schemaChangePolicy(IResolvable schemaChangePolicy)
The policy that specifies update and delete behaviors for the crawler.
|
CfnCrawlerProps.Builder |
CfnCrawlerProps.Builder.schemaChangePolicy(IResolvable schemaChangePolicy)
Sets the value of
CfnCrawlerProps.getSchemaChangePolicy() |
CfnTable.SchemaReferenceProperty.Builder |
CfnTable.SchemaReferenceProperty.Builder.schemaId(IResolvable schemaId)
Sets the value of
CfnTable.SchemaReferenceProperty.getSchemaId() |
CfnPartition.SchemaReferenceProperty.Builder |
CfnPartition.SchemaReferenceProperty.Builder.schemaId(IResolvable schemaId)
Sets the value of
CfnPartition.SchemaReferenceProperty.getSchemaId() |
CfnTable.StorageDescriptorProperty.Builder |
CfnTable.StorageDescriptorProperty.Builder.schemaReference(IResolvable schemaReference)
Sets the value of
CfnTable.StorageDescriptorProperty.getSchemaReference() |
CfnPartition.StorageDescriptorProperty.Builder |
CfnPartition.StorageDescriptorProperty.Builder.schemaReference(IResolvable schemaReference)
Sets the value of
CfnPartition.StorageDescriptorProperty.getSchemaReference() |
CfnTable.StorageDescriptorProperty.Builder |
CfnTable.StorageDescriptorProperty.Builder.serdeInfo(IResolvable serdeInfo)
Sets the value of
CfnTable.StorageDescriptorProperty.getSerdeInfo() |
CfnPartition.StorageDescriptorProperty.Builder |
CfnPartition.StorageDescriptorProperty.Builder.serdeInfo(IResolvable serdeInfo)
Sets the value of
CfnPartition.StorageDescriptorProperty.getSerdeInfo() |
void |
CfnTrigger.setActions(IResolvable value)
The actions initiated by this trigger.
|
void |
CfnSchema.setCheckpointVersion(IResolvable value)
Specify the `VersionNumber` or the `IsLatest` for setting the checkpoint for the schema.
|
void |
CfnJob.setCommand(IResolvable value)
The code that executes a job.
|
void |
CfnConnection.setConnectionInput(IResolvable value)
The connection that you want to create.
|
void |
CfnJob.setConnections(IResolvable value)
The connections used for this job.
|
void |
CfnClassifier.setCsvClassifier(IResolvable value)
A classifier for comma-separated values (CSV).
|
void |
CfnDatabase.setDatabaseInput(IResolvable value)
The metadata for the database.
|
void |
CfnDataCatalogEncryptionSettings.setDataCatalogEncryptionSettings(IResolvable value)
Contains configuration information for maintaining Data Catalog security.
|
void |
CfnSecurityConfiguration.setEncryptionConfiguration(IResolvable value)
The encryption configuration associated with this security configuration.
|
void |
CfnJob.setExecutionProperty(IResolvable value)
The maximum number of concurrent runs that are allowed for this job.
|
void |
CfnClassifier.setGrokClassifier(IResolvable value)
A classifier that uses `grok` .
|
void |
CfnMLTransform.setInputRecordTables(IResolvable value)
A list of AWS Glue table definitions used by the transform.
|
void |
CfnClassifier.setJsonClassifier(IResolvable value)
A classifier for JSON content.
|
void |
CfnJob.setNotificationProperty(IResolvable value)
Specifies configuration properties of a notification.
|
void |
CfnPartition.setPartitionInput(IResolvable value)
The structure used to create and update a partition.
|
void |
CfnTrigger.setPredicate(IResolvable value)
The predicate of this trigger, which defines when it will fire.
|
void |
CfnCrawler.setRecrawlPolicy(IResolvable value)
A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.
|
void |
CfnSchema.setRegistry(IResolvable value)
The registry where a schema is stored.
|
void |
CfnCrawler.setSchedule(IResolvable value)
For scheduled crawlers, the schedule when the crawler runs.
|
void |
CfnSchemaVersion.setSchema(IResolvable value)
The schema that includes the schema version.
|
void |
CfnCrawler.setSchemaChangePolicy(IResolvable value)
The policy that specifies update and delete behaviors for the crawler.
|
void |
CfnTrigger.setStartOnCreation(IResolvable value)
Set to true to start `SCHEDULED` and `CONDITIONAL` triggers when created.
|
void |
CfnTable.setTableInput(IResolvable value)
A structure used to define a table.
|
void |
CfnCrawler.setTargets(IResolvable value)
A collection of targets to crawl.
|
void |
CfnMLTransform.setTransformEncryption(IResolvable value)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
void |
CfnMLTransform.setTransformParameters(IResolvable value)
The algorithm-specific parameters that are associated with the machine learning transform.
|
void |
CfnClassifier.setXmlClassifier(IResolvable value)
A classifier for XML content.
|
CfnTable.StorageDescriptorProperty.Builder |
CfnTable.StorageDescriptorProperty.Builder.skewedInfo(IResolvable skewedInfo)
Sets the value of
CfnTable.StorageDescriptorProperty.getSkewedInfo() |
CfnPartition.StorageDescriptorProperty.Builder |
CfnPartition.StorageDescriptorProperty.Builder.skewedInfo(IResolvable skewedInfo)
Sets the value of
CfnPartition.StorageDescriptorProperty.getSkewedInfo() |
CfnTable.StorageDescriptorProperty.Builder |
CfnTable.StorageDescriptorProperty.Builder.sortColumns(IResolvable sortColumns)
Sets the value of
CfnTable.StorageDescriptorProperty.getSortColumns() |
CfnPartition.StorageDescriptorProperty.Builder |
CfnPartition.StorageDescriptorProperty.Builder.sortColumns(IResolvable sortColumns)
Sets the value of
CfnPartition.StorageDescriptorProperty.getSortColumns() |
CfnTriggerProps.Builder |
CfnTriggerProps.Builder.startOnCreation(IResolvable startOnCreation)
Sets the value of
CfnTriggerProps.getStartOnCreation() |
CfnTrigger.Builder |
CfnTrigger.Builder.startOnCreation(IResolvable startOnCreation)
Set to true to start `SCHEDULED` and `CONDITIONAL` triggers when created.
|
CfnTable.TableInputProperty.Builder |
CfnTable.TableInputProperty.Builder.storageDescriptor(IResolvable storageDescriptor)
Sets the value of
CfnTable.TableInputProperty.getStorageDescriptor() |
CfnPartition.PartitionInputProperty.Builder |
CfnPartition.PartitionInputProperty.Builder.storageDescriptor(IResolvable storageDescriptor)
Sets the value of
CfnPartition.PartitionInputProperty.getStorageDescriptor() |
CfnTable.StorageDescriptorProperty.Builder |
CfnTable.StorageDescriptorProperty.Builder.storedAsSubDirectories(IResolvable storedAsSubDirectories)
Sets the value of
CfnTable.StorageDescriptorProperty.getStoredAsSubDirectories() |
CfnPartition.StorageDescriptorProperty.Builder |
CfnPartition.StorageDescriptorProperty.Builder.storedAsSubDirectories(IResolvable storedAsSubDirectories)
Sets the value of
CfnPartition.StorageDescriptorProperty.getStoredAsSubDirectories() |
CfnTable.Builder |
CfnTable.Builder.tableInput(IResolvable tableInput)
A structure used to define a table.
|
CfnTableProps.Builder |
CfnTableProps.Builder.tableInput(IResolvable tableInput)
Sets the value of
CfnTableProps.getTableInput() |
CfnDatabase.DatabaseInputProperty.Builder |
CfnDatabase.DatabaseInputProperty.Builder.targetDatabase(IResolvable targetDatabase)
Sets the value of
CfnDatabase.DatabaseInputProperty.getTargetDatabase() |
CfnCrawler.Builder |
CfnCrawler.Builder.targets(IResolvable targets)
A collection of targets to crawl.
|
CfnCrawlerProps.Builder |
CfnCrawlerProps.Builder.targets(IResolvable targets)
Sets the value of
CfnCrawlerProps.getTargets() |
CfnTable.TableInputProperty.Builder |
CfnTable.TableInputProperty.Builder.targetTable(IResolvable targetTable)
Sets the value of
CfnTable.TableInputProperty.getTargetTable() |
CfnMLTransform.Builder |
CfnMLTransform.Builder.transformEncryption(IResolvable transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
CfnMLTransformProps.Builder |
CfnMLTransformProps.Builder.transformEncryption(IResolvable transformEncryption)
Sets the value of
CfnMLTransformProps.getTransformEncryption() |
CfnMLTransform.Builder |
CfnMLTransform.Builder.transformParameters(IResolvable transformParameters)
The algorithm-specific parameters that are associated with the machine learning transform.
|
CfnMLTransformProps.Builder |
CfnMLTransformProps.Builder.transformParameters(IResolvable transformParameters)
Sets the value of
CfnMLTransformProps.getTransformParameters() |
CfnClassifier.Builder |
CfnClassifier.Builder.xmlClassifier(IResolvable xmlClassifier)
A classifier for XML content.
|
CfnClassifierProps.Builder |
CfnClassifierProps.Builder.xmlClassifier(IResolvable xmlClassifier)
Sets the value of
CfnClassifierProps.getXmlClassifier() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunctionDefinition.EnvironmentProperty.Builder |
CfnFunctionDefinition.EnvironmentProperty.Builder.accessSysfs(IResolvable accessSysfs)
Sets the value of
CfnFunctionDefinition.EnvironmentProperty.getAccessSysfs() |
CfnFunctionDefinitionVersion.EnvironmentProperty.Builder |
CfnFunctionDefinitionVersion.EnvironmentProperty.Builder.accessSysfs(IResolvable accessSysfs)
Sets the value of
CfnFunctionDefinitionVersion.EnvironmentProperty.getAccessSysfs() |
CfnResourceDefinition.GroupOwnerSettingProperty.Builder |
CfnResourceDefinition.GroupOwnerSettingProperty.Builder.autoAddGroupOwner(IResolvable autoAddGroupOwner)
Sets the value of
CfnResourceDefinition.GroupOwnerSettingProperty.getAutoAddGroupOwner() |
CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder |
CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder.autoAddGroupOwner(IResolvable autoAddGroupOwner)
|
CfnConnectorDefinitionVersion.Builder |
CfnConnectorDefinitionVersion.Builder.connectors(IResolvable connectors)
The connectors in this version.
|
CfnConnectorDefinition.ConnectorDefinitionVersionProperty.Builder |
CfnConnectorDefinition.ConnectorDefinitionVersionProperty.Builder.connectors(IResolvable connectors)
|
CfnConnectorDefinitionVersionProps.Builder |
CfnConnectorDefinitionVersionProps.Builder.connectors(IResolvable connectors)
Sets the value of
CfnConnectorDefinitionVersionProps.getConnectors() |
CfnCoreDefinition.CoreDefinitionVersionProperty.Builder |
CfnCoreDefinition.CoreDefinitionVersionProperty.Builder.cores(IResolvable cores)
Sets the value of
CfnCoreDefinition.CoreDefinitionVersionProperty.getCores() |
CfnCoreDefinitionVersion.Builder |
CfnCoreDefinitionVersion.Builder.cores(IResolvable cores)
The Greengrass core in this version.
|
CfnCoreDefinitionVersionProps.Builder |
CfnCoreDefinitionVersionProps.Builder.cores(IResolvable cores)
Sets the value of
CfnCoreDefinitionVersionProps.getCores() |
CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder |
CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder.defaultConfig(IResolvable defaultConfig)
|
CfnFunctionDefinitionVersionProps.Builder |
CfnFunctionDefinitionVersionProps.Builder.defaultConfig(IResolvable defaultConfig)
Sets the value of
CfnFunctionDefinitionVersionProps.getDefaultConfig() |
CfnFunctionDefinitionVersion.Builder |
CfnFunctionDefinitionVersion.Builder.defaultConfig(IResolvable defaultConfig)
The default configuration that applies to all Lambda functions in the group.
|
CfnDeviceDefinitionVersionProps.Builder |
CfnDeviceDefinitionVersionProps.Builder.devices(IResolvable devices)
Sets the value of
CfnDeviceDefinitionVersionProps.getDevices() |
CfnDeviceDefinition.DeviceDefinitionVersionProperty.Builder |
CfnDeviceDefinition.DeviceDefinitionVersionProperty.Builder.devices(IResolvable devices)
Sets the value of
CfnDeviceDefinition.DeviceDefinitionVersionProperty.getDevices() |
CfnDeviceDefinitionVersion.Builder |
CfnDeviceDefinitionVersion.Builder.devices(IResolvable devices)
The devices in this version.
|
CfnFunctionDefinition.FunctionConfigurationProperty.Builder |
CfnFunctionDefinition.FunctionConfigurationProperty.Builder.environment(IResolvable environment)
Sets the value of
CfnFunctionDefinition.FunctionConfigurationProperty.getEnvironment() |
CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Builder |
CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Builder.environment(IResolvable environment)
|
CfnFunctionDefinition.DefaultConfigProperty.Builder |
CfnFunctionDefinition.DefaultConfigProperty.Builder.execution(IResolvable execution)
Sets the value of
CfnFunctionDefinition.DefaultConfigProperty.getExecution() |
CfnFunctionDefinition.EnvironmentProperty.Builder |
CfnFunctionDefinition.EnvironmentProperty.Builder.execution(IResolvable execution)
Sets the value of
CfnFunctionDefinition.EnvironmentProperty.getExecution() |
CfnFunctionDefinitionVersion.DefaultConfigProperty.Builder |
CfnFunctionDefinitionVersion.DefaultConfigProperty.Builder.execution(IResolvable execution)
Sets the value of
CfnFunctionDefinitionVersion.DefaultConfigProperty.getExecution() |
CfnFunctionDefinitionVersion.EnvironmentProperty.Builder |
CfnFunctionDefinitionVersion.EnvironmentProperty.Builder.execution(IResolvable execution)
Sets the value of
CfnFunctionDefinitionVersion.EnvironmentProperty.getExecution() |
CfnFunctionDefinition.FunctionProperty.Builder |
CfnFunctionDefinition.FunctionProperty.Builder.functionConfiguration(IResolvable functionConfiguration)
Sets the value of
CfnFunctionDefinition.FunctionProperty.getFunctionConfiguration() |
CfnFunctionDefinitionVersion.FunctionProperty.Builder |
CfnFunctionDefinitionVersion.FunctionProperty.Builder.functionConfiguration(IResolvable functionConfiguration)
Sets the value of
CfnFunctionDefinitionVersion.FunctionProperty.getFunctionConfiguration() |
CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder |
CfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder.functions(IResolvable functions)
Sets the value of
CfnFunctionDefinition.FunctionDefinitionVersionProperty.getFunctions() |
CfnFunctionDefinitionVersionProps.Builder |
CfnFunctionDefinitionVersionProps.Builder.functions(IResolvable functions)
Sets the value of
CfnFunctionDefinitionVersionProps.getFunctions() |
CfnFunctionDefinitionVersion.Builder |
CfnFunctionDefinitionVersion.Builder.functions(IResolvable functions)
The functions in this version.
|
CfnResourceDefinition.LocalDeviceResourceDataProperty.Builder |
CfnResourceDefinition.LocalDeviceResourceDataProperty.Builder.groupOwnerSetting(IResolvable groupOwnerSetting)
|
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder |
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder.groupOwnerSetting(IResolvable groupOwnerSetting)
|
CfnResourceDefinitionVersion.LocalDeviceResourceDataProperty.Builder |
CfnResourceDefinitionVersion.LocalDeviceResourceDataProperty.Builder.groupOwnerSetting(IResolvable groupOwnerSetting)
|
CfnResourceDefinitionVersion.LocalVolumeResourceDataProperty.Builder |
CfnResourceDefinitionVersion.LocalVolumeResourceDataProperty.Builder.groupOwnerSetting(IResolvable groupOwnerSetting)
|
CfnFunctionDefinition.Builder |
CfnFunctionDefinition.Builder.initialVersion(IResolvable initialVersion)
The function definition version to include when the function definition is created.
|
CfnSubscriptionDefinitionProps.Builder |
CfnSubscriptionDefinitionProps.Builder.initialVersion(IResolvable initialVersion)
Sets the value of
CfnSubscriptionDefinitionProps.getInitialVersion() |
CfnCoreDefinition.Builder |
CfnCoreDefinition.Builder.initialVersion(IResolvable initialVersion)
The core definition version to include when the core definition is created.
|
CfnDeviceDefinition.Builder |
CfnDeviceDefinition.Builder.initialVersion(IResolvable initialVersion)
The device definition version to include when the device definition is created.
|
CfnResourceDefinitionProps.Builder |
CfnResourceDefinitionProps.Builder.initialVersion(IResolvable initialVersion)
Sets the value of
CfnResourceDefinitionProps.getInitialVersion() |
CfnLoggerDefinitionProps.Builder |
CfnLoggerDefinitionProps.Builder.initialVersion(IResolvable initialVersion)
Sets the value of
CfnLoggerDefinitionProps.getInitialVersion() |
CfnConnectorDefinitionProps.Builder |
CfnConnectorDefinitionProps.Builder.initialVersion(IResolvable initialVersion)
Sets the value of
CfnConnectorDefinitionProps.getInitialVersion() |
CfnConnectorDefinition.Builder |
CfnConnectorDefinition.Builder.initialVersion(IResolvable initialVersion)
The connector definition version to include when the connector definition is created.
|
CfnGroup.Builder |
CfnGroup.Builder.initialVersion(IResolvable initialVersion)
The group version to include when the group is created.
|
CfnResourceDefinition.Builder |
CfnResourceDefinition.Builder.initialVersion(IResolvable initialVersion)
The resource definition version to include when the resource definition is created.
|
CfnFunctionDefinitionProps.Builder |
CfnFunctionDefinitionProps.Builder.initialVersion(IResolvable initialVersion)
Sets the value of
CfnFunctionDefinitionProps.getInitialVersion() |
CfnDeviceDefinitionProps.Builder |
CfnDeviceDefinitionProps.Builder.initialVersion(IResolvable initialVersion)
Sets the value of
CfnDeviceDefinitionProps.getInitialVersion() |
CfnLoggerDefinition.Builder |
CfnLoggerDefinition.Builder.initialVersion(IResolvable initialVersion)
The logger definition version to include when the logger definition is created.
|
CfnSubscriptionDefinition.Builder |
CfnSubscriptionDefinition.Builder.initialVersion(IResolvable initialVersion)
The subscription definition version to include when the subscription definition is created.
|
CfnGroupProps.Builder |
CfnGroupProps.Builder.initialVersion(IResolvable initialVersion)
Sets the value of
CfnGroupProps.getInitialVersion() |
CfnCoreDefinitionProps.Builder |
CfnCoreDefinitionProps.Builder.initialVersion(IResolvable initialVersion)
Sets the value of
CfnCoreDefinitionProps.getInitialVersion() |
CfnResourceDefinition.ResourceDataContainerProperty.Builder |
CfnResourceDefinition.ResourceDataContainerProperty.Builder.localDeviceResourceData(IResolvable localDeviceResourceData)
|
CfnResourceDefinitionVersion.ResourceDataContainerProperty.Builder |
CfnResourceDefinitionVersion.ResourceDataContainerProperty.Builder.localDeviceResourceData(IResolvable localDeviceResourceData)
|
CfnResourceDefinition.ResourceDataContainerProperty.Builder |
CfnResourceDefinition.ResourceDataContainerProperty.Builder.localVolumeResourceData(IResolvable localVolumeResourceData)
|
CfnResourceDefinitionVersion.ResourceDataContainerProperty.Builder |
CfnResourceDefinitionVersion.ResourceDataContainerProperty.Builder.localVolumeResourceData(IResolvable localVolumeResourceData)
|
CfnLoggerDefinitionVersionProps.Builder |
CfnLoggerDefinitionVersionProps.Builder.loggers(IResolvable loggers)
Sets the value of
CfnLoggerDefinitionVersionProps.getLoggers() |
CfnLoggerDefinitionVersion.Builder |
CfnLoggerDefinitionVersion.Builder.loggers(IResolvable loggers)
The loggers in this version.
|
CfnLoggerDefinition.LoggerDefinitionVersionProperty.Builder |
CfnLoggerDefinition.LoggerDefinitionVersionProperty.Builder.loggers(IResolvable loggers)
Sets the value of
CfnLoggerDefinition.LoggerDefinitionVersionProperty.getLoggers() |
CfnResourceDefinition.S3MachineLearningModelResourceDataProperty.Builder |
CfnResourceDefinition.S3MachineLearningModelResourceDataProperty.Builder.ownerSetting(IResolvable ownerSetting)
|
CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.Builder |
CfnResourceDefinition.SageMakerMachineLearningModelResourceDataProperty.Builder.ownerSetting(IResolvable ownerSetting)
|
CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty.Builder |
CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty.Builder.ownerSetting(IResolvable ownerSetting)
|
CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder |
CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder.ownerSetting(IResolvable ownerSetting)
|
CfnFunctionDefinition.FunctionConfigurationProperty.Builder |
CfnFunctionDefinition.FunctionConfigurationProperty.Builder.pinned(IResolvable pinned)
Sets the value of
CfnFunctionDefinition.FunctionConfigurationProperty.getPinned() |
CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Builder |
CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Builder.pinned(IResolvable pinned)
Sets the value of
CfnFunctionDefinitionVersion.FunctionConfigurationProperty.getPinned() |
CfnFunctionDefinition.EnvironmentProperty.Builder |
CfnFunctionDefinition.EnvironmentProperty.Builder.resourceAccessPolicies(IResolvable resourceAccessPolicies)
Sets the value of
CfnFunctionDefinition.EnvironmentProperty.getResourceAccessPolicies() |
CfnFunctionDefinitionVersion.EnvironmentProperty.Builder |
CfnFunctionDefinitionVersion.EnvironmentProperty.Builder.resourceAccessPolicies(IResolvable resourceAccessPolicies)
|
CfnResourceDefinition.ResourceInstanceProperty.Builder |
CfnResourceDefinition.ResourceInstanceProperty.Builder.resourceDataContainer(IResolvable resourceDataContainer)
|
CfnResourceDefinitionVersion.ResourceInstanceProperty.Builder |
CfnResourceDefinitionVersion.ResourceInstanceProperty.Builder.resourceDataContainer(IResolvable resourceDataContainer)
|
CfnResourceDefinitionVersionProps.Builder |
CfnResourceDefinitionVersionProps.Builder.resources(IResolvable resources)
Sets the value of
CfnResourceDefinitionVersionProps.getResources() |
CfnResourceDefinition.ResourceDefinitionVersionProperty.Builder |
CfnResourceDefinition.ResourceDefinitionVersionProperty.Builder.resources(IResolvable resources)
Sets the value of
CfnResourceDefinition.ResourceDefinitionVersionProperty.getResources() |
CfnResourceDefinitionVersion.Builder |
CfnResourceDefinitionVersion.Builder.resources(IResolvable resources)
The resources in this version.
|
CfnFunctionDefinition.ExecutionProperty.Builder |
CfnFunctionDefinition.ExecutionProperty.Builder.runAs(IResolvable runAs)
Sets the value of
CfnFunctionDefinition.ExecutionProperty.getRunAs() |
CfnFunctionDefinitionVersion.ExecutionProperty.Builder |
CfnFunctionDefinitionVersion.ExecutionProperty.Builder.runAs(IResolvable runAs)
Sets the value of
CfnFunctionDefinitionVersion.ExecutionProperty.getRunAs() |
CfnResourceDefinition.ResourceDataContainerProperty.Builder |
CfnResourceDefinition.ResourceDataContainerProperty.Builder.s3MachineLearningModelResourceData(IResolvable s3MachineLearningModelResourceData)
|
CfnResourceDefinitionVersion.ResourceDataContainerProperty.Builder |
CfnResourceDefinitionVersion.ResourceDataContainerProperty.Builder.s3MachineLearningModelResourceData(IResolvable s3MachineLearningModelResourceData)
|
CfnResourceDefinition.ResourceDataContainerProperty.Builder |
CfnResourceDefinition.ResourceDataContainerProperty.Builder.sageMakerMachineLearningModelResourceData(IResolvable sageMakerMachineLearningModelResourceData)
|
CfnResourceDefinitionVersion.ResourceDataContainerProperty.Builder |
CfnResourceDefinitionVersion.ResourceDataContainerProperty.Builder.sageMakerMachineLearningModelResourceData(IResolvable sageMakerMachineLearningModelResourceData)
|
CfnResourceDefinition.ResourceDataContainerProperty.Builder |
CfnResourceDefinition.ResourceDataContainerProperty.Builder.secretsManagerSecretResourceData(IResolvable secretsManagerSecretResourceData)
|
CfnResourceDefinitionVersion.ResourceDataContainerProperty.Builder |
CfnResourceDefinitionVersion.ResourceDataContainerProperty.Builder.secretsManagerSecretResourceData(IResolvable secretsManagerSecretResourceData)
|
void |
CfnConnectorDefinitionVersion.setConnectors(IResolvable value)
The connectors in this version.
|
void |
CfnCoreDefinitionVersion.setCores(IResolvable value)
The Greengrass core in this version.
|
void |
CfnFunctionDefinitionVersion.setDefaultConfig(IResolvable value)
The default configuration that applies to all Lambda functions in the group.
|
void |
CfnDeviceDefinitionVersion.setDevices(IResolvable value)
The devices in this version.
|
void |
CfnFunctionDefinitionVersion.setFunctions(IResolvable value)
The functions in this version.
|
void |
CfnFunctionDefinition.setInitialVersion(IResolvable value)
The function definition version to include when the function definition is created.
|
void |
CfnCoreDefinition.setInitialVersion(IResolvable value)
The core definition version to include when the core definition is created.
|
void |
CfnDeviceDefinition.setInitialVersion(IResolvable value)
The device definition version to include when the device definition is created.
|
void |
CfnConnectorDefinition.setInitialVersion(IResolvable value)
The connector definition version to include when the connector definition is created.
|
void |
CfnGroup.setInitialVersion(IResolvable value)
The group version to include when the group is created.
|
void |
CfnResourceDefinition.setInitialVersion(IResolvable value)
The resource definition version to include when the resource definition is created.
|
void |
CfnLoggerDefinition.setInitialVersion(IResolvable value)
The logger definition version to include when the logger definition is created.
|
void |
CfnSubscriptionDefinition.setInitialVersion(IResolvable value)
The subscription definition version to include when the subscription definition is created.
|
void |
CfnLoggerDefinitionVersion.setLoggers(IResolvable value)
The loggers in this version.
|
void |
CfnResourceDefinitionVersion.setResources(IResolvable value)
The resources in this version.
|
void |
CfnSubscriptionDefinitionVersion.setSubscriptions(IResolvable value)
The subscriptions in this version.
|
CfnSubscriptionDefinitionVersionProps.Builder |
CfnSubscriptionDefinitionVersionProps.Builder.subscriptions(IResolvable subscriptions)
Sets the value of
CfnSubscriptionDefinitionVersionProps.getSubscriptions() |
CfnSubscriptionDefinition.SubscriptionDefinitionVersionProperty.Builder |
CfnSubscriptionDefinition.SubscriptionDefinitionVersionProperty.Builder.subscriptions(IResolvable subscriptions)
|
CfnSubscriptionDefinitionVersion.Builder |
CfnSubscriptionDefinitionVersion.Builder.subscriptions(IResolvable subscriptions)
The subscriptions in this version.
|
CfnCoreDefinition.CoreProperty.Builder |
CfnCoreDefinition.CoreProperty.Builder.syncShadow(IResolvable syncShadow)
Sets the value of
CfnCoreDefinition.CoreProperty.getSyncShadow() |
CfnDeviceDefinition.DeviceProperty.Builder |
CfnDeviceDefinition.DeviceProperty.Builder.syncShadow(IResolvable syncShadow)
Sets the value of
CfnDeviceDefinition.DeviceProperty.getSyncShadow() |
CfnCoreDefinitionVersion.CoreProperty.Builder |
CfnCoreDefinitionVersion.CoreProperty.Builder.syncShadow(IResolvable syncShadow)
Sets the value of
CfnCoreDefinitionVersion.CoreProperty.getSyncShadow() |
CfnDeviceDefinitionVersion.DeviceProperty.Builder |
CfnDeviceDefinitionVersion.DeviceProperty.Builder.syncShadow(IResolvable syncShadow)
Sets the value of
CfnDeviceDefinitionVersion.DeviceProperty.getSyncShadow() |
| Modifier and Type | Method and Description |
|---|---|
CfnThreatIntelSet.Builder |
CfnThreatIntelSet.Builder.activate(IResolvable activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
CfnThreatIntelSetProps.Builder |
CfnThreatIntelSetProps.Builder.activate(IResolvable activate)
Sets the value of
CfnThreatIntelSetProps.getActivate() |
CfnIPSetProps.Builder |
CfnIPSetProps.Builder.activate(IResolvable activate)
Sets the value of
CfnIPSetProps.getActivate() |
CfnIPSet.Builder |
CfnIPSet.Builder.activate(IResolvable activate)
Indicates whether or not uses the `IPSet` .
|
CfnDetector.CFNKubernetesConfigurationProperty.Builder |
CfnDetector.CFNKubernetesConfigurationProperty.Builder.auditLogs(IResolvable auditLogs)
Sets the value of
CfnDetector.CFNKubernetesConfigurationProperty.getAuditLogs() |
CfnDetector.Builder |
CfnDetector.Builder.dataSources(IResolvable dataSources)
Describes which data sources will be enabled for the detector.
|
CfnDetectorProps.Builder |
CfnDetectorProps.Builder.dataSources(IResolvable dataSources)
Sets the value of
CfnDetectorProps.getDataSources() |
CfnMemberProps.Builder |
CfnMemberProps.Builder.disableEmailNotification(IResolvable disableEmailNotification)
Sets the value of
CfnMemberProps.getDisableEmailNotification() |
CfnMember.Builder |
CfnMember.Builder.disableEmailNotification(IResolvable disableEmailNotification)
Specifies whether or not to disable email notification for the member account that you invite.
|
CfnDetector.CFNKubernetesAuditLogsConfigurationProperty.Builder |
CfnDetector.CFNKubernetesAuditLogsConfigurationProperty.Builder.enable(IResolvable enable)
Sets the value of
CfnDetector.CFNKubernetesAuditLogsConfigurationProperty.getEnable() |
CfnDetector.CFNS3LogsConfigurationProperty.Builder |
CfnDetector.CFNS3LogsConfigurationProperty.Builder.enable(IResolvable enable)
Sets the value of
CfnDetector.CFNS3LogsConfigurationProperty.getEnable() |
CfnDetector.Builder |
CfnDetector.Builder.enable(IResolvable enable)
Specifies whether the detector is to be enabled on creation.
|
CfnDetectorProps.Builder |
CfnDetectorProps.Builder.enable(IResolvable enable)
Sets the value of
CfnDetectorProps.getEnable() |
CfnFilter.Builder |
CfnFilter.Builder.findingCriteria(IResolvable findingCriteria)
Represents the criteria to be used in the filter for querying findings.
|
CfnFilterProps.Builder |
CfnFilterProps.Builder.findingCriteria(IResolvable findingCriteria)
Sets the value of
CfnFilterProps.getFindingCriteria() |
CfnFilter.FindingCriteriaProperty.Builder |
CfnFilter.FindingCriteriaProperty.Builder.itemType(IResolvable itemType)
Sets the value of
CfnFilter.FindingCriteriaProperty.getItemType() |
CfnDetector.CFNDataSourceConfigurationsProperty.Builder |
CfnDetector.CFNDataSourceConfigurationsProperty.Builder.kubernetes(IResolvable kubernetes)
Sets the value of
CfnDetector.CFNDataSourceConfigurationsProperty.getKubernetes() |
CfnDetector.CFNDataSourceConfigurationsProperty.Builder |
CfnDetector.CFNDataSourceConfigurationsProperty.Builder.s3Logs(IResolvable s3Logs)
Sets the value of
CfnDetector.CFNDataSourceConfigurationsProperty.getS3Logs() |
void |
CfnThreatIntelSet.setActivate(IResolvable value)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
void |
CfnIPSet.setActivate(IResolvable value)
Indicates whether or not uses the `IPSet` .
|
void |
CfnDetector.setDataSources(IResolvable value)
Describes which data sources will be enabled for the detector.
|
void |
CfnMember.setDisableEmailNotification(IResolvable value)
Specifies whether or not to disable email notification for the member account that you invite.
|
void |
CfnDetector.setEnable(IResolvable value)
Specifies whether the detector is to be enabled on creation.
|
void |
CfnFilter.setFindingCriteria(IResolvable value)
Represents the criteria to be used in the filter for querying findings.
|
| Modifier and Type | Method and Description |
|---|---|
CfnFHIRDatastore.SseConfigurationProperty.Builder |
CfnFHIRDatastore.SseConfigurationProperty.Builder.kmsEncryptionConfig(IResolvable kmsEncryptionConfig)
Sets the value of
CfnFHIRDatastore.SseConfigurationProperty.getKmsEncryptionConfig() |
CfnFHIRDatastore.Builder |
CfnFHIRDatastore.Builder.preloadDataConfig(IResolvable preloadDataConfig)
The preloaded data configuration for the Data Store.
|
CfnFHIRDatastoreProps.Builder |
CfnFHIRDatastoreProps.Builder.preloadDataConfig(IResolvable preloadDataConfig)
Sets the value of
CfnFHIRDatastoreProps.getPreloadDataConfig() |
void |
CfnFHIRDatastore.setPreloadDataConfig(IResolvable value)
The preloaded data configuration for the Data Store.
|
void |
CfnFHIRDatastore.setSseConfiguration(IResolvable value)
The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.
|
CfnFHIRDatastore.Builder |
CfnFHIRDatastore.Builder.sseConfiguration(IResolvable sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.
|
CfnFHIRDatastoreProps.Builder |
CfnFHIRDatastoreProps.Builder.sseConfiguration(IResolvable sseConfiguration)
Sets the value of
CfnFHIRDatastoreProps.getSseConfiguration() |
| Modifier and Type | Class and Description |
|---|---|
class |
PolicyDocument
A PolicyDocument is a collection of statements.
|
| Modifier and Type | Method and Description |
|---|---|
CfnUserProps.Builder |
CfnUserProps.Builder.loginProfile(IResolvable loginProfile)
Sets the value of
CfnUserProps.getLoginProfile() |
CfnUser.Builder |
CfnUser.Builder.loginProfile(IResolvable loginProfile)
Creates a password for the specified IAM user.
|
CfnUser.LoginProfileProperty.Builder |
CfnUser.LoginProfileProperty.Builder.passwordResetRequired(IResolvable passwordResetRequired)
Sets the value of
CfnUser.LoginProfileProperty.getPasswordResetRequired() |
CfnGroup.Builder |
CfnGroup.Builder.policies(IResolvable policies)
Adds or updates an inline policy document that is embedded in the specified IAM group.
|
CfnRole.Builder |
CfnRole.Builder.policies(IResolvable policies)
Adds or updates an inline policy document that is embedded in the specified IAM role.
|
CfnGroupProps.Builder |
CfnGroupProps.Builder.policies(IResolvable policies)
Sets the value of
CfnGroupProps.getPolicies() |
CfnRoleProps.Builder |
CfnRoleProps.Builder.policies(IResolvable policies)
Sets the value of
CfnRoleProps.getPolicies() |
CfnUserProps.Builder |
CfnUserProps.Builder.policies(IResolvable policies)
Sets the value of
CfnUserProps.getPolicies() |
CfnUser.Builder |
CfnUser.Builder.policies(IResolvable policies)
Adds or updates an inline policy document that is embedded in the specified IAM user.
|
void |
CfnUser.setLoginProfile(IResolvable value)
Creates a password for the specified IAM user.
|
void |
CfnGroup.setPolicies(IResolvable value)
Adds or updates an inline policy document that is embedded in the specified IAM group.
|
void |
CfnRole.setPolicies(IResolvable value)
Adds or updates an inline policy document that is embedded in the specified IAM role.
|
void |
CfnUser.setPolicies(IResolvable value)
Adds or updates an inline policy document that is embedded in the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnComponent.getAttrEncrypted()
Returns the encryption status of the component.
|
| Modifier and Type | Method and Description |
|---|---|
CfnImageRecipeProps.Builder |
CfnImageRecipeProps.Builder.additionalInstanceConfiguration(IResolvable additionalInstanceConfiguration)
Sets the value of
CfnImageRecipeProps.getAdditionalInstanceConfiguration() |
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.additionalInstanceConfiguration(IResolvable additionalInstanceConfiguration)
Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration.
|
CfnImageRecipeProps.Builder |
CfnImageRecipeProps.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
Sets the value of
CfnImageRecipeProps.getBlockDeviceMappings() |
CfnContainerRecipe.InstanceConfigurationProperty.Builder |
CfnContainerRecipe.InstanceConfigurationProperty.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
The block device mappings to apply when creating images from this recipe.
|
CfnImageRecipeProps.Builder |
CfnImageRecipeProps.Builder.components(IResolvable components)
Sets the value of
CfnImageRecipeProps.getComponents() |
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.components(IResolvable components)
Build and test components that are included in the container recipe.
|
CfnImageRecipe.Builder |
CfnImageRecipe.Builder.components(IResolvable components)
The components of the image recipe.
|
CfnContainerRecipeProps.Builder |
CfnContainerRecipeProps.Builder.components(IResolvable components)
Sets the value of
CfnContainerRecipeProps.getComponents() |
CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder |
CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder.deleteOnTermination(IResolvable deleteOnTermination)
|
CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder |
CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder.deleteOnTermination(IResolvable deleteOnTermination)
|
CfnDistributionConfiguration.Builder |
CfnDistributionConfiguration.Builder.distributions(IResolvable distributions)
The distributions of this distribution configuration formatted as an array of Distribution objects.
|
CfnDistributionConfigurationProps.Builder |
CfnDistributionConfigurationProps.Builder.distributions(IResolvable distributions)
Sets the value of
CfnDistributionConfigurationProps.getDistributions() |
CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Builder |
CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Builder.ebs(IResolvable ebs)
Sets the value of
CfnContainerRecipe.InstanceBlockDeviceMappingProperty.getEbs() |
CfnImageRecipe.InstanceBlockDeviceMappingProperty.Builder |
CfnImageRecipe.InstanceBlockDeviceMappingProperty.Builder.ebs(IResolvable ebs)
Sets the value of
CfnImageRecipe.InstanceBlockDeviceMappingProperty.getEbs() |
CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder |
CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder.encrypted(IResolvable encrypted)
|
CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder |
CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder.encrypted(IResolvable encrypted)
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and package list.
|
CfnImageProps.Builder |
CfnImageProps.Builder.enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled)
Sets the value of
CfnImageProps.getEnhancedImageMetadataEnabled() |
CfnImagePipelineProps.Builder |
CfnImagePipelineProps.Builder.enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled)
Sets the value of
CfnImagePipelineProps.getEnhancedImageMetadataEnabled() |
CfnImage.Builder |
CfnImage.Builder.enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and package list.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.imageTestsConfiguration(IResolvable imageTestsConfiguration)
The configuration of the image tests that run after image creation to ensure the quality of the image that was created.
|
CfnImageProps.Builder |
CfnImageProps.Builder.imageTestsConfiguration(IResolvable imageTestsConfiguration)
Sets the value of
CfnImageProps.getImageTestsConfiguration() |
CfnImagePipelineProps.Builder |
CfnImagePipelineProps.Builder.imageTestsConfiguration(IResolvable imageTestsConfiguration)
Sets the value of
CfnImagePipelineProps.getImageTestsConfiguration() |
CfnImage.Builder |
CfnImage.Builder.imageTestsConfiguration(IResolvable imageTestsConfiguration)
The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.
|
CfnImagePipeline.ImageTestsConfigurationProperty.Builder |
CfnImagePipeline.ImageTestsConfigurationProperty.Builder.imageTestsEnabled(IResolvable imageTestsEnabled)
Sets the value of
CfnImagePipeline.ImageTestsConfigurationProperty.getImageTestsEnabled() |
CfnImage.ImageTestsConfigurationProperty.Builder |
CfnImage.ImageTestsConfigurationProperty.Builder.imageTestsEnabled(IResolvable imageTestsEnabled)
Sets the value of
CfnImage.ImageTestsConfigurationProperty.getImageTestsEnabled() |
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.instanceConfiguration(IResolvable instanceConfiguration)
A group of options that can be used to configure an instance for building and testing container images.
|
CfnContainerRecipeProps.Builder |
CfnContainerRecipeProps.Builder.instanceConfiguration(IResolvable instanceConfiguration)
Sets the value of
CfnContainerRecipeProps.getInstanceConfiguration() |
CfnInfrastructureConfiguration.Builder |
CfnInfrastructureConfiguration.Builder.instanceMetadataOptions(IResolvable instanceMetadataOptions)
The instance metadata option settings for the infrastructure configuration.
|
CfnInfrastructureConfigurationProps.Builder |
CfnInfrastructureConfigurationProps.Builder.instanceMetadataOptions(IResolvable instanceMetadataOptions)
Sets the value of
CfnInfrastructureConfigurationProps.getInstanceMetadataOptions() |
CfnDistributionConfiguration.DistributionProperty.Builder |
CfnDistributionConfiguration.DistributionProperty.Builder.launchTemplateConfigurations(IResolvable launchTemplateConfigurations)
|
CfnInfrastructureConfiguration.Builder |
CfnInfrastructureConfiguration.Builder.logging(IResolvable logging)
The logging configuration defines where Image Builder uploads your logs.
|
CfnInfrastructureConfigurationProps.Builder |
CfnInfrastructureConfigurationProps.Builder.logging(IResolvable logging)
Sets the value of
CfnInfrastructureConfigurationProps.getLogging() |
CfnImageRecipe.ComponentConfigurationProperty.Builder |
CfnImageRecipe.ComponentConfigurationProperty.Builder.parameters(IResolvable parameters)
Sets the value of
CfnImageRecipe.ComponentConfigurationProperty.getParameters() |
CfnInfrastructureConfiguration.Builder |
CfnInfrastructureConfiguration.Builder.resourceTags(IResolvable resourceTags)
The tags attached to the resource created by Image Builder.
|
CfnInfrastructureConfigurationProps.Builder |
CfnInfrastructureConfigurationProps.Builder.resourceTags(IResolvable resourceTags)
Sets the value of
CfnInfrastructureConfigurationProps.getResourceTags() |
CfnInfrastructureConfiguration.LoggingProperty.Builder |
CfnInfrastructureConfiguration.LoggingProperty.Builder.s3Logs(IResolvable s3Logs)
Sets the value of
CfnInfrastructureConfiguration.LoggingProperty.getS3Logs() |
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.schedule(IResolvable schedule)
The schedule of the image pipeline.
|
CfnImagePipelineProps.Builder |
CfnImagePipelineProps.Builder.schedule(IResolvable schedule)
Sets the value of
CfnImagePipelineProps.getSchedule() |
void |
CfnImageRecipe.setAdditionalInstanceConfiguration(IResolvable value)
Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration.
|
void |
CfnImageRecipe.setBlockDeviceMappings(IResolvable value)
The block device mappings to apply when creating images from this recipe.
|
void |
CfnContainerRecipe.setComponents(IResolvable value)
Build and test components that are included in the container recipe.
|
void |
CfnImageRecipe.setComponents(IResolvable value)
The components of the image recipe.
|
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder |
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder.setDefaultVersion(IResolvable setDefaultVersion)
|
void |
CfnDistributionConfiguration.setDistributions(IResolvable value)
The distributions of this distribution configuration formatted as an array of Distribution objects.
|
void |
CfnImagePipeline.setEnhancedImageMetadataEnabled(IResolvable value)
Collects additional information about the image being created, including the operating system (OS) version and package list.
|
void |
CfnImage.setEnhancedImageMetadataEnabled(IResolvable value)
Collects additional information about the image being created, including the operating system (OS) version and package list.
|
void |
CfnImagePipeline.setImageTestsConfiguration(IResolvable value)
The configuration of the image tests that run after image creation to ensure the quality of the image that was created.
|
void |
CfnImage.setImageTestsConfiguration(IResolvable value)
The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.
|
void |
CfnContainerRecipe.setInstanceConfiguration(IResolvable value)
A group of options that can be used to configure an instance for building and testing container images.
|
void |
CfnInfrastructureConfiguration.setInstanceMetadataOptions(IResolvable value)
The instance metadata option settings for the infrastructure configuration.
|
void |
CfnInfrastructureConfiguration.setLogging(IResolvable value)
The logging configuration defines where Image Builder uploads your logs.
|
void |
CfnInfrastructureConfiguration.setResourceTags(IResolvable value)
The tags attached to the resource created by Image Builder.
|
void |
CfnImagePipeline.setSchedule(IResolvable value)
The schedule of the image pipeline.
|
void |
CfnContainerRecipe.setTargetRepository(IResolvable value)
The destination repository for the container image.
|
void |
CfnInfrastructureConfiguration.setTerminateInstanceOnFailure(IResolvable value)
The terminate instance on failure configuration of the infrastructure configuration.
|
CfnImageRecipe.AdditionalInstanceConfigurationProperty.Builder |
CfnImageRecipe.AdditionalInstanceConfigurationProperty.Builder.systemsManagerAgent(IResolvable systemsManagerAgent)
|
CfnContainerRecipe.Builder |
CfnContainerRecipe.Builder.targetRepository(IResolvable targetRepository)
The destination repository for the container image.
|
CfnContainerRecipeProps.Builder |
CfnContainerRecipeProps.Builder.targetRepository(IResolvable targetRepository)
Sets the value of
CfnContainerRecipeProps.getTargetRepository() |
CfnInfrastructureConfiguration.Builder |
CfnInfrastructureConfiguration.Builder.terminateInstanceOnFailure(IResolvable terminateInstanceOnFailure)
The terminate instance on failure configuration of the infrastructure configuration.
|
CfnInfrastructureConfigurationProps.Builder |
CfnInfrastructureConfigurationProps.Builder.terminateInstanceOnFailure(IResolvable terminateInstanceOnFailure)
Sets the value of
CfnInfrastructureConfigurationProps.getTerminateInstanceOnFailure() |
CfnImageRecipe.SystemsManagerAgentProperty.Builder |
CfnImageRecipe.SystemsManagerAgentProperty.Builder.uninstallAfterBuild(IResolvable uninstallAfterBuild)
Sets the value of
CfnImageRecipe.SystemsManagerAgentProperty.getUninstallAfterBuild() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceGroup.Builder |
CfnResourceGroup.Builder.resourceGroupTags(IResolvable resourceGroupTags)
The tags (key and value pairs) that will be associated with the resource group.
|
CfnResourceGroupProps.Builder |
CfnResourceGroupProps.Builder.resourceGroupTags(IResolvable resourceGroupTags)
Sets the value of
CfnResourceGroupProps.getResourceGroupTags() |
void |
CfnResourceGroup.setResourceGroupTags(IResolvable value)
The tags (key and value pairs) that will be associated with the resource group.
|
void |
CfnAssessmentTemplate.setUserAttributesForFindings(IResolvable value)
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.
|
CfnAssessmentTemplateProps.Builder |
CfnAssessmentTemplateProps.Builder.userAttributesForFindings(IResolvable userAttributesForFindings)
Sets the value of
CfnAssessmentTemplateProps.getUserAttributesForFindings() |
CfnAssessmentTemplate.Builder |
CfnAssessmentTemplate.Builder.userAttributesForFindings(IResolvable userAttributesForFindings)
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnFleetMetric.getAttrCreationDate()
The time the fleet metric was created.
|
IResolvable |
CfnFleetMetric.getAttrLastModifiedDate()
The time the fleet metric was last modified.
|
IResolvable |
CfnDomainConfiguration.getAttrServerCertificates()
The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake.
|
IResolvable |
CfnFleetMetric.getAttrVersion()
The fleet metric version.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnDevice.getAttrEnabled()
A Boolean value indicating whether the device is enabled ( `true` ) or not ( `false` ).
|
| Modifier and Type | Method and Description |
|---|---|
CfnProject.PlacementTemplateProperty.Builder |
CfnProject.PlacementTemplateProperty.Builder.deviceTemplates(IResolvable deviceTemplates)
Sets the value of
CfnProject.PlacementTemplateProperty.getDeviceTemplates() |
CfnDevice.Builder |
CfnDevice.Builder.enabled(IResolvable enabled)
A Boolean value indicating whether the device is enabled ( `true` ) or not ( `false` ).
|
CfnDeviceProps.Builder |
CfnDeviceProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDeviceProps.getEnabled() |
CfnProject.Builder |
CfnProject.Builder.placementTemplate(IResolvable placementTemplate)
An object describing the project's placement specifications.
|
CfnProjectProps.Builder |
CfnProjectProps.Builder.placementTemplate(IResolvable placementTemplate)
Sets the value of
CfnProjectProps.getPlacementTemplate() |
void |
CfnDevice.setEnabled(IResolvable value)
A Boolean value indicating whether the device is enabled ( `true` ) or not ( `false` ).
|
void |
CfnProject.setPlacementTemplate(IResolvable value)
An object describing the project's placement specifications.
|
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPolicy.Builder |
CfnAccessPolicy.Builder.accessPolicyIdentity(IResolvable accessPolicyIdentity)
The identity for this access policy.
|
CfnAccessPolicyProps.Builder |
CfnAccessPolicyProps.Builder.accessPolicyIdentity(IResolvable accessPolicyIdentity)
Sets the value of
CfnAccessPolicyProps.getAccessPolicyIdentity() |
CfnAccessPolicy.Builder |
CfnAccessPolicy.Builder.accessPolicyResource(IResolvable accessPolicyResource)
The AWS IoT SiteWise Monitor resource for this access policy.
|
CfnAccessPolicyProps.Builder |
CfnAccessPolicyProps.Builder.accessPolicyResource(IResolvable accessPolicyResource)
Sets the value of
CfnAccessPolicyProps.getAccessPolicyResource() |
CfnAsset.Builder |
CfnAsset.Builder.assetHierarchies(IResolvable assetHierarchies)
A list of asset hierarchies that each contain a `hierarchyLogicalId` .
|
CfnAssetProps.Builder |
CfnAssetProps.Builder.assetHierarchies(IResolvable assetHierarchies)
Sets the value of
CfnAssetProps.getAssetHierarchies() |
CfnAssetModel.Builder |
CfnAssetModel.Builder.assetModelCompositeModels(IResolvable assetModelCompositeModels)
The composite asset models that are part of this asset model.
|
CfnAssetModelProps.Builder |
CfnAssetModelProps.Builder.assetModelCompositeModels(IResolvable assetModelCompositeModels)
Sets the value of
CfnAssetModelProps.getAssetModelCompositeModels() |
CfnAssetModel.Builder |
CfnAssetModel.Builder.assetModelHierarchies(IResolvable assetModelHierarchies)
The hierarchy definitions of the asset model.
|
CfnAssetModelProps.Builder |
CfnAssetModelProps.Builder.assetModelHierarchies(IResolvable assetModelHierarchies)
Sets the value of
CfnAssetModelProps.getAssetModelHierarchies() |
CfnAssetModel.Builder |
CfnAssetModel.Builder.assetModelProperties(IResolvable assetModelProperties)
The property definitions of the asset model.
|
CfnAssetModelProps.Builder |
CfnAssetModelProps.Builder.assetModelProperties(IResolvable assetModelProperties)
Sets the value of
CfnAssetModelProps.getAssetModelProperties() |
CfnAsset.Builder |
CfnAsset.Builder.assetProperties(IResolvable assetProperties)
The list of asset properties for the asset.
|
CfnAssetProps.Builder |
CfnAssetProps.Builder.assetProperties(IResolvable assetProperties)
Sets the value of
CfnAssetProps.getAssetProperties() |
CfnAssetModel.PropertyTypeProperty.Builder |
CfnAssetModel.PropertyTypeProperty.Builder.attribute(IResolvable attribute)
Sets the value of
CfnAssetModel.PropertyTypeProperty.getAttribute() |
CfnAssetModel.AssetModelCompositeModelProperty.Builder |
CfnAssetModel.AssetModelCompositeModelProperty.Builder.compositeModelProperties(IResolvable compositeModelProperties)
|
CfnGateway.Builder |
CfnGateway.Builder.gatewayCapabilitySummaries(IResolvable gatewayCapabilitySummaries)
A list of gateway capability summaries that each contain a namespace and status.
|
CfnGatewayProps.Builder |
CfnGatewayProps.Builder.gatewayCapabilitySummaries(IResolvable gatewayCapabilitySummaries)
Sets the value of
CfnGatewayProps.getGatewayCapabilitySummaries() |
CfnGateway.Builder |
CfnGateway.Builder.gatewayPlatform(IResolvable gatewayPlatform)
The gateway's platform.
|
CfnGatewayProps.Builder |
CfnGatewayProps.Builder.gatewayPlatform(IResolvable gatewayPlatform)
Sets the value of
CfnGatewayProps.getGatewayPlatform() |
CfnGateway.GatewayPlatformProperty.Builder |
CfnGateway.GatewayPlatformProperty.Builder.greengrass(IResolvable greengrass)
Sets the value of
CfnGateway.GatewayPlatformProperty.getGreengrass() |
CfnGateway.GatewayPlatformProperty.Builder |
CfnGateway.GatewayPlatformProperty.Builder.greengrassV2(IResolvable greengrassV2)
Sets the value of
CfnGateway.GatewayPlatformProperty.getGreengrassV2() |
CfnAccessPolicy.AccessPolicyIdentityProperty.Builder |
CfnAccessPolicy.AccessPolicyIdentityProperty.Builder.iamRole(IResolvable iamRole)
Sets the value of
CfnAccessPolicy.AccessPolicyIdentityProperty.getIamRole() |
CfnAccessPolicy.AccessPolicyIdentityProperty.Builder |
CfnAccessPolicy.AccessPolicyIdentityProperty.Builder.iamUser(IResolvable iamUser)
Sets the value of
CfnAccessPolicy.AccessPolicyIdentityProperty.getIamUser() |
CfnAssetModel.PropertyTypeProperty.Builder |
CfnAssetModel.PropertyTypeProperty.Builder.metric(IResolvable metric)
Sets the value of
CfnAssetModel.PropertyTypeProperty.getMetric() |
CfnAccessPolicy.AccessPolicyResourceProperty.Builder |
CfnAccessPolicy.AccessPolicyResourceProperty.Builder.portal(IResolvable portal)
Sets the value of
CfnAccessPolicy.AccessPolicyResourceProperty.getPortal() |
CfnAccessPolicy.AccessPolicyResourceProperty.Builder |
CfnAccessPolicy.AccessPolicyResourceProperty.Builder.project(IResolvable project)
Sets the value of
CfnAccessPolicy.AccessPolicyResourceProperty.getProject() |
void |
CfnAccessPolicy.setAccessPolicyIdentity(IResolvable value)
The identity for this access policy.
|
void |
CfnAccessPolicy.setAccessPolicyResource(IResolvable value)
The AWS IoT SiteWise Monitor resource for this access policy.
|
void |
CfnAsset.setAssetHierarchies(IResolvable value)
A list of asset hierarchies that each contain a `hierarchyLogicalId` .
|
void |
CfnAssetModel.setAssetModelCompositeModels(IResolvable value)
The composite asset models that are part of this asset model.
|
void |
CfnAssetModel.setAssetModelHierarchies(IResolvable value)
The hierarchy definitions of the asset model.
|
void |
CfnAssetModel.setAssetModelProperties(IResolvable value)
The property definitions of the asset model.
|
void |
CfnAsset.setAssetProperties(IResolvable value)
The list of asset properties for the asset.
|
void |
CfnGateway.setGatewayCapabilitySummaries(IResolvable value)
A list of gateway capability summaries that each contain a namespace and status.
|
void |
CfnGateway.setGatewayPlatform(IResolvable value)
The gateway's platform.
|
CfnAssetModel.PropertyTypeProperty.Builder |
CfnAssetModel.PropertyTypeProperty.Builder.transform(IResolvable transform)
Sets the value of
CfnAssetModel.PropertyTypeProperty.getTransform() |
CfnAssetModel.MetricWindowProperty.Builder |
CfnAssetModel.MetricWindowProperty.Builder.tumbling(IResolvable tumbling)
Sets the value of
CfnAssetModel.MetricWindowProperty.getTumbling() |
CfnAssetModel.AssetModelPropertyProperty.Builder |
CfnAssetModel.AssetModelPropertyProperty.Builder.type(IResolvable type)
Sets the value of
CfnAssetModel.AssetModelPropertyProperty.getType() |
CfnAccessPolicy.AccessPolicyIdentityProperty.Builder |
CfnAccessPolicy.AccessPolicyIdentityProperty.Builder.user(IResolvable user)
Sets the value of
CfnAccessPolicy.AccessPolicyIdentityProperty.getUser() |
CfnAssetModel.ExpressionVariableProperty.Builder |
CfnAssetModel.ExpressionVariableProperty.Builder.value(IResolvable value)
Sets the value of
CfnAssetModel.ExpressionVariableProperty.getValue() |
CfnAssetModel.MetricProperty.Builder |
CfnAssetModel.MetricProperty.Builder.variables(IResolvable variables)
Sets the value of
CfnAssetModel.MetricProperty.getVariables() |
CfnAssetModel.TransformProperty.Builder |
CfnAssetModel.TransformProperty.Builder.variables(IResolvable variables)
Sets the value of
CfnAssetModel.TransformProperty.getVariables() |
CfnAssetModel.MetricProperty.Builder |
CfnAssetModel.MetricProperty.Builder.window(IResolvable window)
Sets the value of
CfnAssetModel.MetricProperty.getWindow() |
| Modifier and Type | Method and Description |
|---|---|
CfnFlowTemplateProps.Builder |
CfnFlowTemplateProps.Builder.definition(IResolvable definition)
Sets the value of
CfnFlowTemplateProps.getDefinition() |
CfnFlowTemplate.Builder |
CfnFlowTemplate.Builder.definition(IResolvable definition)
A workflow's definition document.
|
void |
CfnFlowTemplate.setDefinition(IResolvable value)
A workflow's definition document.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnServiceProfile.getAttrLoRaWanHrAllowed()
The HRAllowed value that describes whether handover roaming is allowed.
|
IResolvable |
CfnServiceProfile.getAttrLoRaWanNwkGeoLoc()
The NwkGeoLoc value.
|
IResolvable |
CfnServiceProfile.getAttrLoRaWanPrAllowed()
The PRAllowed value that describes whether passive roaming is allowed.
|
IResolvable |
CfnServiceProfile.getAttrLoRaWanRaAllowed()
The RAAllowed value that describes whether roaming activation is allowed.
|
IResolvable |
CfnServiceProfile.getAttrLoRaWanReportDevStatusBattery()
The ReportDevStatusBattery value.
|
IResolvable |
CfnServiceProfile.getAttrLoRaWanReportDevStatusMargin()
The ReportDevStatusMargin value.
|
IResolvable |
CfnServiceProfile.getAttrLoRaWanResponse() |
| Modifier and Type | Method and Description |
|---|---|
CfnWirelessDevice.LoRaWANDeviceProperty.Builder |
CfnWirelessDevice.LoRaWANDeviceProperty.Builder.abpV10X(IResolvable abpV10X)
Sets the value of
CfnWirelessDevice.LoRaWANDeviceProperty.getAbpV10X() |
CfnWirelessDevice.LoRaWANDeviceProperty.Builder |
CfnWirelessDevice.LoRaWANDeviceProperty.Builder.abpV11(IResolvable abpV11)
Sets the value of
CfnWirelessDevice.LoRaWANDeviceProperty.getAbpV11() |
CfnPartnerAccountProps.Builder |
CfnPartnerAccountProps.Builder.accountLinked(IResolvable accountLinked)
Sets the value of
CfnPartnerAccountProps.getAccountLinked() |
CfnPartnerAccount.Builder |
CfnPartnerAccount.Builder.accountLinked(IResolvable accountLinked)
`AWS::IoTWireless::PartnerAccount.AccountLinked`.
|
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder |
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder.addGwMetadata(IResolvable addGwMetadata)
Sets the value of
CfnServiceProfile.LoRaWANServiceProfileProperty.getAddGwMetadata() |
CfnTaskDefinitionProps.Builder |
CfnTaskDefinitionProps.Builder.autoCreateTasks(IResolvable autoCreateTasks)
Sets the value of
CfnTaskDefinitionProps.getAutoCreateTasks() |
CfnTaskDefinition.Builder |
CfnTaskDefinition.Builder.autoCreateTasks(IResolvable autoCreateTasks)
Whether to automatically create tasks using this task definition for all gateways with the specified current version.
|
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder |
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder.currentVersion(IResolvable currentVersion)
|
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder |
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder.currentVersion(IResolvable currentVersion)
|
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder |
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder.hrAllowed(IResolvable hrAllowed)
Sets the value of
CfnServiceProfile.LoRaWANServiceProfileProperty.getHrAllowed() |
CfnFuotaTaskProps.Builder |
CfnFuotaTaskProps.Builder.loRaWan(IResolvable loRaWan)
Sets the value of
CfnFuotaTaskProps.getLoRaWan() |
CfnDeviceProfileProps.Builder |
CfnDeviceProfileProps.Builder.loRaWan(IResolvable loRaWan)
Sets the value of
CfnDeviceProfileProps.getLoRaWan() |
CfnMulticastGroupProps.Builder |
CfnMulticastGroupProps.Builder.loRaWan(IResolvable loRaWan)
Sets the value of
CfnMulticastGroupProps.getLoRaWan() |
CfnWirelessDeviceProps.Builder |
CfnWirelessDeviceProps.Builder.loRaWan(IResolvable loRaWan)
Sets the value of
CfnWirelessDeviceProps.getLoRaWan() |
CfnServiceProfile.Builder |
CfnServiceProfile.Builder.loRaWan(IResolvable loRaWan)
LoRaWAN service profile object.
|
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.loRaWan(IResolvable loRaWan)
The LoRaWAN information used with a FUOTA task.
|
CfnWirelessDevice.Builder |
CfnWirelessDevice.Builder.loRaWan(IResolvable loRaWan)
The device configuration information to use to create the wireless device.
|
CfnDeviceProfile.Builder |
CfnDeviceProfile.Builder.loRaWan(IResolvable loRaWan)
LoRaWAN device profile object.
|
CfnMulticastGroup.Builder |
CfnMulticastGroup.Builder.loRaWan(IResolvable loRaWan)
The LoRaWAN information that is to be used with the multicast group.
|
CfnWirelessGateway.Builder |
CfnWirelessGateway.Builder.loRaWan(IResolvable loRaWan)
The gateway configuration information to use to create the wireless gateway.
|
CfnTaskDefinition.UpdateWirelessGatewayTaskCreateProperty.Builder |
CfnTaskDefinition.UpdateWirelessGatewayTaskCreateProperty.Builder.loRaWan(IResolvable loRaWan)
Sets the value of
CfnTaskDefinition.UpdateWirelessGatewayTaskCreateProperty.getLoRaWan() |
CfnWirelessGatewayProps.Builder |
CfnWirelessGatewayProps.Builder.loRaWan(IResolvable loRaWan)
Sets the value of
CfnWirelessGatewayProps.getLoRaWan() |
CfnServiceProfileProps.Builder |
CfnServiceProfileProps.Builder.loRaWan(IResolvable loRaWan)
Sets the value of
CfnServiceProfileProps.getLoRaWan() |
CfnTaskDefinitionProps.Builder |
CfnTaskDefinitionProps.Builder.loRaWanUpdateGatewayTaskEntry(IResolvable loRaWanUpdateGatewayTaskEntry)
Sets the value of
CfnTaskDefinitionProps.getLoRaWanUpdateGatewayTaskEntry() |
CfnTaskDefinition.Builder |
CfnTaskDefinition.Builder.loRaWanUpdateGatewayTaskEntry(IResolvable loRaWanUpdateGatewayTaskEntry)
`AWS::IoTWireless::TaskDefinition.LoRaWANUpdateGatewayTaskEntry`.
|
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder |
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder.nwkGeoLoc(IResolvable nwkGeoLoc)
Sets the value of
CfnServiceProfile.LoRaWANServiceProfileProperty.getNwkGeoLoc() |
CfnWirelessDevice.LoRaWANDeviceProperty.Builder |
CfnWirelessDevice.LoRaWANDeviceProperty.Builder.otaaV10X(IResolvable otaaV10X)
Sets the value of
CfnWirelessDevice.LoRaWANDeviceProperty.getOtaaV10X() |
CfnWirelessDevice.LoRaWANDeviceProperty.Builder |
CfnWirelessDevice.LoRaWANDeviceProperty.Builder.otaaV11(IResolvable otaaV11)
Sets the value of
CfnWirelessDevice.LoRaWANDeviceProperty.getOtaaV11() |
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder |
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder.prAllowed(IResolvable prAllowed)
Sets the value of
CfnServiceProfile.LoRaWANServiceProfileProperty.getPrAllowed() |
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder |
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder.raAllowed(IResolvable raAllowed)
Sets the value of
CfnServiceProfile.LoRaWANServiceProfileProperty.getRaAllowed() |
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder |
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder.reportDevStatusBattery(IResolvable reportDevStatusBattery)
|
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder |
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder.reportDevStatusMargin(IResolvable reportDevStatusMargin)
|
CfnWirelessDevice.AbpV10xProperty.Builder |
CfnWirelessDevice.AbpV10xProperty.Builder.sessionKeys(IResolvable sessionKeys)
Sets the value of
CfnWirelessDevice.AbpV10xProperty.getSessionKeys() |
CfnWirelessDevice.AbpV11Property.Builder |
CfnWirelessDevice.AbpV11Property.Builder.sessionKeys(IResolvable sessionKeys)
Sets the value of
CfnWirelessDevice.AbpV11Property.getSessionKeys() |
void |
CfnPartnerAccount.setAccountLinked(IResolvable value)
`AWS::IoTWireless::PartnerAccount.AccountLinked`.
|
void |
CfnTaskDefinition.setAutoCreateTasks(IResolvable value)
Whether to automatically create tasks using this task definition for all gateways with the specified current version.
|
void |
CfnServiceProfile.setLoRaWan(IResolvable value)
LoRaWAN service profile object.
|
void |
CfnFuotaTask.setLoRaWan(IResolvable value)
The LoRaWAN information used with a FUOTA task.
|
void |
CfnWirelessDevice.setLoRaWan(IResolvable value)
The device configuration information to use to create the wireless device.
|
void |
CfnDeviceProfile.setLoRaWan(IResolvable value)
LoRaWAN device profile object.
|
void |
CfnMulticastGroup.setLoRaWan(IResolvable value)
The LoRaWAN information that is to be used with the multicast group.
|
void |
CfnWirelessGateway.setLoRaWan(IResolvable value)
The gateway configuration information to use to create the wireless gateway.
|
void |
CfnTaskDefinition.setLoRaWanUpdateGatewayTaskEntry(IResolvable value)
`AWS::IoTWireless::TaskDefinition.LoRaWANUpdateGatewayTaskEntry`.
|
void |
CfnPartnerAccount.setSidewalk(IResolvable value)
The Sidewalk account credentials.
|
void |
CfnPartnerAccount.setSidewalkUpdate(IResolvable value)
`AWS::IoTWireless::PartnerAccount.SidewalkUpdate`.
|
void |
CfnTaskDefinition.setUpdate(IResolvable value)
Information about the gateways to update.
|
CfnPartnerAccountProps.Builder |
CfnPartnerAccountProps.Builder.sidewalk(IResolvable sidewalk)
Sets the value of
CfnPartnerAccountProps.getSidewalk() |
CfnPartnerAccount.Builder |
CfnPartnerAccount.Builder.sidewalk(IResolvable sidewalk)
The Sidewalk account credentials.
|
CfnPartnerAccountProps.Builder |
CfnPartnerAccountProps.Builder.sidewalkUpdate(IResolvable sidewalkUpdate)
Sets the value of
CfnPartnerAccountProps.getSidewalkUpdate() |
CfnPartnerAccount.Builder |
CfnPartnerAccount.Builder.sidewalkUpdate(IResolvable sidewalkUpdate)
`AWS::IoTWireless::PartnerAccount.SidewalkUpdate`.
|
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder |
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder.supports32BitFCnt(IResolvable supports32BitFCnt)
Sets the value of
CfnDeviceProfile.LoRaWANDeviceProfileProperty.getSupports32BitFCnt() |
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder |
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder.supportsClassB(IResolvable supportsClassB)
Sets the value of
CfnDeviceProfile.LoRaWANDeviceProfileProperty.getSupportsClassB() |
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder |
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder.supportsClassC(IResolvable supportsClassC)
Sets the value of
CfnDeviceProfile.LoRaWANDeviceProfileProperty.getSupportsClassC() |
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder |
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder.supportsJoin(IResolvable supportsJoin)
Sets the value of
CfnDeviceProfile.LoRaWANDeviceProfileProperty.getSupportsJoin() |
CfnTaskDefinitionProps.Builder |
CfnTaskDefinitionProps.Builder.update(IResolvable update)
Sets the value of
CfnTaskDefinitionProps.getUpdate() |
CfnTaskDefinition.Builder |
CfnTaskDefinition.Builder.update(IResolvable update)
Information about the gateways to update.
|
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder |
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder.updateVersion(IResolvable updateVersion)
|
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder |
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder.updateVersion(IResolvable updateVersion)
|
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.Builder |
CfnChannel.Builder.authorized(IResolvable authorized)
Whether the channel is authorized.
|
CfnChannelProps.Builder |
CfnChannelProps.Builder.authorized(IResolvable authorized)
Sets the value of
CfnChannelProps.getAuthorized() |
CfnRecordingConfiguration.Builder |
CfnRecordingConfiguration.Builder.destinationConfiguration(IResolvable destinationConfiguration)
A destination configuration contains information about where recorded video will be stored.
|
CfnRecordingConfigurationProps.Builder |
CfnRecordingConfigurationProps.Builder.destinationConfiguration(IResolvable destinationConfiguration)
Sets the value of
CfnRecordingConfigurationProps.getDestinationConfiguration() |
CfnRecordingConfiguration.DestinationConfigurationProperty.Builder |
CfnRecordingConfiguration.DestinationConfigurationProperty.Builder.s3(IResolvable s3)
Sets the value of
CfnRecordingConfiguration.DestinationConfigurationProperty.getS3() |
void |
CfnChannel.setAuthorized(IResolvable value)
Whether the channel is authorized.
|
void |
CfnRecordingConfiguration.setDestinationConfiguration(IResolvable value)
A destination configuration contains information about where recorded video will be stored.
|
void |
CfnRecordingConfiguration.setThumbnailConfiguration(IResolvable value)
A thumbnail configuration enables/disables the recording of thumbnails for a live session and controls the interval at which thumbnails are generated for the live session.
|
CfnRecordingConfiguration.Builder |
CfnRecordingConfiguration.Builder.thumbnailConfiguration(IResolvable thumbnailConfiguration)
A thumbnail configuration enables/disables the recording of thumbnails for a live session and controls the interval at which thumbnails are generated for the live session.
|
CfnRecordingConfigurationProps.Builder |
CfnRecordingConfigurationProps.Builder.thumbnailConfiguration(IResolvable thumbnailConfiguration)
Sets the value of
CfnRecordingConfigurationProps.getThumbnailConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnector.KafkaClusterProperty.Builder |
CfnConnector.KafkaClusterProperty.Builder.apacheKafkaCluster(IResolvable apacheKafkaCluster)
Sets the value of
CfnConnector.KafkaClusterProperty.getApacheKafkaCluster() |
CfnConnector.CapacityProperty.Builder |
CfnConnector.CapacityProperty.Builder.autoScaling(IResolvable autoScaling)
Sets the value of
CfnConnector.CapacityProperty.getAutoScaling() |
CfnConnectorProps.Builder |
CfnConnectorProps.Builder.capacity(IResolvable capacity)
Sets the value of
CfnConnectorProps.getCapacity() |
CfnConnector.Builder |
CfnConnector.Builder.capacity(IResolvable capacity)
`AWS::KafkaConnect::Connector.Capacity`.
|
CfnConnector.WorkerLogDeliveryProperty.Builder |
CfnConnector.WorkerLogDeliveryProperty.Builder.cloudWatchLogs(IResolvable cloudWatchLogs)
Sets the value of
CfnConnector.WorkerLogDeliveryProperty.getCloudWatchLogs() |
CfnConnectorProps.Builder |
CfnConnectorProps.Builder.connectorConfiguration(IResolvable connectorConfiguration)
Sets the value of
CfnConnectorProps.getConnectorConfiguration() |
CfnConnector.Builder |
CfnConnector.Builder.connectorConfiguration(IResolvable connectorConfiguration)
`AWS::KafkaConnect::Connector.ConnectorConfiguration`.
|
CfnConnector.PluginProperty.Builder |
CfnConnector.PluginProperty.Builder.customPlugin(IResolvable customPlugin)
Sets the value of
CfnConnector.PluginProperty.getCustomPlugin() |
CfnConnector.CloudWatchLogsLogDeliveryProperty.Builder |
CfnConnector.CloudWatchLogsLogDeliveryProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnConnector.CloudWatchLogsLogDeliveryProperty.getEnabled() |
CfnConnector.FirehoseLogDeliveryProperty.Builder |
CfnConnector.FirehoseLogDeliveryProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnConnector.FirehoseLogDeliveryProperty.getEnabled() |
CfnConnector.S3LogDeliveryProperty.Builder |
CfnConnector.S3LogDeliveryProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnConnector.S3LogDeliveryProperty.getEnabled() |
CfnConnector.WorkerLogDeliveryProperty.Builder |
CfnConnector.WorkerLogDeliveryProperty.Builder.firehose(IResolvable firehose)
Sets the value of
CfnConnector.WorkerLogDeliveryProperty.getFirehose() |
CfnConnectorProps.Builder |
CfnConnectorProps.Builder.kafkaCluster(IResolvable kafkaCluster)
Sets the value of
CfnConnectorProps.getKafkaCluster() |
CfnConnector.Builder |
CfnConnector.Builder.kafkaCluster(IResolvable kafkaCluster)
`AWS::KafkaConnect::Connector.KafkaCluster`.
|
CfnConnectorProps.Builder |
CfnConnectorProps.Builder.kafkaClusterClientAuthentication(IResolvable kafkaClusterClientAuthentication)
Sets the value of
CfnConnectorProps.getKafkaClusterClientAuthentication() |
CfnConnector.Builder |
CfnConnector.Builder.kafkaClusterClientAuthentication(IResolvable kafkaClusterClientAuthentication)
`AWS::KafkaConnect::Connector.KafkaClusterClientAuthentication`.
|
CfnConnectorProps.Builder |
CfnConnectorProps.Builder.kafkaClusterEncryptionInTransit(IResolvable kafkaClusterEncryptionInTransit)
Sets the value of
CfnConnectorProps.getKafkaClusterEncryptionInTransit() |
CfnConnector.Builder |
CfnConnector.Builder.kafkaClusterEncryptionInTransit(IResolvable kafkaClusterEncryptionInTransit)
`AWS::KafkaConnect::Connector.KafkaClusterEncryptionInTransit`.
|
CfnConnectorProps.Builder |
CfnConnectorProps.Builder.logDelivery(IResolvable logDelivery)
Sets the value of
CfnConnectorProps.getLogDelivery() |
CfnConnector.Builder |
CfnConnector.Builder.logDelivery(IResolvable logDelivery)
`AWS::KafkaConnect::Connector.LogDelivery`.
|
CfnConnectorProps.Builder |
CfnConnectorProps.Builder.plugins(IResolvable plugins)
Sets the value of
CfnConnectorProps.getPlugins() |
CfnConnector.Builder |
CfnConnector.Builder.plugins(IResolvable plugins)
`AWS::KafkaConnect::Connector.Plugins`.
|
CfnConnector.CapacityProperty.Builder |
CfnConnector.CapacityProperty.Builder.provisionedCapacity(IResolvable provisionedCapacity)
Sets the value of
CfnConnector.CapacityProperty.getProvisionedCapacity() |
CfnConnector.WorkerLogDeliveryProperty.Builder |
CfnConnector.WorkerLogDeliveryProperty.Builder.s3(IResolvable s3)
Sets the value of
CfnConnector.WorkerLogDeliveryProperty.getS3() |
CfnConnector.AutoScalingProperty.Builder |
CfnConnector.AutoScalingProperty.Builder.scaleInPolicy(IResolvable scaleInPolicy)
Sets the value of
CfnConnector.AutoScalingProperty.getScaleInPolicy() |
CfnConnector.AutoScalingProperty.Builder |
CfnConnector.AutoScalingProperty.Builder.scaleOutPolicy(IResolvable scaleOutPolicy)
Sets the value of
CfnConnector.AutoScalingProperty.getScaleOutPolicy() |
void |
CfnConnector.setCapacity(IResolvable value)
`AWS::KafkaConnect::Connector.Capacity`.
|
void |
CfnConnector.setConnectorConfiguration(IResolvable value)
`AWS::KafkaConnect::Connector.ConnectorConfiguration`.
|
void |
CfnConnector.setKafkaCluster(IResolvable value)
`AWS::KafkaConnect::Connector.KafkaCluster`.
|
void |
CfnConnector.setKafkaClusterClientAuthentication(IResolvable value)
`AWS::KafkaConnect::Connector.KafkaClusterClientAuthentication`.
|
void |
CfnConnector.setKafkaClusterEncryptionInTransit(IResolvable value)
`AWS::KafkaConnect::Connector.KafkaClusterEncryptionInTransit`.
|
void |
CfnConnector.setLogDelivery(IResolvable value)
`AWS::KafkaConnect::Connector.LogDelivery`.
|
void |
CfnConnector.setPlugins(IResolvable value)
`AWS::KafkaConnect::Connector.Plugins`.
|
void |
CfnConnector.setWorkerConfiguration(IResolvable value)
`AWS::KafkaConnect::Connector.WorkerConfiguration`.
|
CfnConnector.ApacheKafkaClusterProperty.Builder |
CfnConnector.ApacheKafkaClusterProperty.Builder.vpc(IResolvable vpc)
Sets the value of
CfnConnector.ApacheKafkaClusterProperty.getVpc() |
CfnConnectorProps.Builder |
CfnConnectorProps.Builder.workerConfiguration(IResolvable workerConfiguration)
Sets the value of
CfnConnectorProps.getWorkerConfiguration() |
CfnConnector.Builder |
CfnConnector.Builder.workerConfiguration(IResolvable workerConfiguration)
`AWS::KafkaConnect::Connector.WorkerConfiguration`.
|
CfnConnector.LogDeliveryProperty.Builder |
CfnConnector.LogDeliveryProperty.Builder.workerLogDelivery(IResolvable workerLogDelivery)
Sets the value of
CfnConnector.LogDeliveryProperty.getWorkerLogDelivery() |
| Modifier and Type | Method and Description |
|---|---|
void |
CfnStream.setStreamEncryption(IResolvable value)
When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
|
void |
CfnStream.setStreamModeDetails(IResolvable value)
Specifies the capacity mode to which you want to set your data stream.
|
CfnStreamProps.Builder |
CfnStreamProps.Builder.streamEncryption(IResolvable streamEncryption)
Sets the value of
CfnStreamProps.getStreamEncryption() |
CfnStream.Builder |
CfnStream.Builder.streamEncryption(IResolvable streamEncryption)
When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
|
CfnStreamProps.Builder |
CfnStreamProps.Builder.streamModeDetails(IResolvable streamModeDetails)
Sets the value of
CfnStreamProps.getStreamModeDetails() |
CfnStream.Builder |
CfnStream.Builder.streamModeDetails(IResolvable streamModeDetails)
Specifies the capacity mode to which you want to set your data stream.
|
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.ApplicationConfigurationProperty.Builder |
CfnApplication.ApplicationConfigurationProperty.Builder.applicationCodeConfiguration(IResolvable applicationCodeConfiguration)
|
CfnApplicationProps.Builder |
CfnApplicationProps.Builder.applicationConfiguration(IResolvable applicationConfiguration)
Sets the value of
CfnApplicationProps.getApplicationConfiguration() |
CfnApplication.Builder |
CfnApplication.Builder.applicationConfiguration(IResolvable applicationConfiguration)
Use this parameter to configure the application.
|
CfnApplication.ApplicationConfigurationProperty.Builder |
CfnApplication.ApplicationConfigurationProperty.Builder.applicationSnapshotConfiguration(IResolvable applicationSnapshotConfiguration)
|
CfnApplication.ParallelismConfigurationProperty.Builder |
CfnApplication.ParallelismConfigurationProperty.Builder.autoScalingEnabled(IResolvable autoScalingEnabled)
Sets the value of
CfnApplication.ParallelismConfigurationProperty.getAutoScalingEnabled() |
CfnApplication.ZeppelinApplicationConfigurationProperty.Builder |
CfnApplication.ZeppelinApplicationConfigurationProperty.Builder.catalogConfiguration(IResolvable catalogConfiguration)
|
CfnApplication.FlinkApplicationConfigurationProperty.Builder |
CfnApplication.FlinkApplicationConfigurationProperty.Builder.checkpointConfiguration(IResolvable checkpointConfiguration)
|
CfnApplication.CheckpointConfigurationProperty.Builder |
CfnApplication.CheckpointConfigurationProperty.Builder.checkpointingEnabled(IResolvable checkpointingEnabled)
Sets the value of
CfnApplication.CheckpointConfigurationProperty.getCheckpointingEnabled() |
CfnApplicationCloudWatchLoggingOptionProps.Builder |
CfnApplicationCloudWatchLoggingOptionProps.Builder.cloudWatchLoggingOption(IResolvable cloudWatchLoggingOption)
Sets the value of
CfnApplicationCloudWatchLoggingOptionProps.getCloudWatchLoggingOption() |
CfnApplicationCloudWatchLoggingOption.Builder |
CfnApplicationCloudWatchLoggingOption.Builder.cloudWatchLoggingOption(IResolvable cloudWatchLoggingOption)
Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
|
CfnApplication.ApplicationCodeConfigurationProperty.Builder |
CfnApplication.ApplicationCodeConfigurationProperty.Builder.codeContent(IResolvable codeContent)
Sets the value of
CfnApplication.ApplicationCodeConfigurationProperty.getCodeContent() |
CfnApplicationReferenceDataSource.MappingParametersProperty.Builder |
CfnApplicationReferenceDataSource.MappingParametersProperty.Builder.csvMappingParameters(IResolvable csvMappingParameters)
|
CfnApplication.MappingParametersProperty.Builder |
CfnApplication.MappingParametersProperty.Builder.csvMappingParameters(IResolvable csvMappingParameters)
Sets the value of
CfnApplication.MappingParametersProperty.getCsvMappingParameters() |
CfnApplication.ZeppelinApplicationConfigurationProperty.Builder |
CfnApplication.ZeppelinApplicationConfigurationProperty.Builder.customArtifactsConfiguration(IResolvable customArtifactsConfiguration)
|
CfnApplication.ZeppelinApplicationConfigurationProperty.Builder |
CfnApplication.ZeppelinApplicationConfigurationProperty.Builder.deployAsApplicationConfiguration(IResolvable deployAsApplicationConfiguration)
|
CfnApplicationOutput.OutputProperty.Builder |
CfnApplicationOutput.OutputProperty.Builder.destinationSchema(IResolvable destinationSchema)
Sets the value of
CfnApplicationOutput.OutputProperty.getDestinationSchema() |
CfnApplication.ApplicationConfigurationProperty.Builder |
CfnApplication.ApplicationConfigurationProperty.Builder.environmentProperties(IResolvable environmentProperties)
|
CfnApplication.ApplicationConfigurationProperty.Builder |
CfnApplication.ApplicationConfigurationProperty.Builder.flinkApplicationConfiguration(IResolvable flinkApplicationConfiguration)
|
CfnApplication.CatalogConfigurationProperty.Builder |
CfnApplication.CatalogConfigurationProperty.Builder.glueDataCatalogConfiguration(IResolvable glueDataCatalogConfiguration)
|
CfnApplication.InputProcessingConfigurationProperty.Builder |
CfnApplication.InputProcessingConfigurationProperty.Builder.inputLambdaProcessor(IResolvable inputLambdaProcessor)
|
CfnApplication.InputProperty.Builder |
CfnApplication.InputProperty.Builder.inputParallelism(IResolvable inputParallelism)
Sets the value of
CfnApplication.InputProperty.getInputParallelism() |
CfnApplication.InputProperty.Builder |
CfnApplication.InputProperty.Builder.inputProcessingConfiguration(IResolvable inputProcessingConfiguration)
Sets the value of
CfnApplication.InputProperty.getInputProcessingConfiguration() |
CfnApplication.SqlApplicationConfigurationProperty.Builder |
CfnApplication.SqlApplicationConfigurationProperty.Builder.inputs(IResolvable inputs)
Sets the value of
CfnApplication.SqlApplicationConfigurationProperty.getInputs() |
CfnApplication.InputProperty.Builder |
CfnApplication.InputProperty.Builder.inputSchema(IResolvable inputSchema)
Sets the value of
CfnApplication.InputProperty.getInputSchema() |
CfnApplicationReferenceDataSource.MappingParametersProperty.Builder |
CfnApplicationReferenceDataSource.MappingParametersProperty.Builder.jsonMappingParameters(IResolvable jsonMappingParameters)
|
CfnApplication.MappingParametersProperty.Builder |
CfnApplication.MappingParametersProperty.Builder.jsonMappingParameters(IResolvable jsonMappingParameters)
Sets the value of
CfnApplication.MappingParametersProperty.getJsonMappingParameters() |
CfnApplication.InputProperty.Builder |
CfnApplication.InputProperty.Builder.kinesisFirehoseInput(IResolvable kinesisFirehoseInput)
Sets the value of
CfnApplication.InputProperty.getKinesisFirehoseInput() |
CfnApplicationOutput.OutputProperty.Builder |
CfnApplicationOutput.OutputProperty.Builder.kinesisFirehoseOutput(IResolvable kinesisFirehoseOutput)
Sets the value of
CfnApplicationOutput.OutputProperty.getKinesisFirehoseOutput() |
CfnApplication.InputProperty.Builder |
CfnApplication.InputProperty.Builder.kinesisStreamsInput(IResolvable kinesisStreamsInput)
Sets the value of
CfnApplication.InputProperty.getKinesisStreamsInput() |
CfnApplicationOutput.OutputProperty.Builder |
CfnApplicationOutput.OutputProperty.Builder.kinesisStreamsOutput(IResolvable kinesisStreamsOutput)
Sets the value of
CfnApplicationOutput.OutputProperty.getKinesisStreamsOutput() |
CfnApplicationOutput.OutputProperty.Builder |
CfnApplicationOutput.OutputProperty.Builder.lambdaOutput(IResolvable lambdaOutput)
Sets the value of
CfnApplicationOutput.OutputProperty.getLambdaOutput() |
CfnApplicationReferenceDataSource.RecordFormatProperty.Builder |
CfnApplicationReferenceDataSource.RecordFormatProperty.Builder.mappingParameters(IResolvable mappingParameters)
|
CfnApplication.RecordFormatProperty.Builder |
CfnApplication.RecordFormatProperty.Builder.mappingParameters(IResolvable mappingParameters)
Sets the value of
CfnApplication.RecordFormatProperty.getMappingParameters() |
CfnApplication.CustomArtifactConfigurationProperty.Builder |
CfnApplication.CustomArtifactConfigurationProperty.Builder.mavenReference(IResolvable mavenReference)
Sets the value of
CfnApplication.CustomArtifactConfigurationProperty.getMavenReference() |
CfnApplication.FlinkApplicationConfigurationProperty.Builder |
CfnApplication.FlinkApplicationConfigurationProperty.Builder.monitoringConfiguration(IResolvable monitoringConfiguration)
|
CfnApplication.ZeppelinApplicationConfigurationProperty.Builder |
CfnApplication.ZeppelinApplicationConfigurationProperty.Builder.monitoringConfiguration(IResolvable monitoringConfiguration)
|
CfnApplicationOutputProps.Builder |
CfnApplicationOutputProps.Builder.output(IResolvable output)
Sets the value of
CfnApplicationOutputProps.getOutput() |
CfnApplicationOutput.Builder |
CfnApplicationOutput.Builder.output(IResolvable output)
Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written.
|
CfnApplication.FlinkApplicationConfigurationProperty.Builder |
CfnApplication.FlinkApplicationConfigurationProperty.Builder.parallelismConfiguration(IResolvable parallelismConfiguration)
|
CfnApplication.EnvironmentPropertiesProperty.Builder |
CfnApplication.EnvironmentPropertiesProperty.Builder.propertyGroups(IResolvable propertyGroups)
Sets the value of
CfnApplication.EnvironmentPropertiesProperty.getPropertyGroups() |
CfnApplicationReferenceDataSource.ReferenceSchemaProperty.Builder |
CfnApplicationReferenceDataSource.ReferenceSchemaProperty.Builder.recordColumns(IResolvable recordColumns)
|
CfnApplication.InputSchemaProperty.Builder |
CfnApplication.InputSchemaProperty.Builder.recordColumns(IResolvable recordColumns)
Sets the value of
CfnApplication.InputSchemaProperty.getRecordColumns() |
CfnApplicationReferenceDataSource.ReferenceSchemaProperty.Builder |
CfnApplicationReferenceDataSource.ReferenceSchemaProperty.Builder.recordFormat(IResolvable recordFormat)
|
CfnApplication.InputSchemaProperty.Builder |
CfnApplication.InputSchemaProperty.Builder.recordFormat(IResolvable recordFormat)
Sets the value of
CfnApplication.InputSchemaProperty.getRecordFormat() |
CfnApplicationReferenceDataSource.Builder |
CfnApplicationReferenceDataSource.Builder.referenceDataSource(IResolvable referenceDataSource)
For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
CfnApplicationReferenceDataSourceProps.Builder |
CfnApplicationReferenceDataSourceProps.Builder.referenceDataSource(IResolvable referenceDataSource)
Sets the value of
CfnApplicationReferenceDataSourceProps.getReferenceDataSource() |
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder |
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder.referenceSchema(IResolvable referenceSchema)
|
CfnApplication.CodeContentProperty.Builder |
CfnApplication.CodeContentProperty.Builder.s3ContentLocation(IResolvable s3ContentLocation)
Sets the value of
CfnApplication.CodeContentProperty.getS3ContentLocation() |
CfnApplication.CustomArtifactConfigurationProperty.Builder |
CfnApplication.CustomArtifactConfigurationProperty.Builder.s3ContentLocation(IResolvable s3ContentLocation)
|
CfnApplication.DeployAsApplicationConfigurationProperty.Builder |
CfnApplication.DeployAsApplicationConfigurationProperty.Builder.s3ContentLocation(IResolvable s3ContentLocation)
|
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder |
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder.s3ReferenceDataSource(IResolvable s3ReferenceDataSource)
|
void |
CfnApplication.setApplicationConfiguration(IResolvable value)
Use this parameter to configure the application.
|
void |
CfnApplicationCloudWatchLoggingOption.setCloudWatchLoggingOption(IResolvable value)
Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
|
void |
CfnApplicationOutput.setOutput(IResolvable value)
Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written.
|
void |
CfnApplicationReferenceDataSource.setReferenceDataSource(IResolvable value)
For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
CfnApplication.ApplicationSnapshotConfigurationProperty.Builder |
CfnApplication.ApplicationSnapshotConfigurationProperty.Builder.snapshotsEnabled(IResolvable snapshotsEnabled)
|
CfnApplication.ApplicationConfigurationProperty.Builder |
CfnApplication.ApplicationConfigurationProperty.Builder.sqlApplicationConfiguration(IResolvable sqlApplicationConfiguration)
|
CfnApplication.ApplicationConfigurationProperty.Builder |
CfnApplication.ApplicationConfigurationProperty.Builder.zeppelinApplicationConfiguration(IResolvable zeppelinApplicationConfiguration)
|
| Modifier and Type | Method and Description |
|---|---|
CfnDeliveryStream.Builder |
CfnDeliveryStream.Builder.amazonopensearchserviceDestinationConfiguration(IResolvable amazonopensearchserviceDestinationConfiguration)
The destination in Amazon OpenSearch Service.
|
CfnDeliveryStreamProps.Builder |
CfnDeliveryStreamProps.Builder.amazonopensearchserviceDestinationConfiguration(IResolvable amazonopensearchserviceDestinationConfiguration)
|
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder |
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder.bufferingHints(IResolvable bufferingHints)
|
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder |
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder.bufferingHints(IResolvable bufferingHints)
|
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder |
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder.bufferingHints(IResolvable bufferingHints)
|
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder |
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder.bufferingHints(IResolvable bufferingHints)
|
CfnDeliveryStream.S3DestinationConfigurationProperty.Builder |
CfnDeliveryStream.S3DestinationConfigurationProperty.Builder.bufferingHints(IResolvable bufferingHints)
Sets the value of
CfnDeliveryStream.S3DestinationConfigurationProperty.getBufferingHints() |
CfnDeliveryStream.OpenXJsonSerDeProperty.Builder |
CfnDeliveryStream.OpenXJsonSerDeProperty.Builder.caseInsensitive(IResolvable caseInsensitive)
Sets the value of
CfnDeliveryStream.OpenXJsonSerDeProperty.getCaseInsensitive() |
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder |
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder.cloudWatchLoggingOptions(IResolvable cloudWatchLoggingOptions)
|
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder |
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder.cloudWatchLoggingOptions(IResolvable cloudWatchLoggingOptions)
|
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder |
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder.cloudWatchLoggingOptions(IResolvable cloudWatchLoggingOptions)
|
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder |
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder.cloudWatchLoggingOptions(IResolvable cloudWatchLoggingOptions)
|
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder |
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder.cloudWatchLoggingOptions(IResolvable cloudWatchLoggingOptions)
|
CfnDeliveryStream.S3DestinationConfigurationProperty.Builder |
CfnDeliveryStream.S3DestinationConfigurationProperty.Builder.cloudWatchLoggingOptions(IResolvable cloudWatchLoggingOptions)
|
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder |
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder.cloudWatchLoggingOptions(IResolvable cloudWatchLoggingOptions)
|
CfnDeliveryStream.OpenXJsonSerDeProperty.Builder |
CfnDeliveryStream.OpenXJsonSerDeProperty.Builder.columnToJsonKeyMappings(IResolvable columnToJsonKeyMappings)
Sets the value of
CfnDeliveryStream.OpenXJsonSerDeProperty.getColumnToJsonKeyMappings() |
CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Builder |
CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Builder.commonAttributes(IResolvable commonAttributes)
|
CfnDeliveryStream.OpenXJsonSerDeProperty.Builder |
CfnDeliveryStream.OpenXJsonSerDeProperty.Builder.convertDotsInJsonKeysToUnderscores(IResolvable convertDotsInJsonKeysToUnderscores)
|
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder |
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder.copyCommand(IResolvable copyCommand)
|
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder |
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder.dataFormatConversionConfiguration(IResolvable dataFormatConversionConfiguration)
|
CfnDeliveryStream.Builder |
CfnDeliveryStream.Builder.deliveryStreamEncryptionConfigurationInput(IResolvable deliveryStreamEncryptionConfigurationInput)
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
|
CfnDeliveryStreamProps.Builder |
CfnDeliveryStreamProps.Builder.deliveryStreamEncryptionConfigurationInput(IResolvable deliveryStreamEncryptionConfigurationInput)
Sets the value of
CfnDeliveryStreamProps.getDeliveryStreamEncryptionConfigurationInput() |
CfnDeliveryStream.InputFormatConfigurationProperty.Builder |
CfnDeliveryStream.InputFormatConfigurationProperty.Builder.deserializer(IResolvable deserializer)
Sets the value of
CfnDeliveryStream.InputFormatConfigurationProperty.getDeserializer() |
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder |
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder.dynamicPartitioningConfiguration(IResolvable dynamicPartitioningConfiguration)
|
CfnDeliveryStream.Builder |
CfnDeliveryStream.Builder.elasticsearchDestinationConfiguration(IResolvable elasticsearchDestinationConfiguration)
An Amazon ES destination for the delivery stream.
|
CfnDeliveryStreamProps.Builder |
CfnDeliveryStreamProps.Builder.elasticsearchDestinationConfiguration(IResolvable elasticsearchDestinationConfiguration)
Sets the value of
CfnDeliveryStreamProps.getElasticsearchDestinationConfiguration() |
CfnDeliveryStream.CloudWatchLoggingOptionsProperty.Builder |
CfnDeliveryStream.CloudWatchLoggingOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDeliveryStream.CloudWatchLoggingOptionsProperty.getEnabled() |
CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder |
CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDeliveryStream.DataFormatConversionConfigurationProperty.getEnabled() |
CfnDeliveryStream.DynamicPartitioningConfigurationProperty.Builder |
CfnDeliveryStream.DynamicPartitioningConfigurationProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDeliveryStream.DynamicPartitioningConfigurationProperty.getEnabled() |
CfnDeliveryStream.ProcessingConfigurationProperty.Builder |
CfnDeliveryStream.ProcessingConfigurationProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDeliveryStream.ProcessingConfigurationProperty.getEnabled() |
CfnDeliveryStream.ParquetSerDeProperty.Builder |
CfnDeliveryStream.ParquetSerDeProperty.Builder.enableDictionaryCompression(IResolvable enableDictionaryCompression)
Sets the value of
CfnDeliveryStream.ParquetSerDeProperty.getEnableDictionaryCompression() |
CfnDeliveryStream.OrcSerDeProperty.Builder |
CfnDeliveryStream.OrcSerDeProperty.Builder.enablePadding(IResolvable enablePadding)
Sets the value of
CfnDeliveryStream.OrcSerDeProperty.getEnablePadding() |
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder |
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder.encryptionConfiguration(IResolvable encryptionConfiguration)
|
CfnDeliveryStream.S3DestinationConfigurationProperty.Builder |
CfnDeliveryStream.S3DestinationConfigurationProperty.Builder.encryptionConfiguration(IResolvable encryptionConfiguration)
|
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder |
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder.endpointConfiguration(IResolvable endpointConfiguration)
|
CfnDeliveryStream.Builder |
CfnDeliveryStream.Builder.extendedS3DestinationConfiguration(IResolvable extendedS3DestinationConfiguration)
An Amazon S3 destination for the delivery stream.
|
CfnDeliveryStreamProps.Builder |
CfnDeliveryStreamProps.Builder.extendedS3DestinationConfiguration(IResolvable extendedS3DestinationConfiguration)
Sets the value of
CfnDeliveryStreamProps.getExtendedS3DestinationConfiguration() |
CfnDeliveryStream.DeserializerProperty.Builder |
CfnDeliveryStream.DeserializerProperty.Builder.hiveJsonSerDe(IResolvable hiveJsonSerDe)
Sets the value of
CfnDeliveryStream.DeserializerProperty.getHiveJsonSerDe() |
CfnDeliveryStream.Builder |
CfnDeliveryStream.Builder.httpEndpointDestinationConfiguration(IResolvable httpEndpointDestinationConfiguration)
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.
|
CfnDeliveryStreamProps.Builder |
CfnDeliveryStreamProps.Builder.httpEndpointDestinationConfiguration(IResolvable httpEndpointDestinationConfiguration)
Sets the value of
CfnDeliveryStreamProps.getHttpEndpointDestinationConfiguration() |
CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder |
CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder.inputFormatConfiguration(IResolvable inputFormatConfiguration)
|
CfnDeliveryStream.Builder |
CfnDeliveryStream.Builder.kinesisStreamSourceConfiguration(IResolvable kinesisStreamSourceConfiguration)
When a Kinesis stream is used as the source for the delivery stream, a [KinesisStreamSourceConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html) containing the Kinesis stream ARN and the role ARN for the source stream.
|
CfnDeliveryStreamProps.Builder |
CfnDeliveryStreamProps.Builder.kinesisStreamSourceConfiguration(IResolvable kinesisStreamSourceConfiguration)
Sets the value of
CfnDeliveryStreamProps.getKinesisStreamSourceConfiguration() |
CfnDeliveryStream.EncryptionConfigurationProperty.Builder |
CfnDeliveryStream.EncryptionConfigurationProperty.Builder.kmsEncryptionConfig(IResolvable kmsEncryptionConfig)
|
CfnDeliveryStream.DeserializerProperty.Builder |
CfnDeliveryStream.DeserializerProperty.Builder.openXJsonSerDe(IResolvable openXJsonSerDe)
Sets the value of
CfnDeliveryStream.DeserializerProperty.getOpenXJsonSerDe() |
CfnDeliveryStream.SerializerProperty.Builder |
CfnDeliveryStream.SerializerProperty.Builder.orcSerDe(IResolvable orcSerDe)
Sets the value of
CfnDeliveryStream.SerializerProperty.getOrcSerDe() |
CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder |
CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder.outputFormatConfiguration(IResolvable outputFormatConfiguration)
|
CfnDeliveryStream.ProcessorProperty.Builder |
CfnDeliveryStream.ProcessorProperty.Builder.parameters(IResolvable parameters)
Sets the value of
CfnDeliveryStream.ProcessorProperty.getParameters() |
CfnDeliveryStream.SerializerProperty.Builder |
CfnDeliveryStream.SerializerProperty.Builder.parquetSerDe(IResolvable parquetSerDe)
Sets the value of
CfnDeliveryStream.SerializerProperty.getParquetSerDe() |
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder |
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder.processingConfiguration(IResolvable processingConfiguration)
|
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder |
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder.processingConfiguration(IResolvable processingConfiguration)
|
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder |
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder.processingConfiguration(IResolvable processingConfiguration)
|
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder |
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder.processingConfiguration(IResolvable processingConfiguration)
|
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder |
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder.processingConfiguration(IResolvable processingConfiguration)
|
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder |
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder.processingConfiguration(IResolvable processingConfiguration)
|
CfnDeliveryStream.ProcessingConfigurationProperty.Builder |
CfnDeliveryStream.ProcessingConfigurationProperty.Builder.processors(IResolvable processors)
Sets the value of
CfnDeliveryStream.ProcessingConfigurationProperty.getProcessors() |
CfnDeliveryStream.Builder |
CfnDeliveryStream.Builder.redshiftDestinationConfiguration(IResolvable redshiftDestinationConfiguration)
An Amazon Redshift destination for the delivery stream.
|
CfnDeliveryStreamProps.Builder |
CfnDeliveryStreamProps.Builder.redshiftDestinationConfiguration(IResolvable redshiftDestinationConfiguration)
Sets the value of
CfnDeliveryStreamProps.getRedshiftDestinationConfiguration() |
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder |
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder.requestConfiguration(IResolvable requestConfiguration)
|
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder |
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder.retryOptions(IResolvable retryOptions)
|
CfnDeliveryStream.DynamicPartitioningConfigurationProperty.Builder |
CfnDeliveryStream.DynamicPartitioningConfigurationProperty.Builder.retryOptions(IResolvable retryOptions)
|
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder |
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder.retryOptions(IResolvable retryOptions)
|
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder |
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder.retryOptions(IResolvable retryOptions)
|
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder |
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder.retryOptions(IResolvable retryOptions)
|
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder |
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder.retryOptions(IResolvable retryOptions)
|
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder |
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder.s3BackupConfiguration(IResolvable s3BackupConfiguration)
|
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder |
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder.s3BackupConfiguration(IResolvable s3BackupConfiguration)
|
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder |
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder.s3Configuration(IResolvable s3Configuration)
|
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder |
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder.s3Configuration(IResolvable s3Configuration)
|
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder |
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder.s3Configuration(IResolvable s3Configuration)
|
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder |
CfnDeliveryStream.RedshiftDestinationConfigurationProperty.Builder.s3Configuration(IResolvable s3Configuration)
|
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder |
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder.s3Configuration(IResolvable s3Configuration)
|
CfnDeliveryStream.Builder |
CfnDeliveryStream.Builder.s3DestinationConfiguration(IResolvable s3DestinationConfiguration)
The `S3DestinationConfiguration` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.
|
CfnDeliveryStreamProps.Builder |
CfnDeliveryStreamProps.Builder.s3DestinationConfiguration(IResolvable s3DestinationConfiguration)
Sets the value of
CfnDeliveryStreamProps.getS3DestinationConfiguration() |
CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder |
CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder.schemaConfiguration(IResolvable schemaConfiguration)
|
CfnDeliveryStream.OutputFormatConfigurationProperty.Builder |
CfnDeliveryStream.OutputFormatConfigurationProperty.Builder.serializer(IResolvable serializer)
Sets the value of
CfnDeliveryStream.OutputFormatConfigurationProperty.getSerializer() |
void |
CfnDeliveryStream.setAmazonopensearchserviceDestinationConfiguration(IResolvable value)
The destination in Amazon OpenSearch Service.
|
void |
CfnDeliveryStream.setDeliveryStreamEncryptionConfigurationInput(IResolvable value)
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
|
void |
CfnDeliveryStream.setElasticsearchDestinationConfiguration(IResolvable value)
An Amazon ES destination for the delivery stream.
|
void |
CfnDeliveryStream.setExtendedS3DestinationConfiguration(IResolvable value)
An Amazon S3 destination for the delivery stream.
|
void |
CfnDeliveryStream.setHttpEndpointDestinationConfiguration(IResolvable value)
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.
|
void |
CfnDeliveryStream.setKinesisStreamSourceConfiguration(IResolvable value)
When a Kinesis stream is used as the source for the delivery stream, a [KinesisStreamSourceConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html) containing the Kinesis stream ARN and the role ARN for the source stream.
|
void |
CfnDeliveryStream.setRedshiftDestinationConfiguration(IResolvable value)
An Amazon Redshift destination for the delivery stream.
|
void |
CfnDeliveryStream.setS3DestinationConfiguration(IResolvable value)
The `S3DestinationConfiguration` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.
|
void |
CfnDeliveryStream.setSplunkDestinationConfiguration(IResolvable value)
The configuration of a destination in Splunk for the delivery stream.
|
CfnDeliveryStream.Builder |
CfnDeliveryStream.Builder.splunkDestinationConfiguration(IResolvable splunkDestinationConfiguration)
The configuration of a destination in Splunk for the delivery stream.
|
CfnDeliveryStreamProps.Builder |
CfnDeliveryStreamProps.Builder.splunkDestinationConfiguration(IResolvable splunkDestinationConfiguration)
Sets the value of
CfnDeliveryStreamProps.getSplunkDestinationConfiguration() |
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder |
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty.Builder.vpcConfiguration(IResolvable vpcConfiguration)
|
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder |
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty.Builder.vpcConfiguration(IResolvable vpcConfiguration)
|
| Modifier and Type | Method and Description |
|---|---|
CfnReplicaKeyProps.Builder |
CfnReplicaKeyProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnReplicaKeyProps.getEnabled() |
CfnKey.Builder |
CfnKey.Builder.enabled(IResolvable enabled)
Specifies whether the KMS key is enabled.
|
CfnReplicaKey.Builder |
CfnReplicaKey.Builder.enabled(IResolvable enabled)
Specifies whether the replica key is enabled.
|
CfnKeyProps.Builder |
CfnKeyProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnKeyProps.getEnabled() |
CfnKey.Builder |
CfnKey.Builder.enableKeyRotation(IResolvable enableKeyRotation)
Enables automatic rotation of the key material for the specified KMS key.
|
CfnKeyProps.Builder |
CfnKeyProps.Builder.enableKeyRotation(IResolvable enableKeyRotation)
Sets the value of
CfnKeyProps.getEnableKeyRotation() |
CfnKey.Builder |
CfnKey.Builder.multiRegion(IResolvable multiRegion)
Creates a multi-Region primary key that you can replicate in other AWS Regions .
|
CfnKeyProps.Builder |
CfnKeyProps.Builder.multiRegion(IResolvable multiRegion)
Sets the value of
CfnKeyProps.getMultiRegion() |
void |
CfnKey.setEnabled(IResolvable value)
Specifies whether the KMS key is enabled.
|
void |
CfnReplicaKey.setEnabled(IResolvable value)
Specifies whether the replica key is enabled.
|
void |
CfnKey.setEnableKeyRotation(IResolvable value)
Enables automatic rotation of the key material for the specified KMS key.
|
void |
CfnKey.setMultiRegion(IResolvable value)
Creates a multi-Region primary key that you can replicate in other AWS Regions .
|
| Modifier and Type | Method and Description |
|---|---|
CfnDataLakeSettingsProps.Builder |
CfnDataLakeSettingsProps.Builder.admins(IResolvable admins)
Sets the value of
CfnDataLakeSettingsProps.getAdmins() |
CfnDataLakeSettings.Builder |
CfnDataLakeSettings.Builder.admins(IResolvable admins)
A list of AWS Lake Formation principals.
|
CfnPermissions.TableWithColumnsResourceProperty.Builder |
CfnPermissions.TableWithColumnsResourceProperty.Builder.columnWildcard(IResolvable columnWildcard)
Sets the value of
CfnPermissions.TableWithColumnsResourceProperty.getColumnWildcard() |
CfnPermissions.ResourceProperty.Builder |
CfnPermissions.ResourceProperty.Builder.databaseResource(IResolvable databaseResource)
Sets the value of
CfnPermissions.ResourceProperty.getDatabaseResource() |
CfnPermissions.Builder |
CfnPermissions.Builder.dataLakePrincipal(IResolvable dataLakePrincipal)
The AWS Lake Formation principal.
|
CfnPermissionsProps.Builder |
CfnPermissionsProps.Builder.dataLakePrincipal(IResolvable dataLakePrincipal)
Sets the value of
CfnPermissionsProps.getDataLakePrincipal() |
CfnPermissions.ResourceProperty.Builder |
CfnPermissions.ResourceProperty.Builder.dataLocationResource(IResolvable dataLocationResource)
Sets the value of
CfnPermissions.ResourceProperty.getDataLocationResource() |
CfnPermissions.Builder |
CfnPermissions.Builder.resource(IResolvable resource)
A structure for the resource.
|
CfnPermissionsProps.Builder |
CfnPermissionsProps.Builder.resource(IResolvable resource)
Sets the value of
CfnPermissionsProps.getResource() |
void |
CfnDataLakeSettings.setAdmins(IResolvable value)
A list of AWS Lake Formation principals.
|
void |
CfnPermissions.setDataLakePrincipal(IResolvable value)
The AWS Lake Formation principal.
|
void |
CfnPermissions.setResource(IResolvable value)
A structure for the resource.
|
void |
CfnResource.setUseServiceLinkedRole(IResolvable value)
Designates a trusted caller, an IAM principal, by registering this caller with the Data Catalog.
|
CfnPermissions.ResourceProperty.Builder |
CfnPermissions.ResourceProperty.Builder.tableResource(IResolvable tableResource)
Sets the value of
CfnPermissions.ResourceProperty.getTableResource() |
CfnPermissions.TableResourceProperty.Builder |
CfnPermissions.TableResourceProperty.Builder.tableWildcard(IResolvable tableWildcard)
Sets the value of
CfnPermissions.TableResourceProperty.getTableWildcard() |
CfnPermissions.ResourceProperty.Builder |
CfnPermissions.ResourceProperty.Builder.tableWithColumnsResource(IResolvable tableWithColumnsResource)
Sets the value of
CfnPermissions.ResourceProperty.getTableWithColumnsResource() |
CfnResourceProps.Builder |
CfnResourceProps.Builder.useServiceLinkedRole(IResolvable useServiceLinkedRole)
Sets the value of
CfnResourceProps.getUseServiceLinkedRole() |
CfnResource.Builder |
CfnResource.Builder.useServiceLinkedRole(IResolvable useServiceLinkedRole)
Designates a trusted caller, an IAM principal, by registering this caller with the Data Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
CfnAlias.AliasRoutingConfigurationProperty.Builder |
CfnAlias.AliasRoutingConfigurationProperty.Builder.additionalVersionWeights(IResolvable additionalVersionWeights)
Sets the value of
CfnAlias.AliasRoutingConfigurationProperty.getAdditionalVersionWeights() |
CfnUrl.CorsProperty.Builder |
CfnUrl.CorsProperty.Builder.allowCredentials(IResolvable allowCredentials)
Sets the value of
CfnUrl.CorsProperty.getAllowCredentials() |
CfnCodeSigningConfigProps.Builder |
CfnCodeSigningConfigProps.Builder.allowedPublishers(IResolvable allowedPublishers)
Sets the value of
CfnCodeSigningConfigProps.getAllowedPublishers() |
CfnCodeSigningConfig.Builder |
CfnCodeSigningConfig.Builder.allowedPublishers(IResolvable allowedPublishers)
List of allowed publishers.
|
CfnEventSourceMapping.Builder |
CfnEventSourceMapping.Builder.bisectBatchOnFunctionError(IResolvable bisectBatchOnFunctionError)
(Streams only) If the function returns an error, split the batch in two and retry.
|
CfnEventSourceMappingProps.Builder |
CfnEventSourceMappingProps.Builder.bisectBatchOnFunctionError(IResolvable bisectBatchOnFunctionError)
Sets the value of
CfnEventSourceMappingProps.getBisectBatchOnFunctionError() |
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.code(IResolvable code)
Sets the value of
CfnFunctionProps.getCode() |
CfnFunction.Builder |
CfnFunction.Builder.code(IResolvable code)
The code for the function.
|
CfnCodeSigningConfigProps.Builder |
CfnCodeSigningConfigProps.Builder.codeSigningPolicies(IResolvable codeSigningPolicies)
Sets the value of
CfnCodeSigningConfigProps.getCodeSigningPolicies() |
CfnCodeSigningConfig.Builder |
CfnCodeSigningConfig.Builder.codeSigningPolicies(IResolvable codeSigningPolicies)
The code signing policy controls the validation failure action for signature mismatch or expiry.
|
CfnLayerVersionProps.Builder |
CfnLayerVersionProps.Builder.content(IResolvable content)
Sets the value of
CfnLayerVersionProps.getContent() |
CfnLayerVersion.Builder |
CfnLayerVersion.Builder.content(IResolvable content)
The function layer archive.
|
CfnUrlProps.Builder |
CfnUrlProps.Builder.cors(IResolvable cors)
Sets the value of
CfnUrlProps.getCors() |
CfnUrl.Builder |
CfnUrl.Builder.cors(IResolvable cors)
The [Cross-Origin Resource Sharing (CORS)](https://docs.aws.amazon.com/https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) settings for your function URL.
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.deadLetterConfig(IResolvable deadLetterConfig)
Sets the value of
CfnFunctionProps.getDeadLetterConfig() |
CfnFunction.Builder |
CfnFunction.Builder.deadLetterConfig(IResolvable deadLetterConfig)
A dead letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when they fail processing.
|
CfnEventSourceMapping.Builder |
CfnEventSourceMapping.Builder.destinationConfig(IResolvable destinationConfig)
(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
CfnEventInvokeConfigProps.Builder |
CfnEventInvokeConfigProps.Builder.destinationConfig(IResolvable destinationConfig)
Sets the value of
CfnEventInvokeConfigProps.getDestinationConfig() |
CfnEventSourceMappingProps.Builder |
CfnEventSourceMappingProps.Builder.destinationConfig(IResolvable destinationConfig)
Sets the value of
CfnEventSourceMappingProps.getDestinationConfig() |
CfnEventInvokeConfig.Builder |
CfnEventInvokeConfig.Builder.destinationConfig(IResolvable destinationConfig)
A destination for events after they have been sent to a function for processing.
|
CfnEventSourceMapping.Builder |
CfnEventSourceMapping.Builder.enabled(IResolvable enabled)
When true, the event source mapping is active.
|
CfnEventSourceMappingProps.Builder |
CfnEventSourceMappingProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnEventSourceMappingProps.getEnabled() |
CfnEventSourceMapping.SelfManagedEventSourceProperty.Builder |
CfnEventSourceMapping.SelfManagedEventSourceProperty.Builder.endpoints(IResolvable endpoints)
Sets the value of
CfnEventSourceMapping.SelfManagedEventSourceProperty.getEndpoints() |
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.environment(IResolvable environment)
Sets the value of
CfnFunctionProps.getEnvironment() |
CfnFunction.Builder |
CfnFunction.Builder.environment(IResolvable environment)
Environment variables that are accessible from function code during execution.
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.ephemeralStorage(IResolvable ephemeralStorage)
Sets the value of
CfnFunctionProps.getEphemeralStorage() |
CfnFunction.Builder |
CfnFunction.Builder.ephemeralStorage(IResolvable ephemeralStorage)
The size of the function’s /tmp directory in MB.
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.fileSystemConfigs(IResolvable fileSystemConfigs)
Sets the value of
CfnFunctionProps.getFileSystemConfigs() |
CfnFunction.Builder |
CfnFunction.Builder.fileSystemConfigs(IResolvable fileSystemConfigs)
Connection settings for an Amazon EFS file system.
|
CfnEventSourceMapping.Builder |
CfnEventSourceMapping.Builder.filterCriteria(IResolvable filterCriteria)
(Streams and Amazon SQS) An object that defines the filter criteria that determine whether Lambda should process an event.
|
CfnEventSourceMappingProps.Builder |
CfnEventSourceMappingProps.Builder.filterCriteria(IResolvable filterCriteria)
Sets the value of
CfnEventSourceMappingProps.getFilterCriteria() |
CfnEventSourceMapping.FilterCriteriaProperty.Builder |
CfnEventSourceMapping.FilterCriteriaProperty.Builder.filters(IResolvable filters)
Sets the value of
CfnEventSourceMapping.FilterCriteriaProperty.getFilters() |
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.imageConfig(IResolvable imageConfig)
Sets the value of
CfnFunctionProps.getImageConfig() |
CfnFunction.Builder |
CfnFunction.Builder.imageConfig(IResolvable imageConfig)
Configuration values that override the container image Dockerfile settings.
|
CfnEventSourceMapping.DestinationConfigProperty.Builder |
CfnEventSourceMapping.DestinationConfigProperty.Builder.onFailure(IResolvable onFailure)
Sets the value of
CfnEventSourceMapping.DestinationConfigProperty.getOnFailure() |
CfnEventInvokeConfig.DestinationConfigProperty.Builder |
CfnEventInvokeConfig.DestinationConfigProperty.Builder.onFailure(IResolvable onFailure)
Sets the value of
CfnEventInvokeConfig.DestinationConfigProperty.getOnFailure() |
CfnEventInvokeConfig.DestinationConfigProperty.Builder |
CfnEventInvokeConfig.DestinationConfigProperty.Builder.onSuccess(IResolvable onSuccess)
Sets the value of
CfnEventInvokeConfig.DestinationConfigProperty.getOnSuccess() |
CfnAlias.Builder |
CfnAlias.Builder.provisionedConcurrencyConfig(IResolvable provisionedConcurrencyConfig)
Specifies a [provisioned concurrency](https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html) configuration for a function's alias.
|
CfnVersion.Builder |
CfnVersion.Builder.provisionedConcurrencyConfig(IResolvable provisionedConcurrencyConfig)
Specifies a provisioned concurrency configuration for a function's version.
|
CfnVersionProps.Builder |
CfnVersionProps.Builder.provisionedConcurrencyConfig(IResolvable provisionedConcurrencyConfig)
Sets the value of
CfnVersionProps.getProvisionedConcurrencyConfig() |
CfnAliasProps.Builder |
CfnAliasProps.Builder.provisionedConcurrencyConfig(IResolvable provisionedConcurrencyConfig)
Sets the value of
CfnAliasProps.getProvisionedConcurrencyConfig() |
CfnAlias.Builder |
CfnAlias.Builder.routingConfig(IResolvable routingConfig)
The [routing configuration](https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html) of the alias.
|
CfnAliasProps.Builder |
CfnAliasProps.Builder.routingConfig(IResolvable routingConfig)
Sets the value of
CfnAliasProps.getRoutingConfig() |
CfnEventSourceMapping.Builder |
CfnEventSourceMapping.Builder.selfManagedEventSource(IResolvable selfManagedEventSource)
The self-managed Apache Kafka cluster for your event source.
|
CfnEventSourceMappingProps.Builder |
CfnEventSourceMappingProps.Builder.selfManagedEventSource(IResolvable selfManagedEventSource)
Sets the value of
CfnEventSourceMappingProps.getSelfManagedEventSource() |
void |
CfnCodeSigningConfig.setAllowedPublishers(IResolvable value)
List of allowed publishers.
|
void |
CfnEventSourceMapping.setBisectBatchOnFunctionError(IResolvable value)
(Streams only) If the function returns an error, split the batch in two and retry.
|
void |
CfnFunction.setCode(IResolvable value)
The code for the function.
|
void |
CfnCodeSigningConfig.setCodeSigningPolicies(IResolvable value)
The code signing policy controls the validation failure action for signature mismatch or expiry.
|
void |
CfnLayerVersion.setContent(IResolvable value)
The function layer archive.
|
void |
CfnUrl.setCors(IResolvable value)
The [Cross-Origin Resource Sharing (CORS)](https://docs.aws.amazon.com/https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) settings for your function URL.
|
void |
CfnFunction.setDeadLetterConfig(IResolvable value)
A dead letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when they fail processing.
|
void |
CfnEventSourceMapping.setDestinationConfig(IResolvable value)
(Streams only) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
void |
CfnEventInvokeConfig.setDestinationConfig(IResolvable value)
A destination for events after they have been sent to a function for processing.
|
void |
CfnEventSourceMapping.setEnabled(IResolvable value)
When true, the event source mapping is active.
|
void |
CfnFunction.setEnvironment(IResolvable value)
Environment variables that are accessible from function code during execution.
|
void |
CfnFunction.setEphemeralStorage(IResolvable value)
The size of the function’s /tmp directory in MB.
|
void |
CfnFunction.setFileSystemConfigs(IResolvable value)
Connection settings for an Amazon EFS file system.
|
void |
CfnEventSourceMapping.setFilterCriteria(IResolvable value)
(Streams and Amazon SQS) An object that defines the filter criteria that determine whether Lambda should process an event.
|
void |
CfnFunction.setImageConfig(IResolvable value)
Configuration values that override the container image Dockerfile settings.
|
void |
CfnAlias.setProvisionedConcurrencyConfig(IResolvable value)
Specifies a [provisioned concurrency](https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html) configuration for a function's alias.
|
void |
CfnVersion.setProvisionedConcurrencyConfig(IResolvable value)
Specifies a provisioned concurrency configuration for a function's version.
|
void |
CfnAlias.setRoutingConfig(IResolvable value)
The [routing configuration](https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html) of the alias.
|
void |
CfnEventSourceMapping.setSelfManagedEventSource(IResolvable value)
The self-managed Apache Kafka cluster for your event source.
|
void |
CfnEventSourceMapping.setSourceAccessConfigurations(IResolvable value)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.
|
void |
CfnFunction.setTracingConfig(IResolvable value)
Set `Mode` to `Active` to sample and trace a subset of incoming requests with [X-Ray](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) .
|
void |
CfnFunction.setVpcConfig(IResolvable value)
For network connectivity to AWS resources in a [VPC](https://docs.aws.amazon.com/lambda/latest/dg/configuration-network.html) , specify a list of security groups and subnets in the VPC.
|
CfnEventSourceMapping.Builder |
CfnEventSourceMapping.Builder.sourceAccessConfigurations(IResolvable sourceAccessConfigurations)
An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.
|
CfnEventSourceMappingProps.Builder |
CfnEventSourceMappingProps.Builder.sourceAccessConfigurations(IResolvable sourceAccessConfigurations)
Sets the value of
CfnEventSourceMappingProps.getSourceAccessConfigurations() |
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.tracingConfig(IResolvable tracingConfig)
Sets the value of
CfnFunctionProps.getTracingConfig() |
CfnFunction.Builder |
CfnFunction.Builder.tracingConfig(IResolvable tracingConfig)
Set `Mode` to `Active` to sample and trace a subset of incoming requests with [X-Ray](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) .
|
CfnFunction.EnvironmentProperty.Builder |
CfnFunction.EnvironmentProperty.Builder.variables(IResolvable variables)
Sets the value of
CfnFunction.EnvironmentProperty.getVariables() |
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.vpcConfig(IResolvable vpcConfig)
Sets the value of
CfnFunctionProps.getVpcConfig() |
CfnFunction.Builder |
CfnFunction.Builder.vpcConfig(IResolvable vpcConfig)
For network connectivity to AWS resources in a [VPC](https://docs.aws.amazon.com/lambda/latest/dg/configuration-network.html) , specify a list of security groups and subnets in the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
CfnLicense.EntitlementProperty.Builder |
CfnLicense.EntitlementProperty.Builder.allowCheckIn(IResolvable allowCheckIn)
Sets the value of
CfnLicense.EntitlementProperty.getAllowCheckIn() |
CfnLicense.BorrowConfigurationProperty.Builder |
CfnLicense.BorrowConfigurationProperty.Builder.allowEarlyCheckIn(IResolvable allowEarlyCheckIn)
Sets the value of
CfnLicense.BorrowConfigurationProperty.getAllowEarlyCheckIn() |
CfnLicense.ConsumptionConfigurationProperty.Builder |
CfnLicense.ConsumptionConfigurationProperty.Builder.borrowConfiguration(IResolvable borrowConfiguration)
Sets the value of
CfnLicense.ConsumptionConfigurationProperty.getBorrowConfiguration() |
CfnLicenseProps.Builder |
CfnLicenseProps.Builder.consumptionConfiguration(IResolvable consumptionConfiguration)
Sets the value of
CfnLicenseProps.getConsumptionConfiguration() |
CfnLicense.Builder |
CfnLicense.Builder.consumptionConfiguration(IResolvable consumptionConfiguration)
Configuration for consumption of the license.
|
CfnLicenseProps.Builder |
CfnLicenseProps.Builder.entitlements(IResolvable entitlements)
Sets the value of
CfnLicenseProps.getEntitlements() |
CfnLicense.Builder |
CfnLicense.Builder.entitlements(IResolvable entitlements)
License entitlements.
|
CfnLicenseProps.Builder |
CfnLicenseProps.Builder.issuer(IResolvable issuer)
Sets the value of
CfnLicenseProps.getIssuer() |
CfnLicense.Builder |
CfnLicense.Builder.issuer(IResolvable issuer)
License issuer.
|
CfnLicenseProps.Builder |
CfnLicenseProps.Builder.licenseMetadata(IResolvable licenseMetadata)
Sets the value of
CfnLicenseProps.getLicenseMetadata() |
CfnLicense.Builder |
CfnLicense.Builder.licenseMetadata(IResolvable licenseMetadata)
License metadata.
|
CfnLicense.EntitlementProperty.Builder |
CfnLicense.EntitlementProperty.Builder.overage(IResolvable overage)
Sets the value of
CfnLicense.EntitlementProperty.getOverage() |
CfnLicense.ConsumptionConfigurationProperty.Builder |
CfnLicense.ConsumptionConfigurationProperty.Builder.provisionalConfiguration(IResolvable provisionalConfiguration)
|
void |
CfnLicense.setConsumptionConfiguration(IResolvable value)
Configuration for consumption of the license.
|
void |
CfnLicense.setEntitlements(IResolvable value)
License entitlements.
|
void |
CfnLicense.setIssuer(IResolvable value)
License issuer.
|
void |
CfnLicense.setLicenseMetadata(IResolvable value)
License metadata.
|
void |
CfnLicense.setValidity(IResolvable value)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
CfnLicenseProps.Builder |
CfnLicenseProps.Builder.validity(IResolvable validity)
Sets the value of
CfnLicenseProps.getValidity() |
CfnLicense.Builder |
CfnLicense.Builder.validity(IResolvable validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnDistribution.getAttrAbleToUpdateBundle()
Indicates whether you can update the distribution’s current bundle to another bundle.
|
IResolvable |
CfnBucket.getAttrAbleToUpdateBundle()
A Boolean value indicating whether the bundle that is currently applied to your distribution can be changed to another bundle.
|
IResolvable |
CfnStaticIp.getAttrIsAttached()
A Boolean value indicating whether the static IP is attached to an instance.
|
IResolvable |
CfnDisk.getAttrIsAttached()
A Boolean value indicating whether the disk is attached to an instance.
|
IResolvable |
CfnInstance.getAttrIsStaticIp()
A Boolean value indicating whether the instance has a static IP assigned to it.
|
| Modifier and Type | Method and Description |
|---|---|
CfnBucketProps.Builder |
CfnBucketProps.Builder.accessRules(IResolvable accessRules)
Sets the value of
CfnBucketProps.getAccessRules() |
CfnBucket.Builder |
CfnBucket.Builder.accessRules(IResolvable accessRules)
An object that describes the access rules for the bucket.
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.addOns(IResolvable addOns)
Sets the value of
CfnInstanceProps.getAddOns() |
CfnDiskProps.Builder |
CfnDiskProps.Builder.addOns(IResolvable addOns)
Sets the value of
CfnDiskProps.getAddOns() |
CfnDisk.Builder |
CfnDisk.Builder.addOns(IResolvable addOns)
An array of add-ons for the disk.
|
CfnInstance.Builder |
CfnInstance.Builder.addOns(IResolvable addOns)
An array of add-ons for the instance.
|
CfnBucket.AccessRulesProperty.Builder |
CfnBucket.AccessRulesProperty.Builder.allowPublicOverrides(IResolvable allowPublicOverrides)
Sets the value of
CfnBucket.AccessRulesProperty.getAllowPublicOverrides() |
CfnDisk.AddOnProperty.Builder |
CfnDisk.AddOnProperty.Builder.autoSnapshotAddOnRequest(IResolvable autoSnapshotAddOnRequest)
Sets the value of
CfnDisk.AddOnProperty.getAutoSnapshotAddOnRequest() |
CfnInstance.AddOnProperty.Builder |
CfnInstance.AddOnProperty.Builder.autoSnapshotAddOnRequest(IResolvable autoSnapshotAddOnRequest)
Sets the value of
CfnInstance.AddOnProperty.getAutoSnapshotAddOnRequest() |
CfnDatabaseProps.Builder |
CfnDatabaseProps.Builder.backupRetention(IResolvable backupRetention)
Sets the value of
CfnDatabaseProps.getBackupRetention() |
CfnDatabase.Builder |
CfnDatabase.Builder.backupRetention(IResolvable backupRetention)
A Boolean value indicating whether automated backup retention is enabled for the database.
|
CfnDistribution.Builder |
CfnDistribution.Builder.cacheBehaviors(IResolvable cacheBehaviors)
An array of objects that describe the per-path cache behavior of the distribution.
|
CfnDistributionProps.Builder |
CfnDistributionProps.Builder.cacheBehaviors(IResolvable cacheBehaviors)
Sets the value of
CfnDistributionProps.getCacheBehaviors() |
CfnDistribution.Builder |
CfnDistribution.Builder.cacheBehaviorSettings(IResolvable cacheBehaviorSettings)
An object that describes the cache behavior settings of the distribution.
|
CfnDistributionProps.Builder |
CfnDistributionProps.Builder.cacheBehaviorSettings(IResolvable cacheBehaviorSettings)
Sets the value of
CfnDistributionProps.getCacheBehaviorSettings() |
CfnContainer.ContainerServiceDeploymentProperty.Builder |
CfnContainer.ContainerServiceDeploymentProperty.Builder.containers(IResolvable containers)
Sets the value of
CfnContainer.ContainerServiceDeploymentProperty.getContainers() |
CfnContainer.Builder |
CfnContainer.Builder.containerServiceDeployment(IResolvable containerServiceDeployment)
An object that describes the current container deployment of the container service.
|
CfnContainerProps.Builder |
CfnContainerProps.Builder.containerServiceDeployment(IResolvable containerServiceDeployment)
Sets the value of
CfnContainerProps.getContainerServiceDeployment() |
CfnDistribution.Builder |
CfnDistribution.Builder.defaultCacheBehavior(IResolvable defaultCacheBehavior)
An object that describes the default cache behavior of the distribution.
|
CfnDistributionProps.Builder |
CfnDistributionProps.Builder.defaultCacheBehavior(IResolvable defaultCacheBehavior)
Sets the value of
CfnDistributionProps.getDefaultCacheBehavior() |
CfnInstance.HardwareProperty.Builder |
CfnInstance.HardwareProperty.Builder.disks(IResolvable disks)
Sets the value of
CfnInstance.HardwareProperty.getDisks() |
CfnContainer.ContainerProperty.Builder |
CfnContainer.ContainerProperty.Builder.environment(IResolvable environment)
Sets the value of
CfnContainer.ContainerProperty.getEnvironment() |
CfnDistribution.CacheSettingsProperty.Builder |
CfnDistribution.CacheSettingsProperty.Builder.forwardedCookies(IResolvable forwardedCookies)
Sets the value of
CfnDistribution.CacheSettingsProperty.getForwardedCookies() |
CfnDistribution.CacheSettingsProperty.Builder |
CfnDistribution.CacheSettingsProperty.Builder.forwardedHeaders(IResolvable forwardedHeaders)
Sets the value of
CfnDistribution.CacheSettingsProperty.getForwardedHeaders() |
CfnDistribution.CacheSettingsProperty.Builder |
CfnDistribution.CacheSettingsProperty.Builder.forwardedQueryStrings(IResolvable forwardedQueryStrings)
Sets the value of
CfnDistribution.CacheSettingsProperty.getForwardedQueryStrings() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.hardware(IResolvable hardware)
Sets the value of
CfnInstanceProps.getHardware() |
CfnInstance.Builder |
CfnInstance.Builder.hardware(IResolvable hardware)
The hardware properties for the instance, such as the vCPU count, attached disks, and amount of RAM.
|
CfnContainer.PublicEndpointProperty.Builder |
CfnContainer.PublicEndpointProperty.Builder.healthCheckConfig(IResolvable healthCheckConfig)
Sets the value of
CfnContainer.PublicEndpointProperty.getHealthCheckConfig() |
CfnLoadBalancerTlsCertificate.Builder |
CfnLoadBalancerTlsCertificate.Builder.isAttached(IResolvable isAttached)
A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.
|
CfnLoadBalancerTlsCertificateProps.Builder |
CfnLoadBalancerTlsCertificateProps.Builder.isAttached(IResolvable isAttached)
Sets the value of
CfnLoadBalancerTlsCertificateProps.getIsAttached() |
CfnContainer.Builder |
CfnContainer.Builder.isDisabled(IResolvable isDisabled)
A Boolean value indicating whether the container service is disabled.
|
CfnContainerProps.Builder |
CfnContainerProps.Builder.isDisabled(IResolvable isDisabled)
Sets the value of
CfnContainerProps.getIsDisabled() |
CfnDistribution.Builder |
CfnDistribution.Builder.isEnabled(IResolvable isEnabled)
A Boolean value indicating whether the distribution is enabled.
|
CfnDistributionProps.Builder |
CfnDistributionProps.Builder.isEnabled(IResolvable isEnabled)
Sets the value of
CfnDistributionProps.getIsEnabled() |
CfnDatabase.RelationalDatabaseParameterProperty.Builder |
CfnDatabase.RelationalDatabaseParameterProperty.Builder.isModifiable(IResolvable isModifiable)
Sets the value of
CfnDatabase.RelationalDatabaseParameterProperty.getIsModifiable() |
CfnInstance.DiskProperty.Builder |
CfnInstance.DiskProperty.Builder.isSystemDisk(IResolvable isSystemDisk)
Sets the value of
CfnInstance.DiskProperty.getIsSystemDisk() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.networking(IResolvable networking)
Sets the value of
CfnInstanceProps.getNetworking() |
CfnInstance.Builder |
CfnInstance.Builder.networking(IResolvable networking)
The public ports and the monthly amount of data transfer allocated for the instance.
|
CfnAlarmProps.Builder |
CfnAlarmProps.Builder.notificationEnabled(IResolvable notificationEnabled)
Sets the value of
CfnAlarmProps.getNotificationEnabled() |
CfnAlarm.Builder |
CfnAlarm.Builder.notificationEnabled(IResolvable notificationEnabled)
A Boolean value indicating whether the alarm is enabled.
|
CfnBucketProps.Builder |
CfnBucketProps.Builder.objectVersioning(IResolvable objectVersioning)
Sets the value of
CfnBucketProps.getObjectVersioning() |
CfnBucket.Builder |
CfnBucket.Builder.objectVersioning(IResolvable objectVersioning)
Indicates whether object versioning is enabled for the bucket.
|
CfnDistribution.QueryStringObjectProperty.Builder |
CfnDistribution.QueryStringObjectProperty.Builder.option(IResolvable option)
Sets the value of
CfnDistribution.QueryStringObjectProperty.getOption() |
CfnDistribution.Builder |
CfnDistribution.Builder.origin(IResolvable origin)
An object that describes the origin resource of the distribution, such as a Lightsail instance, bucket, or load balancer.
|
CfnDistributionProps.Builder |
CfnDistributionProps.Builder.origin(IResolvable origin)
Sets the value of
CfnDistributionProps.getOrigin() |
CfnContainer.ContainerProperty.Builder |
CfnContainer.ContainerProperty.Builder.ports(IResolvable ports)
Sets the value of
CfnContainer.ContainerProperty.getPorts() |
CfnInstance.NetworkingProperty.Builder |
CfnInstance.NetworkingProperty.Builder.ports(IResolvable ports)
Sets the value of
CfnInstance.NetworkingProperty.getPorts() |
CfnContainer.Builder |
CfnContainer.Builder.publicDomainNames(IResolvable publicDomainNames)
The public domain name of the container service, such as `example.com` and `www.example.com` .
|
CfnContainerProps.Builder |
CfnContainerProps.Builder.publicDomainNames(IResolvable publicDomainNames)
Sets the value of
CfnContainerProps.getPublicDomainNames() |
CfnContainer.ContainerServiceDeploymentProperty.Builder |
CfnContainer.ContainerServiceDeploymentProperty.Builder.publicEndpoint(IResolvable publicEndpoint)
Sets the value of
CfnContainer.ContainerServiceDeploymentProperty.getPublicEndpoint() |
CfnDatabaseProps.Builder |
CfnDatabaseProps.Builder.publiclyAccessible(IResolvable publiclyAccessible)
Sets the value of
CfnDatabaseProps.getPubliclyAccessible() |
CfnDatabase.Builder |
CfnDatabase.Builder.publiclyAccessible(IResolvable publiclyAccessible)
A Boolean value indicating whether the database is accessible to anyone on the internet.
|
CfnDatabaseProps.Builder |
CfnDatabaseProps.Builder.relationalDatabaseParameters(IResolvable relationalDatabaseParameters)
Sets the value of
CfnDatabaseProps.getRelationalDatabaseParameters() |
CfnDatabase.Builder |
CfnDatabase.Builder.relationalDatabaseParameters(IResolvable relationalDatabaseParameters)
An array of parameters for the database.
|
CfnDatabaseProps.Builder |
CfnDatabaseProps.Builder.rotateMasterUserPassword(IResolvable rotateMasterUserPassword)
Sets the value of
CfnDatabaseProps.getRotateMasterUserPassword() |
CfnDatabase.Builder |
CfnDatabase.Builder.rotateMasterUserPassword(IResolvable rotateMasterUserPassword)
A Boolean value indicating whether to change the primary user password to a new, strong password generated by Lightsail .
|
CfnLoadBalancerProps.Builder |
CfnLoadBalancerProps.Builder.sessionStickinessEnabled(IResolvable sessionStickinessEnabled)
Sets the value of
CfnLoadBalancerProps.getSessionStickinessEnabled() |
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.sessionStickinessEnabled(IResolvable sessionStickinessEnabled)
A Boolean value indicating whether session stickiness is enabled.
|
void |
CfnBucket.setAccessRules(IResolvable value)
An object that describes the access rules for the bucket.
|
void |
CfnDisk.setAddOns(IResolvable value)
An array of add-ons for the disk.
|
void |
CfnInstance.setAddOns(IResolvable value)
An array of add-ons for the instance.
|
void |
CfnDatabase.setBackupRetention(IResolvable value)
A Boolean value indicating whether automated backup retention is enabled for the database.
|
void |
CfnDistribution.setCacheBehaviors(IResolvable value)
An array of objects that describe the per-path cache behavior of the distribution.
|
void |
CfnDistribution.setCacheBehaviorSettings(IResolvable value)
An object that describes the cache behavior settings of the distribution.
|
void |
CfnContainer.setContainerServiceDeployment(IResolvable value)
An object that describes the current container deployment of the container service.
|
void |
CfnDistribution.setDefaultCacheBehavior(IResolvable value)
An object that describes the default cache behavior of the distribution.
|
void |
CfnInstance.setHardware(IResolvable value)
The hardware properties for the instance, such as the vCPU count, attached disks, and amount of RAM.
|
void |
CfnLoadBalancerTlsCertificate.setIsAttached(IResolvable value)
A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.
|
void |
CfnContainer.setIsDisabled(IResolvable value)
A Boolean value indicating whether the container service is disabled.
|
void |
CfnDistribution.setIsEnabled(IResolvable value)
A Boolean value indicating whether the distribution is enabled.
|
void |
CfnInstance.setNetworking(IResolvable value)
The public ports and the monthly amount of data transfer allocated for the instance.
|
void |
CfnAlarm.setNotificationEnabled(IResolvable value)
A Boolean value indicating whether the alarm is enabled.
|
void |
CfnBucket.setObjectVersioning(IResolvable value)
Indicates whether object versioning is enabled for the bucket.
|
void |
CfnDistribution.setOrigin(IResolvable value)
An object that describes the origin resource of the distribution, such as a Lightsail instance, bucket, or load balancer.
|
void |
CfnContainer.setPublicDomainNames(IResolvable value)
The public domain name of the container service, such as `example.com` and `www.example.com` .
|
void |
CfnDatabase.setPubliclyAccessible(IResolvable value)
A Boolean value indicating whether the database is accessible to anyone on the internet.
|
void |
CfnDatabase.setRelationalDatabaseParameters(IResolvable value)
An array of parameters for the database.
|
void |
CfnDatabase.setRotateMasterUserPassword(IResolvable value)
A Boolean value indicating whether to change the primary user password to a new, strong password generated by Lightsail .
|
void |
CfnLoadBalancer.setSessionStickinessEnabled(IResolvable value)
A Boolean value indicating whether session stickiness is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
CfnMap.Builder |
CfnMap.Builder.configuration(IResolvable configuration)
Specifies the map style selected from an available data provider.
|
CfnMapProps.Builder |
CfnMapProps.Builder.configuration(IResolvable configuration)
Sets the value of
CfnMapProps.getConfiguration() |
CfnPlaceIndexProps.Builder |
CfnPlaceIndexProps.Builder.dataSourceConfiguration(IResolvable dataSourceConfiguration)
Sets the value of
CfnPlaceIndexProps.getDataSourceConfiguration() |
CfnPlaceIndex.Builder |
CfnPlaceIndex.Builder.dataSourceConfiguration(IResolvable dataSourceConfiguration)
Specifies the data storage option for requesting Places.
|
void |
CfnMap.setConfiguration(IResolvable value)
Specifies the map style selected from an available data provider.
|
void |
CfnPlaceIndex.setDataSourceConfiguration(IResolvable value)
Specifies the data storage option for requesting Places.
|
| Modifier and Type | Method and Description |
|---|---|
CfnMetricFilterProps.Builder |
CfnMetricFilterProps.Builder.metricTransformations(IResolvable metricTransformations)
Sets the value of
CfnMetricFilterProps.getMetricTransformations() |
CfnMetricFilter.Builder |
CfnMetricFilter.Builder.metricTransformations(IResolvable metricTransformations)
The metric transformations.
|
void |
CfnMetricFilter.setMetricTransformations(IResolvable value)
The metric transformations.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnFindingsFilter.getAttrFindingsFilterListItems()
An array of `FindingsFilterListItem` objects, one for each findings filter that's associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
CfnFindingsFilterProps.Builder |
CfnFindingsFilterProps.Builder.findingCriteria(IResolvable findingCriteria)
Sets the value of
CfnFindingsFilterProps.getFindingCriteria() |
CfnFindingsFilter.Builder |
CfnFindingsFilter.Builder.findingCriteria(IResolvable findingCriteria)
The criteria to use to filter findings.
|
void |
CfnFindingsFilter.setFindingCriteria(IResolvable value)
The criteria to use to filter findings.
|
| Modifier and Type | Method and Description |
|---|---|
CfnMember.VotingPolicyProperty.Builder |
CfnMember.VotingPolicyProperty.Builder.approvalThresholdPolicy(IResolvable approvalThresholdPolicy)
Sets the value of
CfnMember.VotingPolicyProperty.getApprovalThresholdPolicy() |
CfnMemberProps.Builder |
CfnMemberProps.Builder.memberConfiguration(IResolvable memberConfiguration)
Sets the value of
CfnMemberProps.getMemberConfiguration() |
CfnMember.Builder |
CfnMember.Builder.memberConfiguration(IResolvable memberConfiguration)
Configuration properties of the member.
|
CfnMember.MemberFrameworkConfigurationProperty.Builder |
CfnMember.MemberFrameworkConfigurationProperty.Builder.memberFabricConfiguration(IResolvable memberFabricConfiguration)
|
CfnMember.MemberConfigurationProperty.Builder |
CfnMember.MemberConfigurationProperty.Builder.memberFrameworkConfiguration(IResolvable memberFrameworkConfiguration)
Sets the value of
CfnMember.MemberConfigurationProperty.getMemberFrameworkConfiguration() |
CfnMemberProps.Builder |
CfnMemberProps.Builder.networkConfiguration(IResolvable networkConfiguration)
Sets the value of
CfnMemberProps.getNetworkConfiguration() |
CfnMember.Builder |
CfnMember.Builder.networkConfiguration(IResolvable networkConfiguration)
Configuration properties of the network to which the member belongs.
|
CfnMember.NetworkFrameworkConfigurationProperty.Builder |
CfnMember.NetworkFrameworkConfigurationProperty.Builder.networkFabricConfiguration(IResolvable networkFabricConfiguration)
|
CfnMember.NetworkConfigurationProperty.Builder |
CfnMember.NetworkConfigurationProperty.Builder.networkFrameworkConfiguration(IResolvable networkFrameworkConfiguration)
|
CfnNodeProps.Builder |
CfnNodeProps.Builder.nodeConfiguration(IResolvable nodeConfiguration)
Sets the value of
CfnNodeProps.getNodeConfiguration() |
CfnNode.Builder |
CfnNode.Builder.nodeConfiguration(IResolvable nodeConfiguration)
Configuration properties of a peer node.
|
void |
CfnMember.setMemberConfiguration(IResolvable value)
Configuration properties of the member.
|
void |
CfnMember.setNetworkConfiguration(IResolvable value)
Configuration properties of the network to which the member belongs.
|
void |
CfnNode.setNodeConfiguration(IResolvable value)
Configuration properties of a peer node.
|
CfnMember.NetworkConfigurationProperty.Builder |
CfnMember.NetworkConfigurationProperty.Builder.votingPolicy(IResolvable votingPolicy)
Sets the value of
CfnMember.NetworkConfigurationProperty.getVotingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
CfnFlowSourceProps.Builder |
CfnFlowSourceProps.Builder.decryption(IResolvable decryption)
Sets the value of
CfnFlowSourceProps.getDecryption() |
CfnFlow.SourceProperty.Builder |
CfnFlow.SourceProperty.Builder.decryption(IResolvable decryption)
Sets the value of
CfnFlow.SourceProperty.getDecryption() |
CfnFlowSource.Builder |
CfnFlowSource.Builder.decryption(IResolvable decryption)
The type of encryption that is used on the content ingested from the source.
|
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.encryption(IResolvable encryption)
The encryption credentials that you want to use for the output.
|
CfnFlowEntitlementProps.Builder |
CfnFlowEntitlementProps.Builder.encryption(IResolvable encryption)
Sets the value of
CfnFlowEntitlementProps.getEncryption() |
CfnFlowOutputProps.Builder |
CfnFlowOutputProps.Builder.encryption(IResolvable encryption)
Sets the value of
CfnFlowOutputProps.getEncryption() |
CfnFlowEntitlement.Builder |
CfnFlowEntitlement.Builder.encryption(IResolvable encryption)
The type of encryption that MediaConnect will use on the output that is associated with the entitlement.
|
void |
CfnFlowSource.setDecryption(IResolvable value)
The type of encryption that is used on the content ingested from the source.
|
void |
CfnFlowOutput.setEncryption(IResolvable value)
The encryption credentials that you want to use for the output.
|
void |
CfnFlowEntitlement.setEncryption(IResolvable value)
The type of encryption that MediaConnect will use on the output that is associated with the entitlement.
|
void |
CfnFlow.setSource(IResolvable value)
The settings for the source that you want to use for the new flow.
|
void |
CfnFlow.setSourceFailoverConfig(IResolvable value)
The settings for source failover.
|
void |
CfnFlowOutput.setVpcInterfaceAttachment(IResolvable value)
The VPC interface that you want to send your output to.
|
CfnFlow.Builder |
CfnFlow.Builder.source(IResolvable source)
The settings for the source that you want to use for the new flow.
|
CfnFlowProps.Builder |
CfnFlowProps.Builder.source(IResolvable source)
Sets the value of
CfnFlowProps.getSource() |
CfnFlow.Builder |
CfnFlow.Builder.sourceFailoverConfig(IResolvable sourceFailoverConfig)
The settings for source failover.
|
CfnFlowProps.Builder |
CfnFlowProps.Builder.sourceFailoverConfig(IResolvable sourceFailoverConfig)
Sets the value of
CfnFlowProps.getSourceFailoverConfig() |
CfnFlowOutput.Builder |
CfnFlowOutput.Builder.vpcInterfaceAttachment(IResolvable vpcInterfaceAttachment)
The VPC interface that you want to send your output to.
|
CfnFlowOutputProps.Builder |
CfnFlowOutputProps.Builder.vpcInterfaceAttachment(IResolvable vpcInterfaceAttachment)
Sets the value of
CfnFlowOutputProps.getVpcInterfaceAttachment() |
| Modifier and Type | Method and Description |
|---|---|
CfnJobTemplate.Builder |
CfnJobTemplate.Builder.accelerationSettings(IResolvable accelerationSettings)
Accelerated transcoding can significantly speed up jobs with long, visually complex content.
|
CfnJobTemplateProps.Builder |
CfnJobTemplateProps.Builder.accelerationSettings(IResolvable accelerationSettings)
Sets the value of
CfnJobTemplateProps.getAccelerationSettings() |
CfnJobTemplate.Builder |
CfnJobTemplate.Builder.hopDestinations(IResolvable hopDestinations)
Optional.
|
CfnJobTemplateProps.Builder |
CfnJobTemplateProps.Builder.hopDestinations(IResolvable hopDestinations)
Sets the value of
CfnJobTemplateProps.getHopDestinations() |
void |
CfnJobTemplate.setAccelerationSettings(IResolvable value)
Accelerated transcoding can significantly speed up jobs with long, visually complex content.
|
void |
CfnJobTemplate.setHopDestinations(IResolvable value)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnAsset.getAttrEgressEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
CfnContainer.Builder |
CfnContainer.Builder.accessLoggingEnabled(IResolvable accessLoggingEnabled)
The state of access logging on the container.
|
CfnContainerProps.Builder |
CfnContainerProps.Builder.accessLoggingEnabled(IResolvable accessLoggingEnabled)
Sets the value of
CfnContainerProps.getAccessLoggingEnabled() |
CfnContainer.Builder |
CfnContainer.Builder.corsPolicy(IResolvable corsPolicy)
Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests.
|
CfnContainerProps.Builder |
CfnContainerProps.Builder.corsPolicy(IResolvable corsPolicy)
Sets the value of
CfnContainerProps.getCorsPolicy() |
CfnContainer.Builder |
CfnContainer.Builder.metricPolicy(IResolvable metricPolicy)
`AWS::MediaStore::Container.MetricPolicy`.
|
CfnContainerProps.Builder |
CfnContainerProps.Builder.metricPolicy(IResolvable metricPolicy)
Sets the value of
CfnContainerProps.getMetricPolicy() |
CfnContainer.MetricPolicyProperty.Builder |
CfnContainer.MetricPolicyProperty.Builder.metricPolicyRules(IResolvable metricPolicyRules)
Sets the value of
CfnContainer.MetricPolicyProperty.getMetricPolicyRules() |
void |
CfnContainer.setAccessLoggingEnabled(IResolvable value)
The state of access logging on the container.
|
void |
CfnContainer.setCorsPolicy(IResolvable value)
Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests.
|
void |
CfnContainer.setMetricPolicy(IResolvable value)
`AWS::MediaStore::Container.MetricPolicy`.
|
| Modifier and Type | Method and Description |
|---|---|
CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder |
CfnPlaybackConfiguration.ManifestProcessingRulesProperty.Builder.adMarkerPassthrough(IResolvable adMarkerPassthrough)
|
CfnPlaybackConfigurationProps.Builder |
CfnPlaybackConfigurationProps.Builder.availSuppression(IResolvable availSuppression)
Sets the value of
CfnPlaybackConfigurationProps.getAvailSuppression() |
CfnPlaybackConfiguration.Builder |
CfnPlaybackConfiguration.Builder.availSuppression(IResolvable availSuppression)
`AWS::MediaTailor::PlaybackConfiguration.AvailSuppression`.
|
CfnPlaybackConfigurationProps.Builder |
CfnPlaybackConfigurationProps.Builder.bumper(IResolvable bumper)
Sets the value of
CfnPlaybackConfigurationProps.getBumper() |
CfnPlaybackConfiguration.Builder |
CfnPlaybackConfiguration.Builder.bumper(IResolvable bumper)
`AWS::MediaTailor::PlaybackConfiguration.Bumper`.
|
CfnPlaybackConfigurationProps.Builder |
CfnPlaybackConfigurationProps.Builder.cdnConfiguration(IResolvable cdnConfiguration)
Sets the value of
CfnPlaybackConfigurationProps.getCdnConfiguration() |
CfnPlaybackConfiguration.Builder |
CfnPlaybackConfiguration.Builder.cdnConfiguration(IResolvable cdnConfiguration)
`AWS::MediaTailor::PlaybackConfiguration.CdnConfiguration`.
|
CfnPlaybackConfigurationProps.Builder |
CfnPlaybackConfigurationProps.Builder.configurationAliases(IResolvable configurationAliases)
Sets the value of
CfnPlaybackConfigurationProps.getConfigurationAliases() |
CfnPlaybackConfiguration.Builder |
CfnPlaybackConfiguration.Builder.configurationAliases(IResolvable configurationAliases)
`AWS::MediaTailor::PlaybackConfiguration.ConfigurationAliases`.
|
CfnPlaybackConfigurationProps.Builder |
CfnPlaybackConfigurationProps.Builder.dashConfiguration(IResolvable dashConfiguration)
Sets the value of
CfnPlaybackConfigurationProps.getDashConfiguration() |
CfnPlaybackConfiguration.Builder |
CfnPlaybackConfiguration.Builder.dashConfiguration(IResolvable dashConfiguration)
`AWS::MediaTailor::PlaybackConfiguration.DashConfiguration`.
|
CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Builder |
CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnPlaybackConfiguration.AdMarkerPassthroughProperty.getEnabled() |
CfnPlaybackConfigurationProps.Builder |
CfnPlaybackConfigurationProps.Builder.livePreRollConfiguration(IResolvable livePreRollConfiguration)
Sets the value of
CfnPlaybackConfigurationProps.getLivePreRollConfiguration() |
CfnPlaybackConfiguration.Builder |
CfnPlaybackConfiguration.Builder.livePreRollConfiguration(IResolvable livePreRollConfiguration)
`AWS::MediaTailor::PlaybackConfiguration.LivePreRollConfiguration`.
|
CfnPlaybackConfigurationProps.Builder |
CfnPlaybackConfigurationProps.Builder.manifestProcessingRules(IResolvable manifestProcessingRules)
Sets the value of
CfnPlaybackConfigurationProps.getManifestProcessingRules() |
CfnPlaybackConfiguration.Builder |
CfnPlaybackConfiguration.Builder.manifestProcessingRules(IResolvable manifestProcessingRules)
`AWS::MediaTailor::PlaybackConfiguration.ManifestProcessingRules`.
|
void |
CfnPlaybackConfiguration.setAvailSuppression(IResolvable value)
`AWS::MediaTailor::PlaybackConfiguration.AvailSuppression`.
|
void |
CfnPlaybackConfiguration.setBumper(IResolvable value)
`AWS::MediaTailor::PlaybackConfiguration.Bumper`.
|
void |
CfnPlaybackConfiguration.setCdnConfiguration(IResolvable value)
`AWS::MediaTailor::PlaybackConfiguration.CdnConfiguration`.
|
void |
CfnPlaybackConfiguration.setConfigurationAliases(IResolvable value)
`AWS::MediaTailor::PlaybackConfiguration.ConfigurationAliases`.
|
void |
CfnPlaybackConfiguration.setDashConfiguration(IResolvable value)
`AWS::MediaTailor::PlaybackConfiguration.DashConfiguration`.
|
void |
CfnPlaybackConfiguration.setLivePreRollConfiguration(IResolvable value)
`AWS::MediaTailor::PlaybackConfiguration.LivePreRollConfiguration`.
|
void |
CfnPlaybackConfiguration.setManifestProcessingRules(IResolvable value)
`AWS::MediaTailor::PlaybackConfiguration.ManifestProcessingRules`.
|
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.Builder |
CfnCluster.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
When set to true, the cluster will automatically receive minor engine version upgrades after launch.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Sets the value of
CfnClusterProps.getAutoMinorVersionUpgrade() |
void |
CfnCluster.setAutoMinorVersionUpgrade(IResolvable value)
When set to true, the cluster will automatically receive minor engine version upgrades after launch.
|
void |
CfnCluster.setTlsEnabled(IResolvable value)
A flag to indicate if In-transit encryption is enabled.
|
CfnCluster.Builder |
CfnCluster.Builder.tlsEnabled(IResolvable tlsEnabled)
A flag to indicate if In-transit encryption is enabled.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.tlsEnabled(IResolvable tlsEnabled)
Sets the value of
CfnClusterProps.getTlsEnabled() |
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironment.LoggingConfigurationProperty.Builder |
CfnEnvironment.LoggingConfigurationProperty.Builder.dagProcessingLogs(IResolvable dagProcessingLogs)
Sets the value of
CfnEnvironment.LoggingConfigurationProperty.getDagProcessingLogs() |
CfnEnvironment.ModuleLoggingConfigurationProperty.Builder |
CfnEnvironment.ModuleLoggingConfigurationProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnEnvironment.ModuleLoggingConfigurationProperty.getEnabled() |
CfnEnvironment.Builder |
CfnEnvironment.Builder.loggingConfiguration(IResolvable loggingConfiguration)
The Apache Airflow logs being sent to CloudWatch Logs: `DagProcessingLogs` , `SchedulerLogs` , `TaskLogs` , `WebserverLogs` , `WorkerLogs` .
|
CfnEnvironmentProps.Builder |
CfnEnvironmentProps.Builder.loggingConfiguration(IResolvable loggingConfiguration)
Sets the value of
CfnEnvironmentProps.getLoggingConfiguration() |
CfnEnvironment.Builder |
CfnEnvironment.Builder.networkConfiguration(IResolvable networkConfiguration)
The VPC networking components used to secure and enable network traffic between the AWS resources for your environment.
|
CfnEnvironmentProps.Builder |
CfnEnvironmentProps.Builder.networkConfiguration(IResolvable networkConfiguration)
Sets the value of
CfnEnvironmentProps.getNetworkConfiguration() |
CfnEnvironment.LoggingConfigurationProperty.Builder |
CfnEnvironment.LoggingConfigurationProperty.Builder.schedulerLogs(IResolvable schedulerLogs)
Sets the value of
CfnEnvironment.LoggingConfigurationProperty.getSchedulerLogs() |
void |
CfnEnvironment.setLoggingConfiguration(IResolvable value)
The Apache Airflow logs being sent to CloudWatch Logs: `DagProcessingLogs` , `SchedulerLogs` , `TaskLogs` , `WebserverLogs` , `WorkerLogs` .
|
void |
CfnEnvironment.setNetworkConfiguration(IResolvable value)
The VPC networking components used to secure and enable network traffic between the AWS resources for your environment.
|
CfnEnvironment.LoggingConfigurationProperty.Builder |
CfnEnvironment.LoggingConfigurationProperty.Builder.taskLogs(IResolvable taskLogs)
Sets the value of
CfnEnvironment.LoggingConfigurationProperty.getTaskLogs() |
CfnEnvironment.LoggingConfigurationProperty.Builder |
CfnEnvironment.LoggingConfigurationProperty.Builder.webserverLogs(IResolvable webserverLogs)
Sets the value of
CfnEnvironment.LoggingConfigurationProperty.getWebserverLogs() |
CfnEnvironment.LoggingConfigurationProperty.Builder |
CfnEnvironment.LoggingConfigurationProperty.Builder.workerLogs(IResolvable workerLogs)
Sets the value of
CfnEnvironment.LoggingConfigurationProperty.getWorkerLogs() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.allowMajorVersionUpgrade(IResolvable allowMajorVersionUpgrade)
Sets the value of
CfnDBInstanceProps.getAllowMajorVersionUpgrade() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.allowMajorVersionUpgrade(IResolvable allowMajorVersionUpgrade)
Indicates that major version upgrades are allowed.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.associatedRoles(IResolvable associatedRoles)
Sets the value of
CfnDBClusterProps.getAssociatedRoles() |
CfnDBCluster.Builder |
CfnDBCluster.Builder.associatedRoles(IResolvable associatedRoles)
Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Sets the value of
CfnDBInstanceProps.getAutoMinorVersionUpgrade() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Indicates that minor version patches are applied automatically.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.deletionProtection(IResolvable deletionProtection)
Sets the value of
CfnDBClusterProps.getDeletionProtection() |
CfnDBCluster.Builder |
CfnDBCluster.Builder.deletionProtection(IResolvable deletionProtection)
Indicates whether or not the DB cluster has deletion protection enabled.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.iamAuthEnabled(IResolvable iamAuthEnabled)
Sets the value of
CfnDBClusterProps.getIamAuthEnabled() |
CfnDBCluster.Builder |
CfnDBCluster.Builder.iamAuthEnabled(IResolvable iamAuthEnabled)
True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
|
void |
CfnDBInstance.setAllowMajorVersionUpgrade(IResolvable value)
Indicates that major version upgrades are allowed.
|
void |
CfnDBCluster.setAssociatedRoles(IResolvable value)
Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
void |
CfnDBInstance.setAutoMinorVersionUpgrade(IResolvable value)
Indicates that minor version patches are applied automatically.
|
void |
CfnDBCluster.setDeletionProtection(IResolvable value)
Indicates whether or not the DB cluster has deletion protection enabled.
|
void |
CfnDBCluster.setIamAuthEnabled(IResolvable value)
True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
|
void |
CfnDBCluster.setStorageEncrypted(IResolvable value)
Indicates whether the DB cluster is encrypted.
|
void |
CfnDBCluster.setUseLatestRestorableTime(IResolvable value)
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.storageEncrypted(IResolvable storageEncrypted)
Sets the value of
CfnDBClusterProps.getStorageEncrypted() |
CfnDBCluster.Builder |
CfnDBCluster.Builder.storageEncrypted(IResolvable storageEncrypted)
Indicates whether the DB cluster is encrypted.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.useLatestRestorableTime(IResolvable useLatestRestorableTime)
Sets the value of
CfnDBClusterProps.getUseLatestRestorableTime() |
CfnDBCluster.Builder |
CfnDBCluster.Builder.useLatestRestorableTime(IResolvable useLatestRestorableTime)
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
CfnLink.Builder |
CfnLink.Builder.bandwidth(IResolvable bandwidth)
The bandwidth for the link.
|
CfnLinkProps.Builder |
CfnLinkProps.Builder.bandwidth(IResolvable bandwidth)
Sets the value of
CfnLinkProps.getBandwidth() |
CfnSiteProps.Builder |
CfnSiteProps.Builder.location(IResolvable location)
Sets the value of
CfnSiteProps.getLocation() |
CfnDevice.Builder |
CfnDevice.Builder.location(IResolvable location)
The site location.
|
CfnDeviceProps.Builder |
CfnDeviceProps.Builder.location(IResolvable location)
Sets the value of
CfnDeviceProps.getLocation() |
CfnSite.Builder |
CfnSite.Builder.location(IResolvable location)
The site location.
|
void |
CfnLink.setBandwidth(IResolvable value)
The bandwidth for the link.
|
void |
CfnDevice.setLocation(IResolvable value)
The site location.
|
void |
CfnSite.setLocation(IResolvable value)
The site location.
|
| Modifier and Type | Method and Description |
|---|---|
CfnStudioComponent.StudioComponentConfigurationProperty.Builder |
CfnStudioComponent.StudioComponentConfigurationProperty.Builder.activeDirectoryConfiguration(IResolvable activeDirectoryConfiguration)
|
CfnStudioComponent.StudioComponentConfigurationProperty.Builder |
CfnStudioComponent.StudioComponentConfigurationProperty.Builder.computeFarmConfiguration(IResolvable computeFarmConfiguration)
|
CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder |
CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder.computerAttributes(IResolvable computerAttributes)
|
CfnStudioComponent.Builder |
CfnStudioComponent.Builder.configuration(IResolvable configuration)
The configuration of the studio component, based on component type.
|
CfnStudioComponentProps.Builder |
CfnStudioComponentProps.Builder.configuration(IResolvable configuration)
Sets the value of
CfnStudioComponentProps.getConfiguration() |
CfnStudioComponent.Builder |
CfnStudioComponent.Builder.initializationScripts(IResolvable initializationScripts)
Initialization scripts for studio components.
|
CfnStudioComponentProps.Builder |
CfnStudioComponentProps.Builder.initializationScripts(IResolvable initializationScripts)
Sets the value of
CfnStudioComponentProps.getInitializationScripts() |
CfnStudioComponent.StudioComponentConfigurationProperty.Builder |
CfnStudioComponent.StudioComponentConfigurationProperty.Builder.licenseServiceConfiguration(IResolvable licenseServiceConfiguration)
|
CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Builder |
CfnLaunchProfile.StreamConfigurationSessionStorageProperty.Builder.root(IResolvable root)
Sets the value of
CfnLaunchProfile.StreamConfigurationSessionStorageProperty.getRoot() |
CfnStudioComponent.Builder |
CfnStudioComponent.Builder.scriptParameters(IResolvable scriptParameters)
Parameters for the studio component scripts.
|
CfnStudioComponentProps.Builder |
CfnStudioComponentProps.Builder.scriptParameters(IResolvable scriptParameters)
Sets the value of
CfnStudioComponentProps.getScriptParameters() |
CfnLaunchProfile.StreamConfigurationProperty.Builder |
CfnLaunchProfile.StreamConfigurationProperty.Builder.sessionStorage(IResolvable sessionStorage)
Sets the value of
CfnLaunchProfile.StreamConfigurationProperty.getSessionStorage() |
void |
CfnStudioComponent.setConfiguration(IResolvable value)
The configuration of the studio component, based on component type.
|
void |
CfnStudioComponent.setInitializationScripts(IResolvable value)
Initialization scripts for studio components.
|
void |
CfnStudioComponent.setScriptParameters(IResolvable value)
Parameters for the studio component scripts.
|
void |
CfnLaunchProfile.setStreamConfiguration(IResolvable value)
A configuration for a streaming session.
|
void |
CfnStudio.setStudioEncryptionConfiguration(IResolvable value)
Configuration of the encryption method that is used for the studio.
|
CfnStudioComponent.StudioComponentConfigurationProperty.Builder |
CfnStudioComponent.StudioComponentConfigurationProperty.Builder.sharedFileSystemConfiguration(IResolvable sharedFileSystemConfiguration)
|
CfnLaunchProfile.Builder |
CfnLaunchProfile.Builder.streamConfiguration(IResolvable streamConfiguration)
A configuration for a streaming session.
|
CfnLaunchProfileProps.Builder |
CfnLaunchProfileProps.Builder.streamConfiguration(IResolvable streamConfiguration)
Sets the value of
CfnLaunchProfileProps.getStreamConfiguration() |
CfnStudioProps.Builder |
CfnStudioProps.Builder.studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration)
Sets the value of
CfnStudioProps.getStudioEncryptionConfiguration() |
CfnStudio.Builder |
CfnStudio.Builder.studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration)
Configuration of the encryption method that is used for the studio.
|
| Modifier and Type | Method and Description |
|---|---|
CfnDomainProps.Builder |
CfnDomainProps.Builder.advancedOptions(IResolvable advancedOptions)
Sets the value of
CfnDomainProps.getAdvancedOptions() |
CfnDomain.Builder |
CfnDomain.Builder.advancedOptions(IResolvable advancedOptions)
Additional options to specify for the OpenSearch Service domain.
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.advancedSecurityOptions(IResolvable advancedSecurityOptions)
Sets the value of
CfnDomainProps.getAdvancedSecurityOptions() |
CfnDomain.Builder |
CfnDomain.Builder.advancedSecurityOptions(IResolvable advancedSecurityOptions)
Specifies options for fine-grained access control.
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.clusterConfig(IResolvable clusterConfig)
Sets the value of
CfnDomainProps.getClusterConfig() |
CfnDomain.Builder |
CfnDomain.Builder.clusterConfig(IResolvable clusterConfig)
`ClusterConfig` is a property of the AWS::OpenSearchService::Domain resource that configures an Amazon OpenSearch Service cluster.
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.cognitoOptions(IResolvable cognitoOptions)
Sets the value of
CfnDomainProps.getCognitoOptions() |
CfnDomain.Builder |
CfnDomain.Builder.cognitoOptions(IResolvable cognitoOptions)
Configures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.
|
CfnDomain.DomainEndpointOptionsProperty.Builder |
CfnDomain.DomainEndpointOptionsProperty.Builder.customEndpointEnabled(IResolvable customEndpointEnabled)
Sets the value of
CfnDomain.DomainEndpointOptionsProperty.getCustomEndpointEnabled() |
CfnDomain.ClusterConfigProperty.Builder |
CfnDomain.ClusterConfigProperty.Builder.dedicatedMasterEnabled(IResolvable dedicatedMasterEnabled)
Sets the value of
CfnDomain.ClusterConfigProperty.getDedicatedMasterEnabled() |
CfnDomainProps.Builder |
CfnDomainProps.Builder.domainEndpointOptions(IResolvable domainEndpointOptions)
Sets the value of
CfnDomainProps.getDomainEndpointOptions() |
CfnDomain.Builder |
CfnDomain.Builder.domainEndpointOptions(IResolvable domainEndpointOptions)
Specifies additional options for the domain endpoint, such as whether to require HTTPS for all traffic or whether to use a custom endpoint rather than the default endpoint.
|
CfnDomain.EBSOptionsProperty.Builder |
CfnDomain.EBSOptionsProperty.Builder.ebsEnabled(IResolvable ebsEnabled)
Sets the value of
CfnDomain.EBSOptionsProperty.getEbsEnabled() |
CfnDomainProps.Builder |
CfnDomainProps.Builder.ebsOptions(IResolvable ebsOptions)
Sets the value of
CfnDomainProps.getEbsOptions() |
CfnDomain.Builder |
CfnDomain.Builder.ebsOptions(IResolvable ebsOptions)
The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.
|
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder |
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDomain.AdvancedSecurityOptionsInputProperty.getEnabled() |
CfnDomain.CognitoOptionsProperty.Builder |
CfnDomain.CognitoOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDomain.CognitoOptionsProperty.getEnabled() |
CfnDomain.EncryptionAtRestOptionsProperty.Builder |
CfnDomain.EncryptionAtRestOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDomain.EncryptionAtRestOptionsProperty.getEnabled() |
CfnDomain.LogPublishingOptionProperty.Builder |
CfnDomain.LogPublishingOptionProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDomain.LogPublishingOptionProperty.getEnabled() |
CfnDomain.NodeToNodeEncryptionOptionsProperty.Builder |
CfnDomain.NodeToNodeEncryptionOptionsProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnDomain.NodeToNodeEncryptionOptionsProperty.getEnabled() |
CfnDomainProps.Builder |
CfnDomainProps.Builder.encryptionAtRestOptions(IResolvable encryptionAtRestOptions)
Sets the value of
CfnDomainProps.getEncryptionAtRestOptions() |
CfnDomain.Builder |
CfnDomain.Builder.encryptionAtRestOptions(IResolvable encryptionAtRestOptions)
Whether the domain should encrypt data at rest, and if so, the AWS KMS key to use.
|
CfnDomain.DomainEndpointOptionsProperty.Builder |
CfnDomain.DomainEndpointOptionsProperty.Builder.enforceHttps(IResolvable enforceHttps)
Sets the value of
CfnDomain.DomainEndpointOptionsProperty.getEnforceHttps() |
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder |
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder.internalUserDatabaseEnabled(IResolvable internalUserDatabaseEnabled)
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.logPublishingOptions(IResolvable logPublishingOptions)
Sets the value of
CfnDomainProps.getLogPublishingOptions() |
CfnDomain.Builder |
CfnDomain.Builder.logPublishingOptions(IResolvable logPublishingOptions)
An object with one or more of the following keys: `SEARCH_SLOW_LOGS` , `ES_APPLICATION_LOGS` , `INDEX_SLOW_LOGS` , `AUDIT_LOGS` , depending on the types of logs you want to publish.
|
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder |
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder.masterUserOptions(IResolvable masterUserOptions)
Sets the value of
CfnDomain.AdvancedSecurityOptionsInputProperty.getMasterUserOptions() |
CfnDomainProps.Builder |
CfnDomainProps.Builder.nodeToNodeEncryptionOptions(IResolvable nodeToNodeEncryptionOptions)
Sets the value of
CfnDomainProps.getNodeToNodeEncryptionOptions() |
CfnDomain.Builder |
CfnDomain.Builder.nodeToNodeEncryptionOptions(IResolvable nodeToNodeEncryptionOptions)
Specifies whether node-to-node encryption is enabled.
|
void |
CfnDomain.setAdvancedOptions(IResolvable value)
Additional options to specify for the OpenSearch Service domain.
|
void |
CfnDomain.setAdvancedSecurityOptions(IResolvable value)
Specifies options for fine-grained access control.
|
void |
CfnDomain.setClusterConfig(IResolvable value)
`ClusterConfig` is a property of the AWS::OpenSearchService::Domain resource that configures an Amazon OpenSearch Service cluster.
|
void |
CfnDomain.setCognitoOptions(IResolvable value)
Configures OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.
|
void |
CfnDomain.setDomainEndpointOptions(IResolvable value)
Specifies additional options for the domain endpoint, such as whether to require HTTPS for all traffic or whether to use a custom endpoint rather than the default endpoint.
|
void |
CfnDomain.setEbsOptions(IResolvable value)
The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain.
|
void |
CfnDomain.setEncryptionAtRestOptions(IResolvable value)
Whether the domain should encrypt data at rest, and if so, the AWS KMS key to use.
|
void |
CfnDomain.setLogPublishingOptions(IResolvable value)
An object with one or more of the following keys: `SEARCH_SLOW_LOGS` , `ES_APPLICATION_LOGS` , `INDEX_SLOW_LOGS` , `AUDIT_LOGS` , depending on the types of logs you want to publish.
|
void |
CfnDomain.setNodeToNodeEncryptionOptions(IResolvable value)
Specifies whether node-to-node encryption is enabled.
|
void |
CfnDomain.setSnapshotOptions(IResolvable value)
*DEPRECATED* .
|
void |
CfnDomain.setVpcOptions(IResolvable value)
The virtual private cloud (VPC) configuration for the OpenSearch Service domain.
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.snapshotOptions(IResolvable snapshotOptions)
Sets the value of
CfnDomainProps.getSnapshotOptions() |
CfnDomain.Builder |
CfnDomain.Builder.snapshotOptions(IResolvable snapshotOptions)
*DEPRECATED* .
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.vpcOptions(IResolvable vpcOptions)
Sets the value of
CfnDomainProps.getVpcOptions() |
CfnDomain.Builder |
CfnDomain.Builder.vpcOptions(IResolvable vpcOptions)
The virtual private cloud (VPC) configuration for the OpenSearch Service domain.
|
CfnDomain.ClusterConfigProperty.Builder |
CfnDomain.ClusterConfigProperty.Builder.warmEnabled(IResolvable warmEnabled)
Sets the value of
CfnDomain.ClusterConfigProperty.getWarmEnabled() |
CfnDomain.ClusterConfigProperty.Builder |
CfnDomain.ClusterConfigProperty.Builder.zoneAwarenessConfig(IResolvable zoneAwarenessConfig)
Sets the value of
CfnDomain.ClusterConfigProperty.getZoneAwarenessConfig() |
CfnDomain.ClusterConfigProperty.Builder |
CfnDomain.ClusterConfigProperty.Builder.zoneAwarenessEnabled(IResolvable zoneAwarenessEnabled)
Sets the value of
CfnDomain.ClusterConfigProperty.getZoneAwarenessEnabled() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserProfileProps.Builder |
CfnUserProfileProps.Builder.allowSelfManagement(IResolvable allowSelfManagement)
Sets the value of
CfnUserProfileProps.getAllowSelfManagement() |
CfnUserProfile.Builder |
CfnUserProfile.Builder.allowSelfManagement(IResolvable allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page.
|
CfnApp.Builder |
CfnApp.Builder.appSource(IResolvable appSource)
A `Source` object that specifies the app repository.
|
CfnAppProps.Builder |
CfnAppProps.Builder.appSource(IResolvable appSource)
Sets the value of
CfnAppProps.getAppSource() |
CfnLayerProps.Builder |
CfnLayerProps.Builder.attributes(IResolvable attributes)
Sets the value of
CfnLayerProps.getAttributes() |
CfnStack.Builder |
CfnStack.Builder.attributes(IResolvable attributes)
One or more user-defined key-value pairs to be added to the stack attributes.
|
CfnApp.Builder |
CfnApp.Builder.attributes(IResolvable attributes)
One or more user-defined key/value pairs to be added to the stack attributes.
|
CfnAppProps.Builder |
CfnAppProps.Builder.attributes(IResolvable attributes)
Sets the value of
CfnAppProps.getAttributes() |
CfnLayer.Builder |
CfnLayer.Builder.attributes(IResolvable attributes)
One or more user-defined key-value pairs to be added to the stack attributes.
|
CfnStackProps.Builder |
CfnStackProps.Builder.attributes(IResolvable attributes)
Sets the value of
CfnStackProps.getAttributes() |
CfnLayerProps.Builder |
CfnLayerProps.Builder.autoAssignElasticIps(IResolvable autoAssignElasticIps)
Sets the value of
CfnLayerProps.getAutoAssignElasticIps() |
CfnLayer.Builder |
CfnLayer.Builder.autoAssignElasticIps(IResolvable autoAssignElasticIps)
Whether to automatically assign an [Elastic IP address](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) to the layer's instances.
|
CfnLayerProps.Builder |
CfnLayerProps.Builder.autoAssignPublicIps(IResolvable autoAssignPublicIps)
Sets the value of
CfnLayerProps.getAutoAssignPublicIps() |
CfnLayer.Builder |
CfnLayer.Builder.autoAssignPublicIps(IResolvable autoAssignPublicIps)
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.
|
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
Sets the value of
CfnInstanceProps.getBlockDeviceMappings() |
CfnInstance.Builder |
CfnInstance.Builder.blockDeviceMappings(IResolvable blockDeviceMappings)
An array of `BlockDeviceMapping` objects that specify the instance's block devices.
|
CfnStack.Builder |
CfnStack.Builder.chefConfiguration(IResolvable chefConfiguration)
A `ChefConfiguration` object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.
|
CfnStackProps.Builder |
CfnStackProps.Builder.chefConfiguration(IResolvable chefConfiguration)
Sets the value of
CfnStackProps.getChefConfiguration() |
CfnStack.Builder |
CfnStack.Builder.clonePermissions(IResolvable clonePermissions)
If you're cloning an AWS OpsWorks stack, indicates whether to clone the source stack's permissions.
|
CfnStackProps.Builder |
CfnStackProps.Builder.clonePermissions(IResolvable clonePermissions)
Sets the value of
CfnStackProps.getClonePermissions() |
CfnStack.Builder |
CfnStack.Builder.configurationManager(IResolvable configurationManager)
The configuration manager.
|
CfnStackProps.Builder |
CfnStackProps.Builder.configurationManager(IResolvable configurationManager)
Sets the value of
CfnStackProps.getConfigurationManager() |
CfnStack.Builder |
CfnStack.Builder.customCookbooksSource(IResolvable customCookbooksSource)
Contains the information required to retrieve an app or cookbook from a repository.
|
CfnStackProps.Builder |
CfnStackProps.Builder.customCookbooksSource(IResolvable customCookbooksSource)
Sets the value of
CfnStackProps.getCustomCookbooksSource() |
CfnLayerProps.Builder |
CfnLayerProps.Builder.customRecipes(IResolvable customRecipes)
Sets the value of
CfnLayerProps.getCustomRecipes() |
CfnLayer.Builder |
CfnLayer.Builder.customRecipes(IResolvable customRecipes)
A `LayerCustomRecipes` object that specifies the layer custom recipes.
|
CfnApp.Builder |
CfnApp.Builder.dataSources(IResolvable dataSources)
The app's data source.
|
CfnAppProps.Builder |
CfnAppProps.Builder.dataSources(IResolvable dataSources)
Sets the value of
CfnAppProps.getDataSources() |
CfnLayer.ShutdownEventConfigurationProperty.Builder |
CfnLayer.ShutdownEventConfigurationProperty.Builder.delayUntilElbConnectionsDrained(IResolvable delayUntilElbConnectionsDrained)
|
CfnInstance.EbsBlockDeviceProperty.Builder |
CfnInstance.EbsBlockDeviceProperty.Builder.deleteOnTermination(IResolvable deleteOnTermination)
Sets the value of
CfnInstance.EbsBlockDeviceProperty.getDeleteOnTermination() |
CfnLayer.LoadBasedAutoScalingProperty.Builder |
CfnLayer.LoadBasedAutoScalingProperty.Builder.downScaling(IResolvable downScaling)
Sets the value of
CfnLayer.LoadBasedAutoScalingProperty.getDownScaling() |
CfnInstance.BlockDeviceMappingProperty.Builder |
CfnInstance.BlockDeviceMappingProperty.Builder.ebs(IResolvable ebs)
Sets the value of
CfnInstance.BlockDeviceMappingProperty.getEbs() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.ebsOptimized(IResolvable ebsOptimized)
Sets the value of
CfnInstanceProps.getEbsOptimized() |
CfnInstance.Builder |
CfnInstance.Builder.ebsOptimized(IResolvable ebsOptimized)
Whether to create an Amazon EBS-optimized instance.
|
CfnStack.Builder |
CfnStack.Builder.elasticIps(IResolvable elasticIps)
A list of Elastic IP addresses to register with the AWS OpsWorks stack.
|
CfnStackProps.Builder |
CfnStackProps.Builder.elasticIps(IResolvable elasticIps)
Sets the value of
CfnStackProps.getElasticIps() |
CfnLayer.LoadBasedAutoScalingProperty.Builder |
CfnLayer.LoadBasedAutoScalingProperty.Builder.enable(IResolvable enable)
Sets the value of
CfnLayer.LoadBasedAutoScalingProperty.getEnable() |
CfnLayerProps.Builder |
CfnLayerProps.Builder.enableAutoHealing(IResolvable enableAutoHealing)
Sets the value of
CfnLayerProps.getEnableAutoHealing() |
CfnLayer.Builder |
CfnLayer.Builder.enableAutoHealing(IResolvable enableAutoHealing)
Whether to disable auto healing for the layer.
|
CfnApp.Builder |
CfnApp.Builder.enableSsl(IResolvable enableSsl)
Whether to enable SSL for the app.
|
CfnAppProps.Builder |
CfnAppProps.Builder.enableSsl(IResolvable enableSsl)
Sets the value of
CfnAppProps.getEnableSsl() |
CfnLayer.VolumeConfigurationProperty.Builder |
CfnLayer.VolumeConfigurationProperty.Builder.encrypted(IResolvable encrypted)
Sets the value of
CfnLayer.VolumeConfigurationProperty.getEncrypted() |
CfnApp.Builder |
CfnApp.Builder.environment(IResolvable environment)
An array of `EnvironmentVariable` objects that specify environment variables to be associated with the app.
|
CfnAppProps.Builder |
CfnAppProps.Builder.environment(IResolvable environment)
Sets the value of
CfnAppProps.getEnvironment() |
CfnInstance.TimeBasedAutoScalingProperty.Builder |
CfnInstance.TimeBasedAutoScalingProperty.Builder.friday(IResolvable friday)
Sets the value of
CfnInstance.TimeBasedAutoScalingProperty.getFriday() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.installUpdatesOnBoot(IResolvable installUpdatesOnBoot)
Sets the value of
CfnInstanceProps.getInstallUpdatesOnBoot() |
CfnLayerProps.Builder |
CfnLayerProps.Builder.installUpdatesOnBoot(IResolvable installUpdatesOnBoot)
Sets the value of
CfnLayerProps.getInstallUpdatesOnBoot() |
CfnLayer.Builder |
CfnLayer.Builder.installUpdatesOnBoot(IResolvable installUpdatesOnBoot)
Whether to install operating system and package updates when the instance boots.
|
CfnInstance.Builder |
CfnInstance.Builder.installUpdatesOnBoot(IResolvable installUpdatesOnBoot)
Whether to install operating system and package updates when the instance boots.
|
CfnLayerProps.Builder |
CfnLayerProps.Builder.lifecycleEventConfiguration(IResolvable lifecycleEventConfiguration)
Sets the value of
CfnLayerProps.getLifecycleEventConfiguration() |
CfnLayer.Builder |
CfnLayer.Builder.lifecycleEventConfiguration(IResolvable lifecycleEventConfiguration)
A `LifeCycleEventConfiguration` object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.
|
CfnLayerProps.Builder |
CfnLayerProps.Builder.loadBasedAutoScaling(IResolvable loadBasedAutoScaling)
Sets the value of
CfnLayerProps.getLoadBasedAutoScaling() |
CfnLayer.Builder |
CfnLayer.Builder.loadBasedAutoScaling(IResolvable loadBasedAutoScaling)
The load-based scaling configuration for the AWS OpsWorks layer.
|
CfnStack.ChefConfigurationProperty.Builder |
CfnStack.ChefConfigurationProperty.Builder.manageBerkshelf(IResolvable manageBerkshelf)
Sets the value of
CfnStack.ChefConfigurationProperty.getManageBerkshelf() |
CfnInstance.TimeBasedAutoScalingProperty.Builder |
CfnInstance.TimeBasedAutoScalingProperty.Builder.monday(IResolvable monday)
Sets the value of
CfnInstance.TimeBasedAutoScalingProperty.getMonday() |
CfnStack.Builder |
CfnStack.Builder.rdsDbInstances(IResolvable rdsDbInstances)
The Amazon Relational Database Service ( Amazon RDS ) database instance to register with the AWS OpsWorks stack.
|
CfnStackProps.Builder |
CfnStackProps.Builder.rdsDbInstances(IResolvable rdsDbInstances)
Sets the value of
CfnStackProps.getRdsDbInstances() |
CfnInstance.TimeBasedAutoScalingProperty.Builder |
CfnInstance.TimeBasedAutoScalingProperty.Builder.saturday(IResolvable saturday)
Sets the value of
CfnInstance.TimeBasedAutoScalingProperty.getSaturday() |
CfnApp.EnvironmentVariableProperty.Builder |
CfnApp.EnvironmentVariableProperty.Builder.secure(IResolvable secure)
Sets the value of
CfnApp.EnvironmentVariableProperty.getSecure() |
void |
CfnUserProfile.setAllowSelfManagement(IResolvable value)
Whether users can specify their own SSH public key through the My Settings page.
|
void |
CfnApp.setAppSource(IResolvable value)
A `Source` object that specifies the app repository.
|
void |
CfnStack.setAttributes(IResolvable value)
One or more user-defined key-value pairs to be added to the stack attributes.
|
void |
CfnApp.setAttributes(IResolvable value)
One or more user-defined key/value pairs to be added to the stack attributes.
|
void |
CfnLayer.setAttributes(IResolvable value)
One or more user-defined key-value pairs to be added to the stack attributes.
|
void |
CfnLayer.setAutoAssignElasticIps(IResolvable value)
Whether to automatically assign an [Elastic IP address](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) to the layer's instances.
|
void |
CfnLayer.setAutoAssignPublicIps(IResolvable value)
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.
|
void |
CfnInstance.setBlockDeviceMappings(IResolvable value)
An array of `BlockDeviceMapping` objects that specify the instance's block devices.
|
void |
CfnStack.setChefConfiguration(IResolvable value)
A `ChefConfiguration` object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.
|
void |
CfnStack.setClonePermissions(IResolvable value)
If you're cloning an AWS OpsWorks stack, indicates whether to clone the source stack's permissions.
|
void |
CfnStack.setConfigurationManager(IResolvable value)
The configuration manager.
|
void |
CfnStack.setCustomCookbooksSource(IResolvable value)
Contains the information required to retrieve an app or cookbook from a repository.
|
void |
CfnLayer.setCustomRecipes(IResolvable value)
A `LayerCustomRecipes` object that specifies the layer custom recipes.
|
void |
CfnApp.setDataSources(IResolvable value)
The app's data source.
|
void |
CfnInstance.setEbsOptimized(IResolvable value)
Whether to create an Amazon EBS-optimized instance.
|
void |
CfnStack.setElasticIps(IResolvable value)
A list of Elastic IP addresses to register with the AWS OpsWorks stack.
|
void |
CfnLayer.setEnableAutoHealing(IResolvable value)
Whether to disable auto healing for the layer.
|
void |
CfnApp.setEnableSsl(IResolvable value)
Whether to enable SSL for the app.
|
void |
CfnApp.setEnvironment(IResolvable value)
An array of `EnvironmentVariable` objects that specify environment variables to be associated with the app.
|
void |
CfnLayer.setInstallUpdatesOnBoot(IResolvable value)
Whether to install operating system and package updates when the instance boots.
|
void |
CfnInstance.setInstallUpdatesOnBoot(IResolvable value)
Whether to install operating system and package updates when the instance boots.
|
void |
CfnLayer.setLifecycleEventConfiguration(IResolvable value)
A `LifeCycleEventConfiguration` object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.
|
void |
CfnLayer.setLoadBasedAutoScaling(IResolvable value)
The load-based scaling configuration for the AWS OpsWorks layer.
|
void |
CfnStack.setRdsDbInstances(IResolvable value)
The Amazon Relational Database Service ( Amazon RDS ) database instance to register with the AWS OpsWorks stack.
|
void |
CfnApp.setSslConfiguration(IResolvable value)
An `SslConfiguration` object with the SSL configuration.
|
void |
CfnInstance.setTimeBasedAutoScaling(IResolvable value)
The time-based scaling configuration for the instance.
|
void |
CfnStack.setUseCustomCookbooks(IResolvable value)
Whether the stack uses custom cookbooks.
|
void |
CfnLayer.setUseEbsOptimizedInstances(IResolvable value)
Whether to use Amazon EBS-optimized instances.
|
void |
CfnStack.setUseOpsworksSecurityGroups(IResolvable value)
Whether to associate the AWS OpsWorks Stacks built-in security groups with the stack's layers.
|
void |
CfnLayer.setVolumeConfigurations(IResolvable value)
A `VolumeConfigurations` object that describes the layer's Amazon EBS volumes.
|
CfnLayer.LifecycleEventConfigurationProperty.Builder |
CfnLayer.LifecycleEventConfigurationProperty.Builder.shutdownEventConfiguration(IResolvable shutdownEventConfiguration)
|
CfnApp.Builder |
CfnApp.Builder.sslConfiguration(IResolvable sslConfiguration)
An `SslConfiguration` object with the SSL configuration.
|
CfnAppProps.Builder |
CfnAppProps.Builder.sslConfiguration(IResolvable sslConfiguration)
Sets the value of
CfnAppProps.getSslConfiguration() |
CfnInstance.TimeBasedAutoScalingProperty.Builder |
CfnInstance.TimeBasedAutoScalingProperty.Builder.sunday(IResolvable sunday)
Sets the value of
CfnInstance.TimeBasedAutoScalingProperty.getSunday() |
CfnInstance.TimeBasedAutoScalingProperty.Builder |
CfnInstance.TimeBasedAutoScalingProperty.Builder.thursday(IResolvable thursday)
Sets the value of
CfnInstance.TimeBasedAutoScalingProperty.getThursday() |
CfnInstanceProps.Builder |
CfnInstanceProps.Builder.timeBasedAutoScaling(IResolvable timeBasedAutoScaling)
Sets the value of
CfnInstanceProps.getTimeBasedAutoScaling() |
CfnInstance.Builder |
CfnInstance.Builder.timeBasedAutoScaling(IResolvable timeBasedAutoScaling)
The time-based scaling configuration for the instance.
|
CfnInstance.TimeBasedAutoScalingProperty.Builder |
CfnInstance.TimeBasedAutoScalingProperty.Builder.tuesday(IResolvable tuesday)
Sets the value of
CfnInstance.TimeBasedAutoScalingProperty.getTuesday() |
CfnLayer.LoadBasedAutoScalingProperty.Builder |
CfnLayer.LoadBasedAutoScalingProperty.Builder.upScaling(IResolvable upScaling)
Sets the value of
CfnLayer.LoadBasedAutoScalingProperty.getUpScaling() |
CfnStack.Builder |
CfnStack.Builder.useCustomCookbooks(IResolvable useCustomCookbooks)
Whether the stack uses custom cookbooks.
|
CfnStackProps.Builder |
CfnStackProps.Builder.useCustomCookbooks(IResolvable useCustomCookbooks)
Sets the value of
CfnStackProps.getUseCustomCookbooks() |
CfnLayerProps.Builder |
CfnLayerProps.Builder.useEbsOptimizedInstances(IResolvable useEbsOptimizedInstances)
Sets the value of
CfnLayerProps.getUseEbsOptimizedInstances() |
CfnLayer.Builder |
CfnLayer.Builder.useEbsOptimizedInstances(IResolvable useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
|
CfnStack.Builder |
CfnStack.Builder.useOpsworksSecurityGroups(IResolvable useOpsworksSecurityGroups)
Whether to associate the AWS OpsWorks Stacks built-in security groups with the stack's layers.
|
CfnStackProps.Builder |
CfnStackProps.Builder.useOpsworksSecurityGroups(IResolvable useOpsworksSecurityGroups)
Sets the value of
CfnStackProps.getUseOpsworksSecurityGroups() |
CfnLayerProps.Builder |
CfnLayerProps.Builder.volumeConfigurations(IResolvable volumeConfigurations)
Sets the value of
CfnLayerProps.getVolumeConfigurations() |
CfnLayer.Builder |
CfnLayer.Builder.volumeConfigurations(IResolvable volumeConfigurations)
A `VolumeConfigurations` object that describes the layer's Amazon EBS volumes.
|
CfnInstance.TimeBasedAutoScalingProperty.Builder |
CfnInstance.TimeBasedAutoScalingProperty.Builder.wednesday(IResolvable wednesday)
Sets the value of
CfnInstance.TimeBasedAutoScalingProperty.getWednesday() |
| Modifier and Type | Method and Description |
|---|---|
CfnServerProps.Builder |
CfnServerProps.Builder.associatePublicIpAddress(IResolvable associatePublicIpAddress)
Sets the value of
CfnServerProps.getAssociatePublicIpAddress() |
CfnServer.Builder |
CfnServer.Builder.associatePublicIpAddress(IResolvable associatePublicIpAddress)
Associate a public IP address with a server that you are launching.
|
CfnServerProps.Builder |
CfnServerProps.Builder.disableAutomatedBackup(IResolvable disableAutomatedBackup)
Sets the value of
CfnServerProps.getDisableAutomatedBackup() |
CfnServer.Builder |
CfnServer.Builder.disableAutomatedBackup(IResolvable disableAutomatedBackup)
Enable or disable scheduled backups.
|
CfnServerProps.Builder |
CfnServerProps.Builder.engineAttributes(IResolvable engineAttributes)
Sets the value of
CfnServerProps.getEngineAttributes() |
CfnServer.Builder |
CfnServer.Builder.engineAttributes(IResolvable engineAttributes)
Optional engine attributes on a specified server.
|
void |
CfnServer.setAssociatePublicIpAddress(IResolvable value)
Associate a public IP address with a server that you are launching.
|
void |
CfnServer.setDisableAutomatedBackup(IResolvable value)
Enable or disable scheduled backups.
|
void |
CfnServer.setEngineAttributes(IResolvable value)
Optional engine attributes on a specified server.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnPackageVersion.getAttrIsLatestPatch()
Whether the package version is the latest version.
|
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationInstanceProps.Builder |
CfnApplicationInstanceProps.Builder.manifestOverridesPayload(IResolvable manifestOverridesPayload)
Sets the value of
CfnApplicationInstanceProps.getManifestOverridesPayload() |
CfnApplicationInstance.Builder |
CfnApplicationInstance.Builder.manifestOverridesPayload(IResolvable manifestOverridesPayload)
Setting overrides for the application manifest.
|
CfnApplicationInstanceProps.Builder |
CfnApplicationInstanceProps.Builder.manifestPayload(IResolvable manifestPayload)
Sets the value of
CfnApplicationInstanceProps.getManifestPayload() |
CfnApplicationInstance.Builder |
CfnApplicationInstance.Builder.manifestPayload(IResolvable manifestPayload)
The application's manifest document.
|
CfnPackageVersionProps.Builder |
CfnPackageVersionProps.Builder.markLatest(IResolvable markLatest)
Sets the value of
CfnPackageVersionProps.getMarkLatest() |
CfnPackageVersion.Builder |
CfnPackageVersion.Builder.markLatest(IResolvable markLatest)
Whether to mark the new version as the latest version.
|
void |
CfnApplicationInstance.setManifestOverridesPayload(IResolvable value)
Setting overrides for the application manifest.
|
void |
CfnApplicationInstance.setManifestPayload(IResolvable value)
The application's manifest document.
|
void |
CfnPackageVersion.setMarkLatest(IResolvable value)
Whether to mark the new version as the latest version.
|
| Modifier and Type | Method and Description |
|---|---|
CfnSolution.SolutionConfigProperty.Builder |
CfnSolution.SolutionConfigProperty.Builder.algorithmHyperParameters(IResolvable algorithmHyperParameters)
Sets the value of
CfnSolution.SolutionConfigProperty.getAlgorithmHyperParameters() |
CfnDataset.Builder |
CfnDataset.Builder.datasetImportJob(IResolvable datasetImportJob)
`AWS::Personalize::Dataset.DatasetImportJob`.
|
CfnDatasetProps.Builder |
CfnDatasetProps.Builder.datasetImportJob(IResolvable datasetImportJob)
Sets the value of
CfnDatasetProps.getDatasetImportJob() |
CfnSolution.SolutionConfigProperty.Builder |
CfnSolution.SolutionConfigProperty.Builder.featureTransformationParameters(IResolvable featureTransformationParameters)
Sets the value of
CfnSolution.SolutionConfigProperty.getFeatureTransformationParameters() |
CfnSolution.Builder |
CfnSolution.Builder.performAutoMl(IResolvable performAutoMl)
`AWS::Personalize::Solution.PerformAutoML`.
|
CfnSolutionProps.Builder |
CfnSolutionProps.Builder.performAutoMl(IResolvable performAutoMl)
Sets the value of
CfnSolutionProps.getPerformAutoMl() |
CfnSolution.Builder |
CfnSolution.Builder.performHpo(IResolvable performHpo)
`AWS::Personalize::Solution.PerformHPO`.
|
CfnSolutionProps.Builder |
CfnSolutionProps.Builder.performHpo(IResolvable performHpo)
Sets the value of
CfnSolutionProps.getPerformHpo() |
void |
CfnDataset.setDatasetImportJob(IResolvable value)
`AWS::Personalize::Dataset.DatasetImportJob`.
|
void |
CfnSolution.setPerformAutoMl(IResolvable value)
`AWS::Personalize::Solution.PerformAutoML`.
|
void |
CfnSolution.setPerformHpo(IResolvable value)
`AWS::Personalize::Solution.PerformHPO`.
|
void |
CfnSolution.setSolutionConfig(IResolvable value)
`AWS::Personalize::Solution.SolutionConfig`.
|
CfnSolution.Builder |
CfnSolution.Builder.solutionConfig(IResolvable solutionConfig)
`AWS::Personalize::Solution.SolutionConfig`.
|
CfnSolutionProps.Builder |
CfnSolutionProps.Builder.solutionConfig(IResolvable solutionConfig)
Sets the value of
CfnSolutionProps.getSolutionConfig() |
| Modifier and Type | Method and Description |
|---|---|
CfnCampaign.Builder |
CfnCampaign.Builder.additionalTreatments(IResolvable additionalTreatments)
An array of requests that defines additional treatments for the campaign, in addition to the default treatment for the campaign.
|
CfnCampaignProps.Builder |
CfnCampaignProps.Builder.additionalTreatments(IResolvable additionalTreatments)
Sets the value of
CfnCampaignProps.getAdditionalTreatments() |
CfnPushTemplateProps.Builder |
CfnPushTemplateProps.Builder.adm(IResolvable adm)
Sets the value of
CfnPushTemplateProps.getAdm() |
CfnPushTemplate.Builder |
CfnPushTemplate.Builder.adm(IResolvable adm)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
CfnCampaign.MessageConfigurationProperty.Builder |
CfnCampaign.MessageConfigurationProperty.Builder.admMessage(IResolvable admMessage)
Sets the value of
CfnCampaign.MessageConfigurationProperty.getAdmMessage() |
CfnCampaign.InAppMessageButtonProperty.Builder |
CfnCampaign.InAppMessageButtonProperty.Builder.android(IResolvable android)
Sets the value of
CfnCampaign.InAppMessageButtonProperty.getAndroid() |
CfnInAppTemplate.ButtonConfigProperty.Builder |
CfnInAppTemplate.ButtonConfigProperty.Builder.android(IResolvable android)
Sets the value of
CfnInAppTemplate.ButtonConfigProperty.getAndroid() |
CfnPushTemplateProps.Builder |
CfnPushTemplateProps.Builder.apns(IResolvable apns)
Sets the value of
CfnPushTemplateProps.getApns() |
CfnPushTemplate.Builder |
CfnPushTemplate.Builder.apns(IResolvable apns)
The message template to use for the APNs (Apple Push Notification service) channel.
|
CfnCampaign.MessageConfigurationProperty.Builder |
CfnCampaign.MessageConfigurationProperty.Builder.apnsMessage(IResolvable apnsMessage)
Sets the value of
CfnCampaign.MessageConfigurationProperty.getApnsMessage() |
CfnSegment.DemographicProperty.Builder |
CfnSegment.DemographicProperty.Builder.appVersion(IResolvable appVersion)
Sets the value of
CfnSegment.DemographicProperty.getAppVersion() |
CfnPushTemplateProps.Builder |
CfnPushTemplateProps.Builder.baidu(IResolvable baidu)
Sets the value of
CfnPushTemplateProps.getBaidu() |
CfnPushTemplate.Builder |
CfnPushTemplate.Builder.baidu(IResolvable baidu)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
CfnCampaign.MessageConfigurationProperty.Builder |
CfnCampaign.MessageConfigurationProperty.Builder.baiduMessage(IResolvable baiduMessage)
Sets the value of
CfnCampaign.MessageConfigurationProperty.getBaiduMessage() |
CfnSegment.SegmentDimensionsProperty.Builder |
CfnSegment.SegmentDimensionsProperty.Builder.behavior(IResolvable behavior)
Sets the value of
CfnSegment.SegmentDimensionsProperty.getBehavior() |
CfnCampaign.InAppMessageContentProperty.Builder |
CfnCampaign.InAppMessageContentProperty.Builder.bodyConfig(IResolvable bodyConfig)
Sets the value of
CfnCampaign.InAppMessageContentProperty.getBodyConfig() |
CfnInAppTemplate.InAppMessageContentProperty.Builder |
CfnInAppTemplate.InAppMessageContentProperty.Builder.bodyConfig(IResolvable bodyConfig)
Sets the value of
CfnInAppTemplate.InAppMessageContentProperty.getBodyConfig() |
CfnCampaign.Builder |
CfnCampaign.Builder.campaignHook(IResolvable campaignHook)
Specifies the Lambda function to use as a code hook for a campaign.
|
CfnApplicationSettings.Builder |
CfnApplicationSettings.Builder.campaignHook(IResolvable campaignHook)
The settings for the Lambda function to use by default as a code hook for campaigns in the application.
|
CfnApplicationSettingsProps.Builder |
CfnApplicationSettingsProps.Builder.campaignHook(IResolvable campaignHook)
Sets the value of
CfnApplicationSettingsProps.getCampaignHook() |
CfnCampaignProps.Builder |
CfnCampaignProps.Builder.campaignHook(IResolvable campaignHook)
Sets the value of
CfnCampaignProps.getCampaignHook() |
CfnSegment.DemographicProperty.Builder |
CfnSegment.DemographicProperty.Builder.channel(IResolvable channel)
Sets the value of
CfnSegment.DemographicProperty.getChannel() |
CfnApplicationSettings.Builder |
CfnApplicationSettings.Builder.cloudWatchMetricsEnabled(IResolvable cloudWatchMetricsEnabled)
Specifies whether to enable application-related alarms in Amazon CloudWatch.
|
CfnApplicationSettingsProps.Builder |
CfnApplicationSettingsProps.Builder.cloudWatchMetricsEnabled(IResolvable cloudWatchMetricsEnabled)
Sets the value of
CfnApplicationSettingsProps.getCloudWatchMetricsEnabled() |
CfnCampaign.CampaignInAppMessageProperty.Builder |
CfnCampaign.CampaignInAppMessageProperty.Builder.content(IResolvable content)
Sets the value of
CfnCampaign.CampaignInAppMessageProperty.getContent() |
CfnInAppTemplateProps.Builder |
CfnInAppTemplateProps.Builder.content(IResolvable content)
Sets the value of
CfnInAppTemplateProps.getContent() |
CfnInAppTemplate.Builder |
CfnInAppTemplate.Builder.content(IResolvable content)
An object that contains information about the content of an in-app message, including its title and body text, text colors, background colors, images, buttons, and behaviors.
|
CfnSegment.GPSPointProperty.Builder |
CfnSegment.GPSPointProperty.Builder.coordinates(IResolvable coordinates)
Sets the value of
CfnSegment.GPSPointProperty.getCoordinates() |
CfnSegment.LocationProperty.Builder |
CfnSegment.LocationProperty.Builder.country(IResolvable country)
Sets the value of
CfnSegment.LocationProperty.getCountry() |
CfnCampaign.InAppMessageButtonProperty.Builder |
CfnCampaign.InAppMessageButtonProperty.Builder.defaultConfig(IResolvable defaultConfig)
Sets the value of
CfnCampaign.InAppMessageButtonProperty.getDefaultConfig() |
CfnInAppTemplate.ButtonConfigProperty.Builder |
CfnInAppTemplate.ButtonConfigProperty.Builder.defaultConfig(IResolvable defaultConfig)
Sets the value of
CfnInAppTemplate.ButtonConfigProperty.getDefaultConfig() |
CfnCampaign.MessageConfigurationProperty.Builder |
CfnCampaign.MessageConfigurationProperty.Builder.defaultMessage(IResolvable defaultMessage)
Sets the value of
CfnCampaign.MessageConfigurationProperty.getDefaultMessage() |
CfnPushTemplateProps.Builder |
CfnPushTemplateProps.Builder.defaultValue(IResolvable defaultValue)
Sets the value of
CfnPushTemplateProps.getDefaultValue() |
CfnPushTemplate.Builder |
CfnPushTemplate.Builder.defaultValue(IResolvable defaultValue)
The default message template to use for push notification channels.
|
CfnSegment.SegmentDimensionsProperty.Builder |
CfnSegment.SegmentDimensionsProperty.Builder.demographic(IResolvable demographic)
Sets the value of
CfnSegment.SegmentDimensionsProperty.getDemographic() |
CfnSegment.DemographicProperty.Builder |
CfnSegment.DemographicProperty.Builder.deviceType(IResolvable deviceType)
Sets the value of
CfnSegment.DemographicProperty.getDeviceType() |
CfnCampaign.CampaignEventFilterProperty.Builder |
CfnCampaign.CampaignEventFilterProperty.Builder.dimensions(IResolvable dimensions)
Sets the value of
CfnCampaign.CampaignEventFilterProperty.getDimensions() |
CfnSegment.GroupsProperty.Builder |
CfnSegment.GroupsProperty.Builder.dimensions(IResolvable dimensions)
Sets the value of
CfnSegment.GroupsProperty.getDimensions() |
CfnSegment.Builder |
CfnSegment.Builder.dimensions(IResolvable dimensions)
The criteria that define the dimensions for the segment.
|
CfnSegmentProps.Builder |
CfnSegmentProps.Builder.dimensions(IResolvable dimensions)
Sets the value of
CfnSegmentProps.getDimensions() |
CfnCampaign.MessageConfigurationProperty.Builder |
CfnCampaign.MessageConfigurationProperty.Builder.emailMessage(IResolvable emailMessage)
Sets the value of
CfnCampaign.MessageConfigurationProperty.getEmailMessage() |
CfnADMChannelProps.Builder |
CfnADMChannelProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnADMChannelProps.getEnabled() |
CfnVoiceChannelProps.Builder |
CfnVoiceChannelProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnVoiceChannelProps.getEnabled() |
CfnGCMChannel.Builder |
CfnGCMChannel.Builder.enabled(IResolvable enabled)
Specifies whether to enable the GCM channel for the Amazon Pinpoint application.
|
CfnSMSChannel.Builder |
CfnSMSChannel.Builder.enabled(IResolvable enabled)
Specifies whether to enable the SMS channel for the application.
|
CfnGCMChannelProps.Builder |
CfnGCMChannelProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnGCMChannelProps.getEnabled() |
CfnSMSChannelProps.Builder |
CfnSMSChannelProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnSMSChannelProps.getEnabled() |
CfnBaiduChannelProps.Builder |
CfnBaiduChannelProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnBaiduChannelProps.getEnabled() |
CfnAPNSSandboxChannel.Builder |
CfnAPNSSandboxChannel.Builder.enabled(IResolvable enabled)
Specifies whether to enable the APNs Sandbox channel for the Amazon Pinpoint application.
|
CfnAPNSChannel.Builder |
CfnAPNSChannel.Builder.enabled(IResolvable enabled)
Specifies whether to enable the APNs channel for the application.
|
CfnEmailChannelProps.Builder |
CfnEmailChannelProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnEmailChannelProps.getEnabled() |
CfnEmailChannel.Builder |
CfnEmailChannel.Builder.enabled(IResolvable enabled)
Specifies whether to enable the email channel for the application.
|
CfnAPNSVoipSandboxChannelProps.Builder |
CfnAPNSVoipSandboxChannelProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnAPNSVoipSandboxChannelProps.getEnabled() |
CfnAPNSChannelProps.Builder |
CfnAPNSChannelProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnAPNSChannelProps.getEnabled() |
CfnBaiduChannel.Builder |
CfnBaiduChannel.Builder.enabled(IResolvable enabled)
Specifies whether to enable the Baidu channel for the application.
|
CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.Builder.enabled(IResolvable enabled)
Specifies whether the APNs VoIP sandbox channel is enabled for the application.
|
CfnADMChannel.Builder |
CfnADMChannel.Builder.enabled(IResolvable enabled)
Specifies whether to enable the ADM channel for the application.
|
CfnAPNSVoipChannelProps.Builder |
CfnAPNSVoipChannelProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnAPNSVoipChannelProps.getEnabled() |
CfnAPNSSandboxChannelProps.Builder |
CfnAPNSSandboxChannelProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnAPNSSandboxChannelProps.getEnabled() |
CfnVoiceChannel.Builder |
CfnVoiceChannel.Builder.enabled(IResolvable enabled)
Specifies whether to enable the voice channel for the application.
|
CfnAPNSVoipChannel.Builder |
CfnAPNSVoipChannel.Builder.enabled(IResolvable enabled)
Specifies whether to enable the APNs VoIP channel for the Amazon Pinpoint application.
|
CfnCampaign.ScheduleProperty.Builder |
CfnCampaign.ScheduleProperty.Builder.eventFilter(IResolvable eventFilter)
Sets the value of
CfnCampaign.ScheduleProperty.getEventFilter() |
CfnCampaign.EventDimensionsProperty.Builder |
CfnCampaign.EventDimensionsProperty.Builder.eventType(IResolvable eventType)
Sets the value of
CfnCampaign.EventDimensionsProperty.getEventType() |
CfnPushTemplateProps.Builder |
CfnPushTemplateProps.Builder.gcm(IResolvable gcm)
Sets the value of
CfnPushTemplateProps.getGcm() |
CfnPushTemplate.Builder |
CfnPushTemplate.Builder.gcm(IResolvable gcm)
The message template to use for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
CfnCampaign.MessageConfigurationProperty.Builder |
CfnCampaign.MessageConfigurationProperty.Builder.gcmMessage(IResolvable gcmMessage)
Sets the value of
CfnCampaign.MessageConfigurationProperty.getGcmMessage() |
CfnSegment.LocationProperty.Builder |
CfnSegment.LocationProperty.Builder.gpsPoint(IResolvable gpsPoint)
Sets the value of
CfnSegment.LocationProperty.getGpsPoint() |
CfnSegment.SegmentGroupsProperty.Builder |
CfnSegment.SegmentGroupsProperty.Builder.groups(IResolvable groups)
Sets the value of
CfnSegment.SegmentGroupsProperty.getGroups() |
CfnCampaign.InAppMessageContentProperty.Builder |
CfnCampaign.InAppMessageContentProperty.Builder.headerConfig(IResolvable headerConfig)
Sets the value of
CfnCampaign.InAppMessageContentProperty.getHeaderConfig() |
CfnInAppTemplate.InAppMessageContentProperty.Builder |
CfnInAppTemplate.InAppMessageContentProperty.Builder.headerConfig(IResolvable headerConfig)
Sets the value of
CfnInAppTemplate.InAppMessageContentProperty.getHeaderConfig() |
CfnCampaign.MessageConfigurationProperty.Builder |
CfnCampaign.MessageConfigurationProperty.Builder.inAppMessage(IResolvable inAppMessage)
Sets the value of
CfnCampaign.MessageConfigurationProperty.getInAppMessage() |
CfnCampaign.InAppMessageButtonProperty.Builder |
CfnCampaign.InAppMessageButtonProperty.Builder.ios(IResolvable ios)
Sets the value of
CfnCampaign.InAppMessageButtonProperty.getIos() |
CfnInAppTemplate.ButtonConfigProperty.Builder |
CfnInAppTemplate.ButtonConfigProperty.Builder.ios(IResolvable ios)
Sets the value of
CfnInAppTemplate.ButtonConfigProperty.getIos() |
CfnCampaign.ScheduleProperty.Builder |
CfnCampaign.ScheduleProperty.Builder.isLocalTime(IResolvable isLocalTime)
Sets the value of
CfnCampaign.ScheduleProperty.getIsLocalTime() |
CfnCampaign.Builder |
CfnCampaign.Builder.isPaused(IResolvable isPaused)
Specifies whether to pause the campaign.
|
CfnCampaignProps.Builder |
CfnCampaignProps.Builder.isPaused(IResolvable isPaused)
Sets the value of
CfnCampaignProps.getIsPaused() |
CfnCampaign.Builder |
CfnCampaign.Builder.limits(IResolvable limits)
The messaging limits for the campaign.
|
CfnApplicationSettings.Builder |
CfnApplicationSettings.Builder.limits(IResolvable limits)
The default sending limits for campaigns in the application.
|
CfnApplicationSettingsProps.Builder |
CfnApplicationSettingsProps.Builder.limits(IResolvable limits)
Sets the value of
CfnApplicationSettingsProps.getLimits() |
CfnCampaignProps.Builder |
CfnCampaignProps.Builder.limits(IResolvable limits)
Sets the value of
CfnCampaignProps.getLimits() |
CfnSegment.SegmentDimensionsProperty.Builder |
CfnSegment.SegmentDimensionsProperty.Builder.location(IResolvable location)
Sets the value of
CfnSegment.SegmentDimensionsProperty.getLocation() |
CfnSegment.DemographicProperty.Builder |
CfnSegment.DemographicProperty.Builder.make(IResolvable make)
Sets the value of
CfnSegment.DemographicProperty.getMake() |
CfnCampaign.WriteTreatmentResourceProperty.Builder |
CfnCampaign.WriteTreatmentResourceProperty.Builder.messageConfiguration(IResolvable messageConfiguration)
Sets the value of
CfnCampaign.WriteTreatmentResourceProperty.getMessageConfiguration() |
CfnCampaign.Builder |
CfnCampaign.Builder.messageConfiguration(IResolvable messageConfiguration)
The message configuration settings for the campaign.
|
CfnCampaignProps.Builder |
CfnCampaignProps.Builder.messageConfiguration(IResolvable messageConfiguration)
Sets the value of
CfnCampaignProps.getMessageConfiguration() |
CfnSegment.DemographicProperty.Builder |
CfnSegment.DemographicProperty.Builder.model(IResolvable model)
Sets the value of
CfnSegment.DemographicProperty.getModel() |
CfnSegment.DemographicProperty.Builder |
CfnSegment.DemographicProperty.Builder.platform(IResolvable platform)
Sets the value of
CfnSegment.DemographicProperty.getPlatform() |
CfnCampaign.InAppMessageContentProperty.Builder |
CfnCampaign.InAppMessageContentProperty.Builder.primaryBtn(IResolvable primaryBtn)
Sets the value of
CfnCampaign.InAppMessageContentProperty.getPrimaryBtn() |
CfnInAppTemplate.InAppMessageContentProperty.Builder |
CfnInAppTemplate.InAppMessageContentProperty.Builder.primaryBtn(IResolvable primaryBtn)
Sets the value of
CfnInAppTemplate.InAppMessageContentProperty.getPrimaryBtn() |
CfnCampaign.ScheduleProperty.Builder |
CfnCampaign.ScheduleProperty.Builder.quietTime(IResolvable quietTime)
Sets the value of
CfnCampaign.ScheduleProperty.getQuietTime() |
CfnApplicationSettings.Builder |
CfnApplicationSettings.Builder.quietTime(IResolvable quietTime)
The default quiet time for campaigns in the application.
|
CfnApplicationSettingsProps.Builder |
CfnApplicationSettingsProps.Builder.quietTime(IResolvable quietTime)
Sets the value of
CfnApplicationSettingsProps.getQuietTime() |
CfnSegment.BehaviorProperty.Builder |
CfnSegment.BehaviorProperty.Builder.recency(IResolvable recency)
Sets the value of
CfnSegment.BehaviorProperty.getRecency() |
CfnCampaign.WriteTreatmentResourceProperty.Builder |
CfnCampaign.WriteTreatmentResourceProperty.Builder.schedule(IResolvable schedule)
Sets the value of
CfnCampaign.WriteTreatmentResourceProperty.getSchedule() |
CfnCampaign.Builder |
CfnCampaign.Builder.schedule(IResolvable schedule)
The schedule settings for the campaign.
|
CfnCampaignProps.Builder |
CfnCampaignProps.Builder.schedule(IResolvable schedule)
Sets the value of
CfnCampaignProps.getSchedule() |
CfnCampaign.InAppMessageContentProperty.Builder |
CfnCampaign.InAppMessageContentProperty.Builder.secondaryBtn(IResolvable secondaryBtn)
Sets the value of
CfnCampaign.InAppMessageContentProperty.getSecondaryBtn() |
CfnInAppTemplate.InAppMessageContentProperty.Builder |
CfnInAppTemplate.InAppMessageContentProperty.Builder.secondaryBtn(IResolvable secondaryBtn)
Sets the value of
CfnInAppTemplate.InAppMessageContentProperty.getSecondaryBtn() |
CfnSegment.Builder |
CfnSegment.Builder.segmentGroups(IResolvable segmentGroups)
The segment group to use and the dimensions to apply to the group's base segments in order to build the segment.
|
CfnSegmentProps.Builder |
CfnSegmentProps.Builder.segmentGroups(IResolvable segmentGroups)
Sets the value of
CfnSegmentProps.getSegmentGroups() |
void |
CfnCampaign.setAdditionalTreatments(IResolvable value)
An array of requests that defines additional treatments for the campaign, in addition to the default treatment for the campaign.
|
void |
CfnPushTemplate.setAdm(IResolvable value)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
void |
CfnPushTemplate.setApns(IResolvable value)
The message template to use for the APNs (Apple Push Notification service) channel.
|
void |
CfnPushTemplate.setBaidu(IResolvable value)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
void |
CfnCampaign.setCampaignHook(IResolvable value)
Specifies the Lambda function to use as a code hook for a campaign.
|
void |
CfnApplicationSettings.setCampaignHook(IResolvable value)
The settings for the Lambda function to use by default as a code hook for campaigns in the application.
|
void |
CfnApplicationSettings.setCloudWatchMetricsEnabled(IResolvable value)
Specifies whether to enable application-related alarms in Amazon CloudWatch.
|
void |
CfnInAppTemplate.setContent(IResolvable value)
An object that contains information about the content of an in-app message, including its title and body text, text colors, background colors, images, buttons, and behaviors.
|
void |
CfnPushTemplate.setDefaultValue(IResolvable value)
The default message template to use for push notification channels.
|
void |
CfnSegment.setDimensions(IResolvable value)
The criteria that define the dimensions for the segment.
|
void |
CfnGCMChannel.setEnabled(IResolvable value)
Specifies whether to enable the GCM channel for the Amazon Pinpoint application.
|
void |
CfnSMSChannel.setEnabled(IResolvable value)
Specifies whether to enable the SMS channel for the application.
|
void |
CfnAPNSSandboxChannel.setEnabled(IResolvable value)
Specifies whether to enable the APNs Sandbox channel for the Amazon Pinpoint application.
|
void |
CfnAPNSChannel.setEnabled(IResolvable value)
Specifies whether to enable the APNs channel for the application.
|
void |
CfnEmailChannel.setEnabled(IResolvable value)
Specifies whether to enable the email channel for the application.
|
void |
CfnBaiduChannel.setEnabled(IResolvable value)
Specifies whether to enable the Baidu channel for the application.
|
void |
CfnAPNSVoipSandboxChannel.setEnabled(IResolvable value)
Specifies whether the APNs VoIP sandbox channel is enabled for the application.
|
void |
CfnADMChannel.setEnabled(IResolvable value)
Specifies whether to enable the ADM channel for the application.
|
void |
CfnVoiceChannel.setEnabled(IResolvable value)
Specifies whether to enable the voice channel for the application.
|
void |
CfnAPNSVoipChannel.setEnabled(IResolvable value)
Specifies whether to enable the APNs VoIP channel for the Amazon Pinpoint application.
|
void |
CfnPushTemplate.setGcm(IResolvable value)
The message template to use for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
void |
CfnCampaign.setIsPaused(IResolvable value)
Specifies whether to pause the campaign.
|
void |
CfnCampaign.setLimits(IResolvable value)
The messaging limits for the campaign.
|
void |
CfnApplicationSettings.setLimits(IResolvable value)
The default sending limits for campaigns in the application.
|
void |
CfnCampaign.setMessageConfiguration(IResolvable value)
The message configuration settings for the campaign.
|
void |
CfnApplicationSettings.setQuietTime(IResolvable value)
The default quiet time for campaigns in the application.
|
void |
CfnCampaign.setSchedule(IResolvable value)
The schedule settings for the campaign.
|
void |
CfnSegment.setSegmentGroups(IResolvable value)
The segment group to use and the dimensions to apply to the group's base segments in order to build the segment.
|
CfnCampaign.MessageProperty.Builder |
CfnCampaign.MessageProperty.Builder.silentPush(IResolvable silentPush)
Sets the value of
CfnCampaign.MessageProperty.getSilentPush() |
CfnCampaign.MessageConfigurationProperty.Builder |
CfnCampaign.MessageConfigurationProperty.Builder.smsMessage(IResolvable smsMessage)
Sets the value of
CfnCampaign.MessageConfigurationProperty.getSmsMessage() |
CfnSegment.GroupsProperty.Builder |
CfnSegment.GroupsProperty.Builder.sourceSegments(IResolvable sourceSegments)
Sets the value of
CfnSegment.GroupsProperty.getSourceSegments() |
CfnCampaign.InAppMessageButtonProperty.Builder |
CfnCampaign.InAppMessageButtonProperty.Builder.web(IResolvable web)
Sets the value of
CfnCampaign.InAppMessageButtonProperty.getWeb() |
CfnInAppTemplate.ButtonConfigProperty.Builder |
CfnInAppTemplate.ButtonConfigProperty.Builder.web(IResolvable web)
Sets the value of
CfnInAppTemplate.ButtonConfigProperty.getWeb() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.cloudWatchDestination(IResolvable cloudWatchDestination)
|
CfnConfigurationSetProps.Builder |
CfnConfigurationSetProps.Builder.deliveryOptions(IResolvable deliveryOptions)
Sets the value of
CfnConfigurationSetProps.getDeliveryOptions() |
CfnConfigurationSet.Builder |
CfnConfigurationSet.Builder.deliveryOptions(IResolvable deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
|
CfnConfigurationSetEventDestination.CloudWatchDestinationProperty.Builder |
CfnConfigurationSetEventDestination.CloudWatchDestinationProperty.Builder.dimensionConfigurations(IResolvable dimensionConfigurations)
|
CfnIdentityProps.Builder |
CfnIdentityProps.Builder.dkimSigningEnabled(IResolvable dkimSigningEnabled)
Sets the value of
CfnIdentityProps.getDkimSigningEnabled() |
CfnIdentity.Builder |
CfnIdentity.Builder.dkimSigningEnabled(IResolvable dkimSigningEnabled)
For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.
|
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.enabled(IResolvable enabled)
|
CfnConfigurationSetEventDestination.Builder |
CfnConfigurationSetEventDestination.Builder.eventDestination(IResolvable eventDestination)
An object that defines the event destination.
|
CfnConfigurationSetEventDestinationProps.Builder |
CfnConfigurationSetEventDestinationProps.Builder.eventDestination(IResolvable eventDestination)
Sets the value of
CfnConfigurationSetEventDestinationProps.getEventDestination() |
CfnIdentityProps.Builder |
CfnIdentityProps.Builder.feedbackForwardingEnabled(IResolvable feedbackForwardingEnabled)
Sets the value of
CfnIdentityProps.getFeedbackForwardingEnabled() |
CfnIdentity.Builder |
CfnIdentity.Builder.feedbackForwardingEnabled(IResolvable feedbackForwardingEnabled)
Used to enable or disable feedback forwarding for an identity.
|
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.kinesisFirehoseDestination(IResolvable kinesisFirehoseDestination)
|
CfnIdentityProps.Builder |
CfnIdentityProps.Builder.mailFromAttributes(IResolvable mailFromAttributes)
Sets the value of
CfnIdentityProps.getMailFromAttributes() |
CfnIdentity.Builder |
CfnIdentity.Builder.mailFromAttributes(IResolvable mailFromAttributes)
Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.pinpointDestination(IResolvable pinpointDestination)
|
CfnConfigurationSet.ReputationOptionsProperty.Builder |
CfnConfigurationSet.ReputationOptionsProperty.Builder.reputationMetricsEnabled(IResolvable reputationMetricsEnabled)
|
CfnConfigurationSetProps.Builder |
CfnConfigurationSetProps.Builder.reputationOptions(IResolvable reputationOptions)
Sets the value of
CfnConfigurationSetProps.getReputationOptions() |
CfnConfigurationSet.Builder |
CfnConfigurationSet.Builder.reputationOptions(IResolvable reputationOptions)
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
|
CfnConfigurationSet.SendingOptionsProperty.Builder |
CfnConfigurationSet.SendingOptionsProperty.Builder.sendingEnabled(IResolvable sendingEnabled)
Sets the value of
CfnConfigurationSet.SendingOptionsProperty.getSendingEnabled() |
CfnConfigurationSetProps.Builder |
CfnConfigurationSetProps.Builder.sendingOptions(IResolvable sendingOptions)
Sets the value of
CfnConfigurationSetProps.getSendingOptions() |
CfnConfigurationSet.Builder |
CfnConfigurationSet.Builder.sendingOptions(IResolvable sendingOptions)
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
|
void |
CfnConfigurationSet.setDeliveryOptions(IResolvable value)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
|
void |
CfnIdentity.setDkimSigningEnabled(IResolvable value)
For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.
|
void |
CfnConfigurationSetEventDestination.setEventDestination(IResolvable value)
An object that defines the event destination.
|
void |
CfnIdentity.setFeedbackForwardingEnabled(IResolvable value)
Used to enable or disable feedback forwarding for an identity.
|
void |
CfnIdentity.setMailFromAttributes(IResolvable value)
Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
void |
CfnConfigurationSet.setReputationOptions(IResolvable value)
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
|
void |
CfnConfigurationSet.setSendingOptions(IResolvable value)
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
|
void |
CfnConfigurationSet.setTrackingOptions(IResolvable value)
An object that defines the open and click tracking options for emails that you send using the configuration set.
|
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.snsDestination(IResolvable snsDestination)
|
CfnConfigurationSetProps.Builder |
CfnConfigurationSetProps.Builder.trackingOptions(IResolvable trackingOptions)
Sets the value of
CfnConfigurationSetProps.getTrackingOptions() |
CfnConfigurationSet.Builder |
CfnConfigurationSet.Builder.trackingOptions(IResolvable trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
CfnStream.KinesisConfigurationProperty.Builder |
CfnStream.KinesisConfigurationProperty.Builder.aggregationEnabled(IResolvable aggregationEnabled)
Sets the value of
CfnStream.KinesisConfigurationProperty.getAggregationEnabled() |
CfnLedger.Builder |
CfnLedger.Builder.deletionProtection(IResolvable deletionProtection)
The flag that prevents a ledger from being deleted by any user.
|
CfnLedgerProps.Builder |
CfnLedgerProps.Builder.deletionProtection(IResolvable deletionProtection)
Sets the value of
CfnLedgerProps.getDeletionProtection() |
CfnStreamProps.Builder |
CfnStreamProps.Builder.kinesisConfiguration(IResolvable kinesisConfiguration)
Sets the value of
CfnStreamProps.getKinesisConfiguration() |
CfnStream.Builder |
CfnStream.Builder.kinesisConfiguration(IResolvable kinesisConfiguration)
The configuration settings of the Kinesis Data Streams destination for your stream request.
|
void |
CfnLedger.setDeletionProtection(IResolvable value)
The flag that prevents a ledger from being deleted by any user.
|
void |
CfnStream.setKinesisConfiguration(IResolvable value)
The configuration settings of the Kinesis Data Streams destination for your stream request.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnDataSet.getAttrConsumedSpiceCapacityInBytes() |
IResolvable |
CfnDataSet.getAttrOutputColumns() |
IResolvable |
CfnAnalysis.getAttrSheets() |
| Modifier and Type | Method and Description |
|---|---|
CfnDashboard.DashboardPublishOptionsProperty.Builder |
CfnDashboard.DashboardPublishOptionsProperty.Builder.adHocFilteringOption(IResolvable adHocFilteringOption)
Sets the value of
CfnDashboard.DashboardPublishOptionsProperty.getAdHocFilteringOption() |
CfnDataSource.CredentialPairProperty.Builder |
CfnDataSource.CredentialPairProperty.Builder.alternateDataSourceParameters(IResolvable alternateDataSourceParameters)
Sets the value of
CfnDataSource.CredentialPairProperty.getAlternateDataSourceParameters() |
CfnDataSource.Builder |
CfnDataSource.Builder.alternateDataSourceParameters(IResolvable alternateDataSourceParameters)
A set of alternate data source parameters that you want to share for the credentials stored with this data source.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.alternateDataSourceParameters(IResolvable alternateDataSourceParameters)
Sets the value of
CfnDataSourceProps.getAlternateDataSourceParameters() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.amazonElasticsearchParameters(IResolvable amazonElasticsearchParameters)
|
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.amazonOpenSearchParameters(IResolvable amazonOpenSearchParameters)
|
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.athenaParameters(IResolvable athenaParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getAthenaParameters() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.auroraParameters(IResolvable auroraParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getAuroraParameters() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.auroraPostgreSqlParameters(IResolvable auroraPostgreSqlParameters)
|
CfnTheme.TileStyleProperty.Builder |
CfnTheme.TileStyleProperty.Builder.border(IResolvable border)
Sets the value of
CfnTheme.TileStyleProperty.getBorder() |
CfnDataSet.TransformOperationProperty.Builder |
CfnDataSet.TransformOperationProperty.Builder.castColumnTypeOperation(IResolvable castColumnTypeOperation)
Sets the value of
CfnDataSet.TransformOperationProperty.getCastColumnTypeOperation() |
CfnDataSet.ColumnTagProperty.Builder |
CfnDataSet.ColumnTagProperty.Builder.columnDescription(IResolvable columnDescription)
Sets the value of
CfnDataSet.ColumnTagProperty.getColumnDescription() |
CfnDataSet.Builder |
CfnDataSet.Builder.columnGroups(IResolvable columnGroups)
Groupings of columns that work together in certain Amazon QuickSight features.
|
CfnDataSetProps.Builder |
CfnDataSetProps.Builder.columnGroups(IResolvable columnGroups)
Sets the value of
CfnDataSetProps.getColumnGroups() |
CfnDataSet.Builder |
CfnDataSet.Builder.columnLevelPermissionRules(IResolvable columnLevelPermissionRules)
A set of one or more definitions of a `ColumnLevelPermissionRule` .
|
CfnDataSetProps.Builder |
CfnDataSetProps.Builder.columnLevelPermissionRules(IResolvable columnLevelPermissionRules)
Sets the value of
CfnDataSetProps.getColumnLevelPermissionRules() |
CfnDataSet.CreateColumnsOperationProperty.Builder |
CfnDataSet.CreateColumnsOperationProperty.Builder.columns(IResolvable columns)
Sets the value of
CfnDataSet.CreateColumnsOperationProperty.getColumns() |
CfnDataSet.CustomSqlProperty.Builder |
CfnDataSet.CustomSqlProperty.Builder.columns(IResolvable columns)
Sets the value of
CfnDataSet.CustomSqlProperty.getColumns() |
CfnThemeProps.Builder |
CfnThemeProps.Builder.configuration(IResolvable configuration)
Sets the value of
CfnThemeProps.getConfiguration() |
CfnTheme.Builder |
CfnTheme.Builder.configuration(IResolvable configuration)
The theme configuration, which contains the theme display properties.
|
CfnDataSet.UploadSettingsProperty.Builder |
CfnDataSet.UploadSettingsProperty.Builder.containsHeader(IResolvable containsHeader)
Sets the value of
CfnDataSet.UploadSettingsProperty.getContainsHeader() |
CfnDataSet.TransformOperationProperty.Builder |
CfnDataSet.TransformOperationProperty.Builder.createColumnsOperation(IResolvable createColumnsOperation)
Sets the value of
CfnDataSet.TransformOperationProperty.getCreateColumnsOperation() |
CfnDataSource.DataSourceCredentialsProperty.Builder |
CfnDataSource.DataSourceCredentialsProperty.Builder.credentialPair(IResolvable credentialPair)
Sets the value of
CfnDataSource.DataSourceCredentialsProperty.getCredentialPair() |
CfnDataSource.Builder |
CfnDataSource.Builder.credentials(IResolvable credentials)
The credentials Amazon QuickSight that uses to connect to your underlying source.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.credentials(IResolvable credentials)
Sets the value of
CfnDataSourceProps.getCredentials() |
CfnDataSet.PhysicalTableProperty.Builder |
CfnDataSet.PhysicalTableProperty.Builder.customSql(IResolvable customSql)
Sets the value of
CfnDataSet.PhysicalTableProperty.getCustomSql() |
CfnDashboard.Builder |
CfnDashboard.Builder.dashboardPublishOptions(IResolvable dashboardPublishOptions)
Options for publishing the dashboard when you create it:.
|
CfnDashboardProps.Builder |
CfnDashboardProps.Builder.dashboardPublishOptions(IResolvable dashboardPublishOptions)
Sets the value of
CfnDashboardProps.getDashboardPublishOptions() |
CfnTheme.ThemeConfigurationProperty.Builder |
CfnTheme.ThemeConfigurationProperty.Builder.dataColorPalette(IResolvable dataColorPalette)
Sets the value of
CfnTheme.ThemeConfigurationProperty.getDataColorPalette() |
CfnDashboard.DashboardSourceTemplateProperty.Builder |
CfnDashboard.DashboardSourceTemplateProperty.Builder.dataSetReferences(IResolvable dataSetReferences)
Sets the value of
CfnDashboard.DashboardSourceTemplateProperty.getDataSetReferences() |
CfnTemplate.TemplateSourceAnalysisProperty.Builder |
CfnTemplate.TemplateSourceAnalysisProperty.Builder.dataSetReferences(IResolvable dataSetReferences)
Sets the value of
CfnTemplate.TemplateSourceAnalysisProperty.getDataSetReferences() |
CfnAnalysis.AnalysisSourceTemplateProperty.Builder |
CfnAnalysis.AnalysisSourceTemplateProperty.Builder.dataSetReferences(IResolvable dataSetReferences)
Sets the value of
CfnAnalysis.AnalysisSourceTemplateProperty.getDataSetReferences() |
CfnDataSource.Builder |
CfnDataSource.Builder.dataSourceParameters(IResolvable dataSourceParameters)
The parameters that Amazon QuickSight uses to connect to your underlying source.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.dataSourceParameters(IResolvable dataSourceParameters)
Sets the value of
CfnDataSourceProps.getDataSourceParameters() |
CfnDataSet.LogicalTableProperty.Builder |
CfnDataSet.LogicalTableProperty.Builder.dataTransforms(IResolvable dataTransforms)
Sets the value of
CfnDataSet.LogicalTableProperty.getDataTransforms() |
CfnDashboard.ParametersProperty.Builder |
CfnDashboard.ParametersProperty.Builder.dateTimeParameters(IResolvable dateTimeParameters)
Sets the value of
CfnDashboard.ParametersProperty.getDateTimeParameters() |
CfnAnalysis.ParametersProperty.Builder |
CfnAnalysis.ParametersProperty.Builder.dateTimeParameters(IResolvable dateTimeParameters)
Sets the value of
CfnAnalysis.ParametersProperty.getDateTimeParameters() |
CfnDashboard.ParametersProperty.Builder |
CfnDashboard.ParametersProperty.Builder.decimalParameters(IResolvable decimalParameters)
Sets the value of
CfnDashboard.ParametersProperty.getDecimalParameters() |
CfnAnalysis.ParametersProperty.Builder |
CfnAnalysis.ParametersProperty.Builder.decimalParameters(IResolvable decimalParameters)
Sets the value of
CfnAnalysis.ParametersProperty.getDecimalParameters() |
CfnDataSource.SslPropertiesProperty.Builder |
CfnDataSource.SslPropertiesProperty.Builder.disableSsl(IResolvable disableSsl)
Sets the value of
CfnDataSource.SslPropertiesProperty.getDisableSsl() |
CfnDataSource.Builder |
CfnDataSource.Builder.errorInfo(IResolvable errorInfo)
Error information from the last update or the creation of the data source.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.errorInfo(IResolvable errorInfo)
Sets the value of
CfnDataSourceProps.getErrorInfo() |
CfnAnalysisProps.Builder |
CfnAnalysisProps.Builder.errors(IResolvable errors)
Sets the value of
CfnAnalysisProps.getErrors() |
CfnAnalysis.Builder |
CfnAnalysis.Builder.errors(IResolvable errors)
`AWS::QuickSight::Analysis.Errors`.
|
CfnDashboard.DashboardPublishOptionsProperty.Builder |
CfnDashboard.DashboardPublishOptionsProperty.Builder.exportToCsvOption(IResolvable exportToCsvOption)
Sets the value of
CfnDashboard.DashboardPublishOptionsProperty.getExportToCsvOption() |
CfnDataSet.Builder |
CfnDataSet.Builder.fieldFolders(IResolvable fieldFolders)
The folder that contains fields and nested subfolders for your dataset.
|
CfnDataSetProps.Builder |
CfnDataSetProps.Builder.fieldFolders(IResolvable fieldFolders)
Sets the value of
CfnDataSetProps.getFieldFolders() |
CfnDataSet.TransformOperationProperty.Builder |
CfnDataSet.TransformOperationProperty.Builder.filterOperation(IResolvable filterOperation)
Sets the value of
CfnDataSet.TransformOperationProperty.getFilterOperation() |
CfnTheme.TypographyProperty.Builder |
CfnTheme.TypographyProperty.Builder.fontFamilies(IResolvable fontFamilies)
Sets the value of
CfnTheme.TypographyProperty.getFontFamilies() |
CfnDataSet.ColumnGroupProperty.Builder |
CfnDataSet.ColumnGroupProperty.Builder.geoSpatialColumnGroup(IResolvable geoSpatialColumnGroup)
Sets the value of
CfnDataSet.ColumnGroupProperty.getGeoSpatialColumnGroup() |
CfnTheme.TileLayoutStyleProperty.Builder |
CfnTheme.TileLayoutStyleProperty.Builder.gutter(IResolvable gutter)
Sets the value of
CfnTheme.TileLayoutStyleProperty.getGutter() |
CfnDataSet.Builder |
CfnDataSet.Builder.ingestionWaitPolicy(IResolvable ingestionWaitPolicy)
The wait policy to use when creating or updating a Dataset.
|
CfnDataSetProps.Builder |
CfnDataSetProps.Builder.ingestionWaitPolicy(IResolvable ingestionWaitPolicy)
Sets the value of
CfnDataSetProps.getIngestionWaitPolicy() |
CfnDataSet.RelationalTableProperty.Builder |
CfnDataSet.RelationalTableProperty.Builder.inputColumns(IResolvable inputColumns)
Sets the value of
CfnDataSet.RelationalTableProperty.getInputColumns() |
CfnDataSet.S3SourceProperty.Builder |
CfnDataSet.S3SourceProperty.Builder.inputColumns(IResolvable inputColumns)
Sets the value of
CfnDataSet.S3SourceProperty.getInputColumns() |
CfnDashboard.ParametersProperty.Builder |
CfnDashboard.ParametersProperty.Builder.integerParameters(IResolvable integerParameters)
Sets the value of
CfnDashboard.ParametersProperty.getIntegerParameters() |
CfnAnalysis.ParametersProperty.Builder |
CfnAnalysis.ParametersProperty.Builder.integerParameters(IResolvable integerParameters)
Sets the value of
CfnAnalysis.ParametersProperty.getIntegerParameters() |
CfnDataSet.LogicalTableSourceProperty.Builder |
CfnDataSet.LogicalTableSourceProperty.Builder.joinInstruction(IResolvable joinInstruction)
Sets the value of
CfnDataSet.LogicalTableSourceProperty.getJoinInstruction() |
CfnDataSet.JoinInstructionProperty.Builder |
CfnDataSet.JoinInstructionProperty.Builder.leftJoinKeyProperties(IResolvable leftJoinKeyProperties)
Sets the value of
CfnDataSet.JoinInstructionProperty.getLeftJoinKeyProperties() |
CfnDataSet.Builder |
CfnDataSet.Builder.logicalTableMap(IResolvable logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
CfnDataSetProps.Builder |
CfnDataSetProps.Builder.logicalTableMap(IResolvable logicalTableMap)
Sets the value of
CfnDataSetProps.getLogicalTableMap() |
CfnDataSource.S3ParametersProperty.Builder |
CfnDataSource.S3ParametersProperty.Builder.manifestFileLocation(IResolvable manifestFileLocation)
Sets the value of
CfnDataSource.S3ParametersProperty.getManifestFileLocation() |
CfnTheme.TileLayoutStyleProperty.Builder |
CfnTheme.TileLayoutStyleProperty.Builder.margin(IResolvable margin)
Sets the value of
CfnTheme.TileLayoutStyleProperty.getMargin() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.mariaDbParameters(IResolvable mariaDbParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getMariaDbParameters() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.mySqlParameters(IResolvable mySqlParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getMySqlParameters() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.oracleParameters(IResolvable oracleParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getOracleParameters() |
CfnAnalysisProps.Builder |
CfnAnalysisProps.Builder.parameters(IResolvable parameters)
Sets the value of
CfnAnalysisProps.getParameters() |
CfnDashboard.Builder |
CfnDashboard.Builder.parameters(IResolvable parameters)
The parameters for the creation of the dashboard, which you want to use to override the default settings.
|
CfnDashboardProps.Builder |
CfnDashboardProps.Builder.parameters(IResolvable parameters)
Sets the value of
CfnDashboardProps.getParameters() |
CfnAnalysis.Builder |
CfnAnalysis.Builder.parameters(IResolvable parameters)
The parameter names and override values that you want to use.
|
CfnDataSource.Builder |
CfnDataSource.Builder.permissions(IResolvable permissions)
A list of resource permissions on the data source.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.permissions(IResolvable permissions)
Sets the value of
CfnDataSourceProps.getPermissions() |
CfnDataSet.Builder |
CfnDataSet.Builder.permissions(IResolvable permissions)
A list of resource permissions on the dataset.
|
CfnAnalysisProps.Builder |
CfnAnalysisProps.Builder.permissions(IResolvable permissions)
Sets the value of
CfnAnalysisProps.getPermissions() |
CfnDashboard.Builder |
CfnDashboard.Builder.permissions(IResolvable permissions)
A structure that contains the permissions of the dashboard.
|
CfnTemplateProps.Builder |
CfnTemplateProps.Builder.permissions(IResolvable permissions)
Sets the value of
CfnTemplateProps.getPermissions() |
CfnDashboardProps.Builder |
CfnDashboardProps.Builder.permissions(IResolvable permissions)
Sets the value of
CfnDashboardProps.getPermissions() |
CfnDataSetProps.Builder |
CfnDataSetProps.Builder.permissions(IResolvable permissions)
Sets the value of
CfnDataSetProps.getPermissions() |
CfnThemeProps.Builder |
CfnThemeProps.Builder.permissions(IResolvable permissions)
Sets the value of
CfnThemeProps.getPermissions() |
CfnTheme.Builder |
CfnTheme.Builder.permissions(IResolvable permissions)
A valid grouping of resource permissions to apply to the new theme.
|
CfnTemplate.Builder |
CfnTemplate.Builder.permissions(IResolvable permissions)
A list of resource permissions to be set on the template.
|
CfnAnalysis.Builder |
CfnAnalysis.Builder.permissions(IResolvable permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
|
CfnDataSet.Builder |
CfnDataSet.Builder.physicalTableMap(IResolvable physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
CfnDataSetProps.Builder |
CfnDataSetProps.Builder.physicalTableMap(IResolvable physicalTableMap)
Sets the value of
CfnDataSetProps.getPhysicalTableMap() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.postgreSqlParameters(IResolvable postgreSqlParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getPostgreSqlParameters() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.prestoParameters(IResolvable prestoParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getPrestoParameters() |
CfnDataSet.TransformOperationProperty.Builder |
CfnDataSet.TransformOperationProperty.Builder.projectOperation(IResolvable projectOperation)
Sets the value of
CfnDataSet.TransformOperationProperty.getProjectOperation() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.rdsParameters(IResolvable rdsParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getRdsParameters() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.redshiftParameters(IResolvable redshiftParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getRedshiftParameters() |
CfnDataSet.PhysicalTableProperty.Builder |
CfnDataSet.PhysicalTableProperty.Builder.relationalTable(IResolvable relationalTable)
Sets the value of
CfnDataSet.PhysicalTableProperty.getRelationalTable() |
CfnDataSet.TransformOperationProperty.Builder |
CfnDataSet.TransformOperationProperty.Builder.renameColumnOperation(IResolvable renameColumnOperation)
Sets the value of
CfnDataSet.TransformOperationProperty.getRenameColumnOperation() |
CfnDataSet.JoinInstructionProperty.Builder |
CfnDataSet.JoinInstructionProperty.Builder.rightJoinKeyProperties(IResolvable rightJoinKeyProperties)
Sets the value of
CfnDataSet.JoinInstructionProperty.getRightJoinKeyProperties() |
CfnDataSet.Builder |
CfnDataSet.Builder.rowLevelPermissionDataSet(IResolvable rowLevelPermissionDataSet)
The row-level security configuration for the data that you want to create.
|
CfnDataSetProps.Builder |
CfnDataSetProps.Builder.rowLevelPermissionDataSet(IResolvable rowLevelPermissionDataSet)
Sets the value of
CfnDataSetProps.getRowLevelPermissionDataSet() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.s3Parameters(IResolvable s3Parameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getS3Parameters() |
CfnDataSet.PhysicalTableProperty.Builder |
CfnDataSet.PhysicalTableProperty.Builder.s3Source(IResolvable s3Source)
Sets the value of
CfnDataSet.PhysicalTableProperty.getS3Source() |
void |
CfnDataSource.setAlternateDataSourceParameters(IResolvable value)
A set of alternate data source parameters that you want to share for the credentials stored with this data source.
|
void |
CfnDataSet.setColumnGroups(IResolvable value)
Groupings of columns that work together in certain Amazon QuickSight features.
|
void |
CfnDataSet.setColumnLevelPermissionRules(IResolvable value)
A set of one or more definitions of a `ColumnLevelPermissionRule` .
|
void |
CfnTheme.setConfiguration(IResolvable value)
The theme configuration, which contains the theme display properties.
|
void |
CfnDataSource.setCredentials(IResolvable value)
The credentials Amazon QuickSight that uses to connect to your underlying source.
|
void |
CfnDashboard.setDashboardPublishOptions(IResolvable value)
Options for publishing the dashboard when you create it:.
|
void |
CfnDataSource.setDataSourceParameters(IResolvable value)
The parameters that Amazon QuickSight uses to connect to your underlying source.
|
void |
CfnDataSource.setErrorInfo(IResolvable value)
Error information from the last update or the creation of the data source.
|
void |
CfnAnalysis.setErrors(IResolvable value)
`AWS::QuickSight::Analysis.Errors`.
|
void |
CfnDataSet.setFieldFolders(IResolvable value)
The folder that contains fields and nested subfolders for your dataset.
|
void |
CfnDataSet.setIngestionWaitPolicy(IResolvable value)
The wait policy to use when creating or updating a Dataset.
|
void |
CfnDataSet.setLogicalTableMap(IResolvable value)
Configures the combination and transformation of the data from the physical tables.
|
void |
CfnDashboard.setParameters(IResolvable value)
The parameters for the creation of the dashboard, which you want to use to override the default settings.
|
void |
CfnAnalysis.setParameters(IResolvable value)
The parameter names and override values that you want to use.
|
void |
CfnDataSource.setPermissions(IResolvable value)
A list of resource permissions on the data source.
|
void |
CfnDataSet.setPermissions(IResolvable value)
A list of resource permissions on the dataset.
|
void |
CfnDashboard.setPermissions(IResolvable value)
A structure that contains the permissions of the dashboard.
|
void |
CfnTheme.setPermissions(IResolvable value)
A valid grouping of resource permissions to apply to the new theme.
|
void |
CfnTemplate.setPermissions(IResolvable value)
A list of resource permissions to be set on the template.
|
void |
CfnAnalysis.setPermissions(IResolvable value)
A structure that describes the principals and the resource-level permissions on an analysis.
|
void |
CfnDataSet.setPhysicalTableMap(IResolvable value)
Declares the physical tables that are available in the underlying data sources.
|
void |
CfnDataSet.setRowLevelPermissionDataSet(IResolvable value)
The row-level security configuration for the data that you want to create.
|
void |
CfnDashboard.setSourceEntity(IResolvable value)
The entity that you are using as a source when you create the dashboard.
|
void |
CfnTemplate.setSourceEntity(IResolvable value)
The entity that you are using as a source when you create the template.
|
void |
CfnAnalysis.setSourceEntity(IResolvable value)
A source entity to use for the analysis that you're creating.
|
void |
CfnDataSource.setSslProperties(IResolvable value)
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
void |
CfnDataSource.setVpcConnectionProperties(IResolvable value)
Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
|
CfnTheme.ThemeConfigurationProperty.Builder |
CfnTheme.ThemeConfigurationProperty.Builder.sheet(IResolvable sheet)
Sets the value of
CfnTheme.ThemeConfigurationProperty.getSheet() |
CfnDashboard.DashboardPublishOptionsProperty.Builder |
CfnDashboard.DashboardPublishOptionsProperty.Builder.sheetControlsOption(IResolvable sheetControlsOption)
Sets the value of
CfnDashboard.DashboardPublishOptionsProperty.getSheetControlsOption() |
CfnTheme.BorderStyleProperty.Builder |
CfnTheme.BorderStyleProperty.Builder.show(IResolvable show)
Sets the value of
CfnTheme.BorderStyleProperty.getShow() |
CfnTheme.GutterStyleProperty.Builder |
CfnTheme.GutterStyleProperty.Builder.show(IResolvable show)
Sets the value of
CfnTheme.GutterStyleProperty.getShow() |
CfnTheme.MarginStyleProperty.Builder |
CfnTheme.MarginStyleProperty.Builder.show(IResolvable show)
Sets the value of
CfnTheme.MarginStyleProperty.getShow() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.snowflakeParameters(IResolvable snowflakeParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getSnowflakeParameters() |
CfnDataSet.LogicalTableProperty.Builder |
CfnDataSet.LogicalTableProperty.Builder.source(IResolvable source)
Sets the value of
CfnDataSet.LogicalTableProperty.getSource() |
CfnTemplate.TemplateSourceEntityProperty.Builder |
CfnTemplate.TemplateSourceEntityProperty.Builder.sourceAnalysis(IResolvable sourceAnalysis)
Sets the value of
CfnTemplate.TemplateSourceEntityProperty.getSourceAnalysis() |
CfnAnalysisProps.Builder |
CfnAnalysisProps.Builder.sourceEntity(IResolvable sourceEntity)
Sets the value of
CfnAnalysisProps.getSourceEntity() |
CfnDashboard.Builder |
CfnDashboard.Builder.sourceEntity(IResolvable sourceEntity)
The entity that you are using as a source when you create the dashboard.
|
CfnTemplateProps.Builder |
CfnTemplateProps.Builder.sourceEntity(IResolvable sourceEntity)
Sets the value of
CfnTemplateProps.getSourceEntity() |
CfnDashboardProps.Builder |
CfnDashboardProps.Builder.sourceEntity(IResolvable sourceEntity)
Sets the value of
CfnDashboardProps.getSourceEntity() |
CfnTemplate.Builder |
CfnTemplate.Builder.sourceEntity(IResolvable sourceEntity)
The entity that you are using as a source when you create the template.
|
CfnAnalysis.Builder |
CfnAnalysis.Builder.sourceEntity(IResolvable sourceEntity)
A source entity to use for the analysis that you're creating.
|
CfnDashboard.DashboardSourceEntityProperty.Builder |
CfnDashboard.DashboardSourceEntityProperty.Builder.sourceTemplate(IResolvable sourceTemplate)
Sets the value of
CfnDashboard.DashboardSourceEntityProperty.getSourceTemplate() |
CfnTemplate.TemplateSourceEntityProperty.Builder |
CfnTemplate.TemplateSourceEntityProperty.Builder.sourceTemplate(IResolvable sourceTemplate)
Sets the value of
CfnTemplate.TemplateSourceEntityProperty.getSourceTemplate() |
CfnAnalysis.AnalysisSourceEntityProperty.Builder |
CfnAnalysis.AnalysisSourceEntityProperty.Builder.sourceTemplate(IResolvable sourceTemplate)
Sets the value of
CfnAnalysis.AnalysisSourceEntityProperty.getSourceTemplate() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.sparkParameters(IResolvable sparkParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getSparkParameters() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.sqlServerParameters(IResolvable sqlServerParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getSqlServerParameters() |
CfnDataSource.Builder |
CfnDataSource.Builder.sslProperties(IResolvable sslProperties)
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.sslProperties(IResolvable sslProperties)
Sets the value of
CfnDataSourceProps.getSslProperties() |
CfnDashboard.ParametersProperty.Builder |
CfnDashboard.ParametersProperty.Builder.stringParameters(IResolvable stringParameters)
Sets the value of
CfnDashboard.ParametersProperty.getStringParameters() |
CfnAnalysis.ParametersProperty.Builder |
CfnAnalysis.ParametersProperty.Builder.stringParameters(IResolvable stringParameters)
Sets the value of
CfnAnalysis.ParametersProperty.getStringParameters() |
CfnDataSet.TransformOperationProperty.Builder |
CfnDataSet.TransformOperationProperty.Builder.tagColumnOperation(IResolvable tagColumnOperation)
Sets the value of
CfnDataSet.TransformOperationProperty.getTagColumnOperation() |
CfnDataSource.DataSourceParametersProperty.Builder |
CfnDataSource.DataSourceParametersProperty.Builder.teradataParameters(IResolvable teradataParameters)
Sets the value of
CfnDataSource.DataSourceParametersProperty.getTeradataParameters() |
CfnTheme.SheetStyleProperty.Builder |
CfnTheme.SheetStyleProperty.Builder.tile(IResolvable tile)
Sets the value of
CfnTheme.SheetStyleProperty.getTile() |
CfnTheme.SheetStyleProperty.Builder |
CfnTheme.SheetStyleProperty.Builder.tileLayout(IResolvable tileLayout)
Sets the value of
CfnTheme.SheetStyleProperty.getTileLayout() |
CfnTheme.ThemeConfigurationProperty.Builder |
CfnTheme.ThemeConfigurationProperty.Builder.typography(IResolvable typography)
Sets the value of
CfnTheme.ThemeConfigurationProperty.getTypography() |
CfnTheme.ThemeConfigurationProperty.Builder |
CfnTheme.ThemeConfigurationProperty.Builder.uiColorPalette(IResolvable uiColorPalette)
Sets the value of
CfnTheme.ThemeConfigurationProperty.getUiColorPalette() |
CfnDataSet.JoinKeyPropertiesProperty.Builder |
CfnDataSet.JoinKeyPropertiesProperty.Builder.uniqueKey(IResolvable uniqueKey)
Sets the value of
CfnDataSet.JoinKeyPropertiesProperty.getUniqueKey() |
CfnDataSet.S3SourceProperty.Builder |
CfnDataSet.S3SourceProperty.Builder.uploadSettings(IResolvable uploadSettings)
Sets the value of
CfnDataSet.S3SourceProperty.getUploadSettings() |
CfnDashboard.DecimalParameterProperty.Builder |
CfnDashboard.DecimalParameterProperty.Builder.values(IResolvable values)
Sets the value of
CfnDashboard.DecimalParameterProperty.getValues() |
CfnDashboard.IntegerParameterProperty.Builder |
CfnDashboard.IntegerParameterProperty.Builder.values(IResolvable values)
Sets the value of
CfnDashboard.IntegerParameterProperty.getValues() |
CfnAnalysis.DecimalParameterProperty.Builder |
CfnAnalysis.DecimalParameterProperty.Builder.values(IResolvable values)
Sets the value of
CfnAnalysis.DecimalParameterProperty.getValues() |
CfnAnalysis.IntegerParameterProperty.Builder |
CfnAnalysis.IntegerParameterProperty.Builder.values(IResolvable values)
Sets the value of
CfnAnalysis.IntegerParameterProperty.getValues() |
CfnDataSource.Builder |
CfnDataSource.Builder.vpcConnectionProperties(IResolvable vpcConnectionProperties)
Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.vpcConnectionProperties(IResolvable vpcConnectionProperties)
Sets the value of
CfnDataSourceProps.getVpcConnectionProperties() |
CfnDataSet.IngestionWaitPolicyProperty.Builder |
CfnDataSet.IngestionWaitPolicyProperty.Builder.waitForSpiceIngestion(IResolvable waitForSpiceIngestion)
Sets the value of
CfnDataSet.IngestionWaitPolicyProperty.getWaitForSpiceIngestion() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceShare.Builder |
CfnResourceShare.Builder.allowExternalPrincipals(IResolvable allowExternalPrincipals)
Specifies whether principals outside your organization in AWS Organizations can be associated with a resource share.
|
CfnResourceShareProps.Builder |
CfnResourceShareProps.Builder.allowExternalPrincipals(IResolvable allowExternalPrincipals)
Sets the value of
CfnResourceShareProps.getAllowExternalPrincipals() |
void |
CfnResourceShare.setAllowExternalPrincipals(IResolvable value)
Specifies whether principals outside your organization in AWS Organizations can be associated with a resource share.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnDBProxyEndpoint.getAttrIsDefault()
A value that indicates whether this endpoint is the default endpoint for the associated DB proxy.
|
| Modifier and Type | Method and Description |
|---|---|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.allowMajorVersionUpgrade(IResolvable allowMajorVersionUpgrade)
Sets the value of
CfnDBInstanceProps.getAllowMajorVersionUpgrade() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.allowMajorVersionUpgrade(IResolvable allowMajorVersionUpgrade)
A value that indicates whether major version upgrades are allowed.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.associatedRoles(IResolvable associatedRoles)
Sets the value of
CfnDBClusterProps.getAssociatedRoles() |
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.associatedRoles(IResolvable associatedRoles)
Sets the value of
CfnDBInstanceProps.getAssociatedRoles() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.associatedRoles(IResolvable associatedRoles)
The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.associatedRoles(IResolvable associatedRoles)
Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
CfnDBProxyProps.Builder |
CfnDBProxyProps.Builder.auth(IResolvable auth)
Sets the value of
CfnDBProxyProps.getAuth() |
CfnDBProxy.Builder |
CfnDBProxy.Builder.auth(IResolvable auth)
The authorization mechanism that the proxy uses.
|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Sets the value of
CfnDBInstanceProps.getAutoMinorVersionUpgrade() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window.
|
CfnDBCluster.ScalingConfigurationProperty.Builder |
CfnDBCluster.ScalingConfigurationProperty.Builder.autoPause(IResolvable autoPause)
Sets the value of
CfnDBCluster.ScalingConfigurationProperty.getAutoPause() |
CfnDBProxyTargetGroupProps.Builder |
CfnDBProxyTargetGroupProps.Builder.connectionPoolConfigurationInfo(IResolvable connectionPoolConfigurationInfo)
Sets the value of
CfnDBProxyTargetGroupProps.getConnectionPoolConfigurationInfo() |
CfnDBProxyTargetGroup.Builder |
CfnDBProxyTargetGroup.Builder.connectionPoolConfigurationInfo(IResolvable connectionPoolConfigurationInfo)
Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.copyTagsToSnapshot(IResolvable copyTagsToSnapshot)
Sets the value of
CfnDBClusterProps.getCopyTagsToSnapshot() |
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.copyTagsToSnapshot(IResolvable copyTagsToSnapshot)
Sets the value of
CfnDBInstanceProps.getCopyTagsToSnapshot() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.copyTagsToSnapshot(IResolvable copyTagsToSnapshot)
A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.copyTagsToSnapshot(IResolvable copyTagsToSnapshot)
A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster.
|
CfnDBSecurityGroup.Builder |
CfnDBSecurityGroup.Builder.dbSecurityGroupIngress(IResolvable dbSecurityGroupIngress)
Ingress rules to be applied to the DB security group.
|
CfnDBSecurityGroupProps.Builder |
CfnDBSecurityGroupProps.Builder.dbSecurityGroupIngress(IResolvable dbSecurityGroupIngress)
Sets the value of
CfnDBSecurityGroupProps.getDbSecurityGroupIngress() |
CfnDBProxyProps.Builder |
CfnDBProxyProps.Builder.debugLogging(IResolvable debugLogging)
Sets the value of
CfnDBProxyProps.getDebugLogging() |
CfnDBProxy.Builder |
CfnDBProxy.Builder.debugLogging(IResolvable debugLogging)
Whether the proxy includes detailed information about SQL statements in its logs.
|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.deleteAutomatedBackups(IResolvable deleteAutomatedBackups)
Sets the value of
CfnDBInstanceProps.getDeleteAutomatedBackups() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.deleteAutomatedBackups(IResolvable deleteAutomatedBackups)
A value that indicates whether to remove automated backups immediately after the DB instance is deleted.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.deletionProtection(IResolvable deletionProtection)
Sets the value of
CfnDBClusterProps.getDeletionProtection() |
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.deletionProtection(IResolvable deletionProtection)
Sets the value of
CfnDBInstanceProps.getDeletionProtection() |
CfnGlobalClusterProps.Builder |
CfnGlobalClusterProps.Builder.deletionProtection(IResolvable deletionProtection)
Sets the value of
CfnGlobalClusterProps.getDeletionProtection() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.deletionProtection(IResolvable deletionProtection)
A value that indicates whether the DB instance has deletion protection enabled.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.deletionProtection(IResolvable deletionProtection)
The deletion protection setting for the new global database.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.deletionProtection(IResolvable deletionProtection)
A value that indicates whether the DB cluster has deletion protection enabled.
|
CfnEventSubscriptionProps.Builder |
CfnEventSubscriptionProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnEventSubscriptionProps.getEnabled() |
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.enabled(IResolvable enabled)
A value that indicates whether to activate the subscription.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.enableHttpEndpoint(IResolvable enableHttpEndpoint)
Sets the value of
CfnDBClusterProps.getEnableHttpEndpoint() |
CfnDBCluster.Builder |
CfnDBCluster.Builder.enableHttpEndpoint(IResolvable enableHttpEndpoint)
A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless DB cluster.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.enableIamDatabaseAuthentication(IResolvable enableIamDatabaseAuthentication)
Sets the value of
CfnDBClusterProps.getEnableIamDatabaseAuthentication() |
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.enableIamDatabaseAuthentication(IResolvable enableIamDatabaseAuthentication)
Sets the value of
CfnDBInstanceProps.getEnableIamDatabaseAuthentication() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.enableIamDatabaseAuthentication(IResolvable enableIamDatabaseAuthentication)
A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.enableIamDatabaseAuthentication(IResolvable enableIamDatabaseAuthentication)
A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.
|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.enablePerformanceInsights(IResolvable enablePerformanceInsights)
Sets the value of
CfnDBInstanceProps.getEnablePerformanceInsights() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.enablePerformanceInsights(IResolvable enablePerformanceInsights)
A value that indicates whether to enable Performance Insights for the DB instance.
|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.multiAz(IResolvable multiAz)
Sets the value of
CfnDBInstanceProps.getMultiAz() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.multiAz(IResolvable multiAz)
Specifies whether the database instance is a Multi-AZ DB instance deployment.
|
CfnOptionGroup.Builder |
CfnOptionGroup.Builder.optionConfigurations(IResolvable optionConfigurations)
A list of options and the settings for each option.
|
CfnOptionGroupProps.Builder |
CfnOptionGroupProps.Builder.optionConfigurations(IResolvable optionConfigurations)
Sets the value of
CfnOptionGroupProps.getOptionConfigurations() |
CfnOptionGroup.OptionConfigurationProperty.Builder |
CfnOptionGroup.OptionConfigurationProperty.Builder.optionSettings(IResolvable optionSettings)
Sets the value of
CfnOptionGroup.OptionConfigurationProperty.getOptionSettings() |
CfnDBParameterGroupProps.Builder |
CfnDBParameterGroupProps.Builder.parameters(IResolvable parameters)
Sets the value of
CfnDBParameterGroupProps.getParameters() |
CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.parameters(IResolvable parameters)
An array of parameter names and values for the parameter update.
|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.processorFeatures(IResolvable processorFeatures)
Sets the value of
CfnDBInstanceProps.getProcessorFeatures() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.processorFeatures(IResolvable processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.publiclyAccessible(IResolvable publiclyAccessible)
Sets the value of
CfnDBInstanceProps.getPubliclyAccessible() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.publiclyAccessible(IResolvable publiclyAccessible)
Indicates whether the DB instance is an internet-facing instance.
|
CfnDBProxyProps.Builder |
CfnDBProxyProps.Builder.requireTls(IResolvable requireTls)
Sets the value of
CfnDBProxyProps.getRequireTls() |
CfnDBProxy.Builder |
CfnDBProxy.Builder.requireTls(IResolvable requireTls)
A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.scalingConfiguration(IResolvable scalingConfiguration)
Sets the value of
CfnDBClusterProps.getScalingConfiguration() |
CfnDBCluster.Builder |
CfnDBCluster.Builder.scalingConfiguration(IResolvable scalingConfiguration)
The `ScalingConfiguration` property type specifies the scaling configuration of an Aurora Serverless DB cluster.
|
void |
CfnDBInstance.setAllowMajorVersionUpgrade(IResolvable value)
A value that indicates whether major version upgrades are allowed.
|
void |
CfnDBInstance.setAssociatedRoles(IResolvable value)
The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
void |
CfnDBCluster.setAssociatedRoles(IResolvable value)
Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
void |
CfnDBProxy.setAuth(IResolvable value)
The authorization mechanism that the proxy uses.
|
void |
CfnDBInstance.setAutoMinorVersionUpgrade(IResolvable value)
A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window.
|
void |
CfnDBProxyTargetGroup.setConnectionPoolConfigurationInfo(IResolvable value)
Settings that control the size and behavior of the connection pool associated with a `DBProxyTargetGroup` .
|
void |
CfnDBInstance.setCopyTagsToSnapshot(IResolvable value)
A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance.
|
void |
CfnDBCluster.setCopyTagsToSnapshot(IResolvable value)
A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster.
|
void |
CfnDBSecurityGroup.setDbSecurityGroupIngress(IResolvable value)
Ingress rules to be applied to the DB security group.
|
void |
CfnDBProxy.setDebugLogging(IResolvable value)
Whether the proxy includes detailed information about SQL statements in its logs.
|
void |
CfnDBInstance.setDeleteAutomatedBackups(IResolvable value)
A value that indicates whether to remove automated backups immediately after the DB instance is deleted.
|
void |
CfnDBInstance.setDeletionProtection(IResolvable value)
A value that indicates whether the DB instance has deletion protection enabled.
|
void |
CfnGlobalCluster.setDeletionProtection(IResolvable value)
The deletion protection setting for the new global database.
|
void |
CfnDBCluster.setDeletionProtection(IResolvable value)
A value that indicates whether the DB cluster has deletion protection enabled.
|
void |
CfnEventSubscription.setEnabled(IResolvable value)
A value that indicates whether to activate the subscription.
|
void |
CfnDBCluster.setEnableHttpEndpoint(IResolvable value)
A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless DB cluster.
|
void |
CfnDBInstance.setEnableIamDatabaseAuthentication(IResolvable value)
A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.
|
void |
CfnDBCluster.setEnableIamDatabaseAuthentication(IResolvable value)
A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.
|
void |
CfnDBInstance.setEnablePerformanceInsights(IResolvable value)
A value that indicates whether to enable Performance Insights for the DB instance.
|
void |
CfnDBInstance.setMultiAz(IResolvable value)
Specifies whether the database instance is a Multi-AZ DB instance deployment.
|
void |
CfnOptionGroup.setOptionConfigurations(IResolvable value)
A list of options and the settings for each option.
|
void |
CfnDBParameterGroup.setParameters(IResolvable value)
An array of parameter names and values for the parameter update.
|
void |
CfnDBInstance.setProcessorFeatures(IResolvable value)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
void |
CfnDBInstance.setPubliclyAccessible(IResolvable value)
Indicates whether the DB instance is an internet-facing instance.
|
void |
CfnDBProxy.setRequireTls(IResolvable value)
A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
|
void |
CfnDBCluster.setScalingConfiguration(IResolvable value)
The `ScalingConfiguration` property type specifies the scaling configuration of an Aurora Serverless DB cluster.
|
void |
CfnDBInstance.setStorageEncrypted(IResolvable value)
A value that indicates whether the DB instance is encrypted.
|
void |
CfnGlobalCluster.setStorageEncrypted(IResolvable value)
The storage encryption setting for the global database cluster.
|
void |
CfnDBCluster.setStorageEncrypted(IResolvable value)
Indicates whether the DB cluster is encrypted.
|
void |
CfnDBInstance.setUseDefaultProcessorFeatures(IResolvable value)
A value that indicates whether the DB instance class of the DB instance uses its default processor features.
|
void |
CfnDBCluster.setUseLatestRestorableTime(IResolvable value)
A value that indicates whether to restore the DB cluster to the latest restorable backup time.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.storageEncrypted(IResolvable storageEncrypted)
Sets the value of
CfnDBClusterProps.getStorageEncrypted() |
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.storageEncrypted(IResolvable storageEncrypted)
Sets the value of
CfnDBInstanceProps.getStorageEncrypted() |
CfnGlobalClusterProps.Builder |
CfnGlobalClusterProps.Builder.storageEncrypted(IResolvable storageEncrypted)
Sets the value of
CfnGlobalClusterProps.getStorageEncrypted() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.storageEncrypted(IResolvable storageEncrypted)
A value that indicates whether the DB instance is encrypted.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.storageEncrypted(IResolvable storageEncrypted)
The storage encryption setting for the global database cluster.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.storageEncrypted(IResolvable storageEncrypted)
Indicates whether the DB cluster is encrypted.
|
CfnDBInstanceProps.Builder |
CfnDBInstanceProps.Builder.useDefaultProcessorFeatures(IResolvable useDefaultProcessorFeatures)
Sets the value of
CfnDBInstanceProps.getUseDefaultProcessorFeatures() |
CfnDBInstance.Builder |
CfnDBInstance.Builder.useDefaultProcessorFeatures(IResolvable useDefaultProcessorFeatures)
A value that indicates whether the DB instance class of the DB instance uses its default processor features.
|
CfnDBClusterProps.Builder |
CfnDBClusterProps.Builder.useLatestRestorableTime(IResolvable useLatestRestorableTime)
Sets the value of
CfnDBClusterProps.getUseLatestRestorableTime() |
CfnDBCluster.Builder |
CfnDBCluster.Builder.useLatestRestorableTime(IResolvable useLatestRestorableTime)
A value that indicates whether to restore the DB cluster to the latest restorable backup time.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnEndpointAuthorization.getAttrAllowedAllVpCs()
Indicates whether all VPCs in the grantee account are allowed access to the cluster.
|
IResolvable |
CfnEndpointAccess.getAttrVpcSecurityGroups() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.Builder |
CfnCluster.Builder.allowVersionUpgrade(IResolvable allowVersionUpgrade)
If `true` , major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.allowVersionUpgrade(IResolvable allowVersionUpgrade)
Sets the value of
CfnClusterProps.getAllowVersionUpgrade() |
CfnCluster.Builder |
CfnCluster.Builder.availabilityZoneRelocation(IResolvable availabilityZoneRelocation)
The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is created.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.availabilityZoneRelocation(IResolvable availabilityZoneRelocation)
Sets the value of
CfnClusterProps.getAvailabilityZoneRelocation() |
CfnCluster.Builder |
CfnCluster.Builder.classic(IResolvable classic)
A boolean value indicating whether the resize operation is using the classic resize process.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.classic(IResolvable classic)
Sets the value of
CfnClusterProps.getClassic() |
CfnScheduledAction.ResizeClusterMessageProperty.Builder |
CfnScheduledAction.ResizeClusterMessageProperty.Builder.classic(IResolvable classic)
Sets the value of
CfnScheduledAction.ResizeClusterMessageProperty.getClassic() |
CfnCluster.Builder |
CfnCluster.Builder.deferMaintenance(IResolvable deferMaintenance)
`AWS::Redshift::Cluster.DeferMaintenance`.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.deferMaintenance(IResolvable deferMaintenance)
Sets the value of
CfnClusterProps.getDeferMaintenance() |
CfnScheduledActionProps.Builder |
CfnScheduledActionProps.Builder.enable(IResolvable enable)
Sets the value of
CfnScheduledActionProps.getEnable() |
CfnScheduledAction.Builder |
CfnScheduledAction.Builder.enable(IResolvable enable)
If true, the schedule is enabled.
|
CfnEventSubscriptionProps.Builder |
CfnEventSubscriptionProps.Builder.enabled(IResolvable enabled)
Sets the value of
CfnEventSubscriptionProps.getEnabled() |
CfnEventSubscription.Builder |
CfnEventSubscription.Builder.enabled(IResolvable enabled)
A boolean value;
|
CfnCluster.Builder |
CfnCluster.Builder.encrypted(IResolvable encrypted)
If `true` , the data in the cluster is encrypted at rest.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.encrypted(IResolvable encrypted)
Sets the value of
CfnClusterProps.getEncrypted() |
CfnCluster.Builder |
CfnCluster.Builder.enhancedVpcRouting(IResolvable enhancedVpcRouting)
An option that specifies whether to create the cluster with enhanced VPC routing enabled.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.enhancedVpcRouting(IResolvable enhancedVpcRouting)
Sets the value of
CfnClusterProps.getEnhancedVpcRouting() |
CfnEndpointAuthorization.Builder |
CfnEndpointAuthorization.Builder.force(IResolvable force)
Indicates whether to force the revoke action.
|
CfnEndpointAuthorizationProps.Builder |
CfnEndpointAuthorizationProps.Builder.force(IResolvable force)
Sets the value of
CfnEndpointAuthorizationProps.getForce() |
CfnCluster.Builder |
CfnCluster.Builder.loggingProperties(IResolvable loggingProperties)
Specifies logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.loggingProperties(IResolvable loggingProperties)
Sets the value of
CfnClusterProps.getLoggingProperties() |
CfnClusterParameterGroupProps.Builder |
CfnClusterParameterGroupProps.Builder.parameters(IResolvable parameters)
Sets the value of
CfnClusterParameterGroupProps.getParameters() |
CfnClusterParameterGroup.Builder |
CfnClusterParameterGroup.Builder.parameters(IResolvable parameters)
An array of parameters to be modified.
|
CfnScheduledAction.ScheduledActionTypeProperty.Builder |
CfnScheduledAction.ScheduledActionTypeProperty.Builder.pauseCluster(IResolvable pauseCluster)
Sets the value of
CfnScheduledAction.ScheduledActionTypeProperty.getPauseCluster() |
CfnCluster.Builder |
CfnCluster.Builder.publiclyAccessible(IResolvable publiclyAccessible)
If `true` , the cluster can be accessed from a public network.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.publiclyAccessible(IResolvable publiclyAccessible)
Sets the value of
CfnClusterProps.getPubliclyAccessible() |
CfnScheduledAction.ScheduledActionTypeProperty.Builder |
CfnScheduledAction.ScheduledActionTypeProperty.Builder.resizeCluster(IResolvable resizeCluster)
Sets the value of
CfnScheduledAction.ScheduledActionTypeProperty.getResizeCluster() |
CfnScheduledAction.ScheduledActionTypeProperty.Builder |
CfnScheduledAction.ScheduledActionTypeProperty.Builder.resumeCluster(IResolvable resumeCluster)
Sets the value of
CfnScheduledAction.ScheduledActionTypeProperty.getResumeCluster() |
CfnCluster.Builder |
CfnCluster.Builder.rotateEncryptionKey(IResolvable rotateEncryptionKey)
`AWS::Redshift::Cluster.RotateEncryptionKey`.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.rotateEncryptionKey(IResolvable rotateEncryptionKey)
Sets the value of
CfnClusterProps.getRotateEncryptionKey() |
void |
CfnCluster.setAllowVersionUpgrade(IResolvable value)
If `true` , major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.
|
void |
CfnCluster.setAvailabilityZoneRelocation(IResolvable value)
The option to enable relocation for an Amazon Redshift cluster between Availability Zones after the cluster is created.
|
void |
CfnCluster.setClassic(IResolvable value)
A boolean value indicating whether the resize operation is using the classic resize process.
|
void |
CfnCluster.setDeferMaintenance(IResolvable value)
`AWS::Redshift::Cluster.DeferMaintenance`.
|
void |
CfnScheduledAction.setEnable(IResolvable value)
If true, the schedule is enabled.
|
void |
CfnEventSubscription.setEnabled(IResolvable value)
A boolean value;
|
void |
CfnCluster.setEncrypted(IResolvable value)
If `true` , the data in the cluster is encrypted at rest.
|
void |
CfnCluster.setEnhancedVpcRouting(IResolvable value)
An option that specifies whether to create the cluster with enhanced VPC routing enabled.
|
void |
CfnEndpointAuthorization.setForce(IResolvable value)
Indicates whether to force the revoke action.
|
void |
CfnCluster.setLoggingProperties(IResolvable value)
Specifies logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
|
void |
CfnClusterParameterGroup.setParameters(IResolvable value)
An array of parameters to be modified.
|
void |
CfnCluster.setPubliclyAccessible(IResolvable value)
If `true` , the cluster can be accessed from a public network.
|
void |
CfnCluster.setRotateEncryptionKey(IResolvable value)
`AWS::Redshift::Cluster.RotateEncryptionKey`.
|
void |
CfnCluster.setSnapshotCopyManual(IResolvable value)
Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
|
void |
CfnScheduledAction.setTargetAction(IResolvable value)
A JSON format string of the Amazon Redshift API operation with input parameters.
|
CfnCluster.Builder |
CfnCluster.Builder.snapshotCopyManual(IResolvable snapshotCopyManual)
Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated snapshots.
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.snapshotCopyManual(IResolvable snapshotCopyManual)
Sets the value of
CfnClusterProps.getSnapshotCopyManual() |
CfnScheduledActionProps.Builder |
CfnScheduledActionProps.Builder.targetAction(IResolvable targetAction)
Sets the value of
CfnScheduledActionProps.getTargetAction() |
CfnScheduledAction.Builder |
CfnScheduledAction.Builder.targetAction(IResolvable targetAction)
A JSON format string of the Amazon Redshift API operation with input parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationProps.Builder |
CfnApplicationProps.Builder.apiGatewayProxy(IResolvable apiGatewayProxy)
Sets the value of
CfnApplicationProps.getApiGatewayProxy() |
CfnApplication.Builder |
CfnApplication.Builder.apiGatewayProxy(IResolvable apiGatewayProxy)
The endpoint URL of the Amazon API Gateway proxy.
|
CfnRoute.UriPathRouteInputProperty.Builder |
CfnRoute.UriPathRouteInputProperty.Builder.includeChildPaths(IResolvable includeChildPaths)
Sets the value of
CfnRoute.UriPathRouteInputProperty.getIncludeChildPaths() |
CfnService.Builder |
CfnService.Builder.lambdaEndpoint(IResolvable lambdaEndpoint)
A summary of the configuration for the AWS Lambda endpoint type.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.lambdaEndpoint(IResolvable lambdaEndpoint)
Sets the value of
CfnServiceProps.getLambdaEndpoint() |
void |
CfnApplication.setApiGatewayProxy(IResolvable value)
The endpoint URL of the Amazon API Gateway proxy.
|
void |
CfnService.setLambdaEndpoint(IResolvable value)
A summary of the configuration for the AWS Lambda endpoint type.
|
void |
CfnRoute.setUriPathRoute(IResolvable value)
The configuration for the URI path route type.
|
void |
CfnService.setUrlEndpoint(IResolvable value)
The summary of the configuration for the URL endpoint type.
|
CfnRouteProps.Builder |
CfnRouteProps.Builder.uriPathRoute(IResolvable uriPathRoute)
Sets the value of
CfnRouteProps.getUriPathRoute() |
CfnRoute.Builder |
CfnRoute.Builder.uriPathRoute(IResolvable uriPathRoute)
The configuration for the URI path route type.
|
CfnService.Builder |
CfnService.Builder.urlEndpoint(IResolvable urlEndpoint)
The summary of the configuration for the URL endpoint type.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.urlEndpoint(IResolvable urlEndpoint)
Sets the value of
CfnServiceProps.getUrlEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
CfnApp.ResourceMappingProperty.Builder |
CfnApp.ResourceMappingProperty.Builder.physicalResourceId(IResolvable physicalResourceId)
Sets the value of
CfnApp.ResourceMappingProperty.getPhysicalResourceId() |
CfnResiliencyPolicy.Builder |
CfnResiliencyPolicy.Builder.policy(IResolvable policy)
The resiliency policy.
|
CfnResiliencyPolicyProps.Builder |
CfnResiliencyPolicyProps.Builder.policy(IResolvable policy)
Sets the value of
CfnResiliencyPolicyProps.getPolicy() |
CfnApp.Builder |
CfnApp.Builder.resourceMappings(IResolvable resourceMappings)
An array of ResourceMapping objects.
|
CfnAppProps.Builder |
CfnAppProps.Builder.resourceMappings(IResolvable resourceMappings)
Sets the value of
CfnAppProps.getResourceMappings() |
void |
CfnResiliencyPolicy.setPolicy(IResolvable value)
The resiliency policy.
|
void |
CfnApp.setResourceMappings(IResolvable value)
An array of ResourceMapping objects.
|
| Modifier and Type | Method and Description |
|---|---|
CfnGroup.Builder |
CfnGroup.Builder.configuration(IResolvable configuration)
The service configuration currently associated with the resource group and in effect for the members of the resource group.
|
CfnGroupProps.Builder |
CfnGroupProps.Builder.configuration(IResolvable configuration)
Sets the value of
CfnGroupProps.getConfiguration() |
CfnGroup.ConfigurationItemProperty.Builder |
CfnGroup.ConfigurationItemProperty.Builder.parameters(IResolvable parameters)
Sets the value of
CfnGroup.ConfigurationItemProperty.getParameters() |
CfnGroup.ResourceQueryProperty.Builder |
CfnGroup.ResourceQueryProperty.Builder.query(IResolvable query)
Sets the value of
CfnGroup.ResourceQueryProperty.getQuery() |
CfnGroup.Builder |
CfnGroup.Builder.resourceQuery(IResolvable resourceQuery)
The resource query structure that is used to dynamically determine which AWS resources are members of the associated resource group.
|
CfnGroupProps.Builder |
CfnGroupProps.Builder.resourceQuery(IResolvable resourceQuery)
Sets the value of
CfnGroupProps.getResourceQuery() |
void |
CfnGroup.setConfiguration(IResolvable value)
The service configuration currently associated with the resource group and in effect for the members of the resource group.
|
void |
CfnGroup.setResourceQuery(IResolvable value)
The resource query structure that is used to dynamically determine which AWS resources are members of the associated resource group.
|
CfnGroup.QueryProperty.Builder |
CfnGroup.QueryProperty.Builder.tagFilters(IResolvable tagFilters)
Sets the value of
CfnGroup.QueryProperty.getTagFilters() |
| Modifier and Type | Method and Description |
|---|---|
CfnSimulationApplication.Builder |
CfnSimulationApplication.Builder.renderingEngine(IResolvable renderingEngine)
The rendering engine for the simulation application.
|
CfnSimulationApplicationProps.Builder |
CfnSimulationApplicationProps.Builder.renderingEngine(IResolvable renderingEngine)
Sets the value of
CfnSimulationApplicationProps.getRenderingEngine() |
CfnRobotApplication.Builder |
CfnRobotApplication.Builder.robotSoftwareSuite(IResolvable robotSoftwareSuite)
The robot software suite used by the robot application.
|
CfnSimulationApplication.Builder |
CfnSimulationApplication.Builder.robotSoftwareSuite(IResolvable robotSoftwareSuite)
The robot software suite used by the simulation application.
|
CfnSimulationApplicationProps.Builder |
CfnSimulationApplicationProps.Builder.robotSoftwareSuite(IResolvable robotSoftwareSuite)
Sets the value of
CfnSimulationApplicationProps.getRobotSoftwareSuite() |
CfnRobotApplicationProps.Builder |
CfnRobotApplicationProps.Builder.robotSoftwareSuite(IResolvable robotSoftwareSuite)
Sets the value of
CfnRobotApplicationProps.getRobotSoftwareSuite() |
void |
CfnSimulationApplication.setRenderingEngine(IResolvable value)
The rendering engine for the simulation application.
|
void |
CfnRobotApplication.setRobotSoftwareSuite(IResolvable value)
The robot software suite used by the robot application.
|
void |
CfnSimulationApplication.setRobotSoftwareSuite(IResolvable value)
The robot software suite used by the simulation application.
|
void |
CfnSimulationApplication.setSimulationSoftwareSuite(IResolvable value)
The simulation software suite used by the simulation application.
|
void |
CfnRobotApplication.setSources(IResolvable value)
The sources of the robot application.
|
void |
CfnSimulationApplication.setSources(IResolvable value)
The sources of the simulation application.
|
CfnSimulationApplication.Builder |
CfnSimulationApplication.Builder.simulationSoftwareSuite(IResolvable simulationSoftwareSuite)
The simulation software suite used by the simulation application.
|
CfnSimulationApplicationProps.Builder |
CfnSimulationApplicationProps.Builder.simulationSoftwareSuite(IResolvable simulationSoftwareSuite)
Sets the value of
CfnSimulationApplicationProps.getSimulationSoftwareSuite() |
CfnRobotApplication.Builder |
CfnRobotApplication.Builder.sources(IResolvable sources)
The sources of the robot application.
|
CfnSimulationApplication.Builder |
CfnSimulationApplication.Builder.sources(IResolvable sources)
The sources of the simulation application.
|
CfnSimulationApplicationProps.Builder |
CfnSimulationApplicationProps.Builder.sources(IResolvable sources)
Sets the value of
CfnSimulationApplicationProps.getSources() |
CfnRobotApplicationProps.Builder |
CfnRobotApplicationProps.Builder.sources(IResolvable sources)
Sets the value of
CfnRobotApplicationProps.getSources() |
| Modifier and Type | Method and Description |
|---|---|
CfnHealthCheck.HealthCheckConfigProperty.Builder |
CfnHealthCheck.HealthCheckConfigProperty.Builder.alarmIdentifier(IResolvable alarmIdentifier)
Sets the value of
CfnHealthCheck.HealthCheckConfigProperty.getAlarmIdentifier() |
CfnRecordSetProps.Builder |
CfnRecordSetProps.Builder.aliasTarget(IResolvable aliasTarget)
Sets the value of
CfnRecordSetProps.getAliasTarget() |
CfnRecordSetGroup.RecordSetProperty.Builder |
CfnRecordSetGroup.RecordSetProperty.Builder.aliasTarget(IResolvable aliasTarget)
Sets the value of
CfnRecordSetGroup.RecordSetProperty.getAliasTarget() |
CfnRecordSet.Builder |
CfnRecordSet.Builder.aliasTarget(IResolvable aliasTarget)
*Alias resource record sets only:* Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.
|
CfnHealthCheck.HealthCheckConfigProperty.Builder |
CfnHealthCheck.HealthCheckConfigProperty.Builder.enableSni(IResolvable enableSni)
Sets the value of
CfnHealthCheck.HealthCheckConfigProperty.getEnableSni() |
CfnRecordSetGroup.AliasTargetProperty.Builder |
CfnRecordSetGroup.AliasTargetProperty.Builder.evaluateTargetHealth(IResolvable evaluateTargetHealth)
Sets the value of
CfnRecordSetGroup.AliasTargetProperty.getEvaluateTargetHealth() |
CfnRecordSet.AliasTargetProperty.Builder |
CfnRecordSet.AliasTargetProperty.Builder.evaluateTargetHealth(IResolvable evaluateTargetHealth)
Sets the value of
CfnRecordSet.AliasTargetProperty.getEvaluateTargetHealth() |
CfnRecordSetProps.Builder |
CfnRecordSetProps.Builder.geoLocation(IResolvable geoLocation)
Sets the value of
CfnRecordSetProps.getGeoLocation() |
CfnRecordSetGroup.RecordSetProperty.Builder |
CfnRecordSetGroup.RecordSetProperty.Builder.geoLocation(IResolvable geoLocation)
Sets the value of
CfnRecordSetGroup.RecordSetProperty.getGeoLocation() |
CfnRecordSet.Builder |
CfnRecordSet.Builder.geoLocation(IResolvable geoLocation)
*Geolocation resource record sets only:* A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query.
|
CfnHealthCheckProps.Builder |
CfnHealthCheckProps.Builder.healthCheckConfig(IResolvable healthCheckConfig)
Sets the value of
CfnHealthCheckProps.getHealthCheckConfig() |
CfnHealthCheck.Builder |
CfnHealthCheck.Builder.healthCheckConfig(IResolvable healthCheckConfig)
A complex type that contains detailed information about one health check.
|
CfnHealthCheckProps.Builder |
CfnHealthCheckProps.Builder.healthCheckTags(IResolvable healthCheckTags)
Sets the value of
CfnHealthCheckProps.getHealthCheckTags() |
CfnHealthCheck.Builder |
CfnHealthCheck.Builder.healthCheckTags(IResolvable healthCheckTags)
The `HealthCheckTags` property describes key-value pairs that are associated with an `AWS::Route53::HealthCheck` resource.
|
CfnHostedZoneProps.Builder |
CfnHostedZoneProps.Builder.hostedZoneConfig(IResolvable hostedZoneConfig)
Sets the value of
CfnHostedZoneProps.getHostedZoneConfig() |
CfnHostedZone.Builder |
CfnHostedZone.Builder.hostedZoneConfig(IResolvable hostedZoneConfig)
A complex type that contains an optional comment.
|
CfnHealthCheck.HealthCheckConfigProperty.Builder |
CfnHealthCheck.HealthCheckConfigProperty.Builder.inverted(IResolvable inverted)
Sets the value of
CfnHealthCheck.HealthCheckConfigProperty.getInverted() |
CfnHealthCheck.HealthCheckConfigProperty.Builder |
CfnHealthCheck.HealthCheckConfigProperty.Builder.measureLatency(IResolvable measureLatency)
Sets the value of
CfnHealthCheck.HealthCheckConfigProperty.getMeasureLatency() |
CfnRecordSetProps.Builder |
CfnRecordSetProps.Builder.multiValueAnswer(IResolvable multiValueAnswer)
Sets the value of
CfnRecordSetProps.getMultiValueAnswer() |
CfnRecordSetGroup.RecordSetProperty.Builder |
CfnRecordSetGroup.RecordSetProperty.Builder.multiValueAnswer(IResolvable multiValueAnswer)
Sets the value of
CfnRecordSetGroup.RecordSetProperty.getMultiValueAnswer() |
CfnRecordSet.Builder |
CfnRecordSet.Builder.multiValueAnswer(IResolvable multiValueAnswer)
*Multivalue answer resource record sets only* : To route traffic approximately randomly to multiple resources, such as web servers, create one multivalue answer record for each resource and specify `true` for `MultiValueAnswer` .
|
CfnHostedZoneProps.Builder |
CfnHostedZoneProps.Builder.queryLoggingConfig(IResolvable queryLoggingConfig)
Sets the value of
CfnHostedZoneProps.getQueryLoggingConfig() |
CfnHostedZone.Builder |
CfnHostedZone.Builder.queryLoggingConfig(IResolvable queryLoggingConfig)
Creates a configuration for DNS query logging.
|
CfnRecordSetGroupProps.Builder |
CfnRecordSetGroupProps.Builder.recordSets(IResolvable recordSets)
Sets the value of
CfnRecordSetGroupProps.getRecordSets() |
CfnRecordSetGroup.Builder |
CfnRecordSetGroup.Builder.recordSets(IResolvable recordSets)
A complex type that contains one `RecordSet` element for each record that you want to create.
|
void |
CfnRecordSet.setAliasTarget(IResolvable value)
*Alias resource record sets only:* Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.
|
void |
CfnRecordSet.setGeoLocation(IResolvable value)
*Geolocation resource record sets only:* A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query.
|
void |
CfnHealthCheck.setHealthCheckConfig(IResolvable value)
A complex type that contains detailed information about one health check.
|
void |
CfnHealthCheck.setHealthCheckTags(IResolvable value)
The `HealthCheckTags` property describes key-value pairs that are associated with an `AWS::Route53::HealthCheck` resource.
|
void |
CfnHostedZone.setHostedZoneConfig(IResolvable value)
A complex type that contains an optional comment.
|
void |
CfnRecordSet.setMultiValueAnswer(IResolvable value)
*Multivalue answer resource record sets only* : To route traffic approximately randomly to multiple resources, such as web servers, create one multivalue answer record for each resource and specify `true` for `MultiValueAnswer` .
|
void |
CfnHostedZone.setQueryLoggingConfig(IResolvable value)
Creates a configuration for DNS query logging.
|
void |
CfnRecordSetGroup.setRecordSets(IResolvable value)
A complex type that contains one `RecordSet` element for each record that you want to create.
|
void |
CfnHostedZone.setVpcs(IResolvable value)
*Private hosted zones:* A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
CfnHostedZoneProps.Builder |
CfnHostedZoneProps.Builder.vpcs(IResolvable vpcs)
Sets the value of
CfnHostedZoneProps.getVpcs() |
CfnHostedZone.Builder |
CfnHostedZone.Builder.vpcs(IResolvable vpcs)
*Private hosted zones:* A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnCluster.getAttrClusterEndpoints()
Endpoints for the cluster.
|
IResolvable |
CfnControlPanel.getAttrDefaultControlPanel()
The boolean flag that is set to true for the default control panel in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CfnSafetyRule.Builder |
CfnSafetyRule.Builder.assertionRule(IResolvable assertionRule)
An assertion rule enforces that, when you change a routing control state, that the criteria that you set in the rule configuration is met.
|
CfnSafetyRuleProps.Builder |
CfnSafetyRuleProps.Builder.assertionRule(IResolvable assertionRule)
Sets the value of
CfnSafetyRuleProps.getAssertionRule() |
CfnSafetyRule.Builder |
CfnSafetyRule.Builder.gatingRule(IResolvable gatingRule)
A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.
|
CfnSafetyRuleProps.Builder |
CfnSafetyRuleProps.Builder.gatingRule(IResolvable gatingRule)
Sets the value of
CfnSafetyRuleProps.getGatingRule() |
CfnSafetyRule.RuleConfigProperty.Builder |
CfnSafetyRule.RuleConfigProperty.Builder.inverted(IResolvable inverted)
Sets the value of
CfnSafetyRule.RuleConfigProperty.getInverted() |
CfnSafetyRule.Builder |
CfnSafetyRule.Builder.ruleConfig(IResolvable ruleConfig)
The criteria that you set for specific assertion controls (routing controls) that designate how many control states must be `ON` as the result of a transaction.
|
CfnSafetyRuleProps.Builder |
CfnSafetyRuleProps.Builder.ruleConfig(IResolvable ruleConfig)
Sets the value of
CfnSafetyRuleProps.getRuleConfig() |
void |
CfnSafetyRule.setAssertionRule(IResolvable value)
An assertion rule enforces that, when you change a routing control state, that the criteria that you set in the rule configuration is met.
|
void |
CfnSafetyRule.setGatingRule(IResolvable value)
A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.
|
void |
CfnSafetyRule.setRuleConfig(IResolvable value)
The criteria that you set for specific assertion controls (routing controls) that designate how many control states must be `ON` as the result of a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnResolverRule.getAttrTargetIps()
When the value of `RuleType` is `FORWARD` , the IP addresses that the outbound endpoint forwards DNS queries to, typically the IP addresses for DNS resolvers on your network.
|
| Modifier and Type | Method and Description |
|---|---|
CfnFirewallRuleGroup.Builder |
CfnFirewallRuleGroup.Builder.firewallRules(IResolvable firewallRules)
A list of the rules that you have defined.
|
CfnFirewallRuleGroupProps.Builder |
CfnFirewallRuleGroupProps.Builder.firewallRules(IResolvable firewallRules)
Sets the value of
CfnFirewallRuleGroupProps.getFirewallRules() |
CfnResolverEndpoint.Builder |
CfnResolverEndpoint.Builder.ipAddresses(IResolvable ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
|
CfnResolverEndpointProps.Builder |
CfnResolverEndpointProps.Builder.ipAddresses(IResolvable ipAddresses)
Sets the value of
CfnResolverEndpointProps.getIpAddresses() |
void |
CfnFirewallRuleGroup.setFirewallRules(IResolvable value)
A list of the rules that you have defined.
|
void |
CfnResolverEndpoint.setIpAddresses(IResolvable value)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
|
void |
CfnResolverRule.setTargetIps(IResolvable value)
An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to.
|
CfnResolverRuleProps.Builder |
CfnResolverRuleProps.Builder.targetIps(IResolvable targetIps)
Sets the value of
CfnResolverRuleProps.getTargetIps() |
CfnResolverRule.Builder |
CfnResolverRule.Builder.targetIps(IResolvable targetIps)
An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to.
|
| Modifier and Type | Method and Description |
|---|---|
CfnAppMonitor.AppMonitorConfigurationProperty.Builder |
CfnAppMonitor.AppMonitorConfigurationProperty.Builder.allowCookies(IResolvable allowCookies)
Sets the value of
CfnAppMonitor.AppMonitorConfigurationProperty.getAllowCookies() |
CfnAppMonitor.Builder |
CfnAppMonitor.Builder.appMonitorConfiguration(IResolvable appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor.
|
CfnAppMonitorProps.Builder |
CfnAppMonitorProps.Builder.appMonitorConfiguration(IResolvable appMonitorConfiguration)
Sets the value of
CfnAppMonitorProps.getAppMonitorConfiguration() |
CfnAppMonitor.Builder |
CfnAppMonitor.Builder.cwLogEnabled(IResolvable cwLogEnabled)
Data collected by CloudWatch RUM is kept by RUM for 30 days and then deleted.
|
CfnAppMonitorProps.Builder |
CfnAppMonitorProps.Builder.cwLogEnabled(IResolvable cwLogEnabled)
Sets the value of
CfnAppMonitorProps.getCwLogEnabled() |
CfnAppMonitor.AppMonitorConfigurationProperty.Builder |
CfnAppMonitor.AppMonitorConfigurationProperty.Builder.enableXRay(IResolvable enableXRay)
Sets the value of
CfnAppMonitor.AppMonitorConfigurationProperty.getEnableXRay() |
void |
CfnAppMonitor.setAppMonitorConfiguration(IResolvable value)
A structure that contains much of the configuration data for the app monitor.
|
void |
CfnAppMonitor.setCwLogEnabled(IResolvable value)
Data collected by CloudWatch RUM is kept by RUM for 30 days and then deleted.
|
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPoint.ObjectLambdaConfigurationProperty.Builder |
CfnAccessPoint.ObjectLambdaConfigurationProperty.Builder.cloudWatchMetricsEnabled(IResolvable cloudWatchMetricsEnabled)
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.objectLambdaConfiguration(IResolvable objectLambdaConfiguration)
A configuration used when creating an Object Lambda Access Point.
|
CfnAccessPointProps.Builder |
CfnAccessPointProps.Builder.objectLambdaConfiguration(IResolvable objectLambdaConfiguration)
Sets the value of
CfnAccessPointProps.getObjectLambdaConfiguration() |
void |
CfnAccessPoint.setObjectLambdaConfiguration(IResolvable value)
A configuration used when creating an Object Lambda Access Point.
|
CfnAccessPoint.ObjectLambdaConfigurationProperty.Builder |
CfnAccessPoint.ObjectLambdaConfigurationProperty.Builder.transformationConfigurations(IResolvable transformationConfigurations)
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnEndpoint.getAttrNetworkInterfaces()
The network interface of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CfnBucket.RuleProperty.Builder |
CfnBucket.RuleProperty.Builder.abortIncompleteMultipartUpload(IResolvable abortIncompleteMultipartUpload)
Sets the value of
CfnBucket.RuleProperty.getAbortIncompleteMultipartUpload() |
CfnBucketProps.Builder |
CfnBucketProps.Builder.lifecycleConfiguration(IResolvable lifecycleConfiguration)
Sets the value of
CfnBucketProps.getLifecycleConfiguration() |
CfnBucket.Builder |
CfnBucket.Builder.lifecycleConfiguration(IResolvable lifecycleConfiguration)
Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing lifecycle configuration.
|
CfnBucket.LifecycleConfigurationProperty.Builder |
CfnBucket.LifecycleConfigurationProperty.Builder.rules(IResolvable rules)
Sets the value of
CfnBucket.LifecycleConfigurationProperty.getRules() |
void |
CfnBucket.setLifecycleConfiguration(IResolvable value)
Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing lifecycle configuration.
|
void |
CfnAccessPoint.setVpcConfiguration(IResolvable value)
The virtual private cloud (VPC) configuration for this access point, if one exists.
|
CfnAccessPoint.Builder |
CfnAccessPoint.Builder.vpcConfiguration(IResolvable vpcConfiguration)
The virtual private cloud (VPC) configuration for this access point, if one exists.
|
CfnAccessPointProps.Builder |
CfnAccessPointProps.Builder.vpcConfiguration(IResolvable vpcConfiguration)
Sets the value of
CfnAccessPointProps.getVpcConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CfnEndpoint.AutoRollbackConfigProperty.Builder |
CfnEndpoint.AutoRollbackConfigProperty.Builder.alarms(IResolvable alarms)
Sets the value of
CfnEndpoint.AutoRollbackConfigProperty.getAlarms() |
CfnEndpointConfigProps.Builder |
CfnEndpointConfigProps.Builder.asyncInferenceConfig(IResolvable asyncInferenceConfig)
Sets the value of
CfnEndpointConfigProps.getAsyncInferenceConfig() |
CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.asyncInferenceConfig(IResolvable asyncInferenceConfig)
Specifies configuration for how an endpoint performs asynchronous inference.
|
CfnEndpoint.DeploymentConfigProperty.Builder |
CfnEndpoint.DeploymentConfigProperty.Builder.autoRollbackConfiguration(IResolvable autoRollbackConfiguration)
Sets the value of
CfnEndpoint.DeploymentConfigProperty.getAutoRollbackConfiguration() |
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder |
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder.baselineConfig(IResolvable baselineConfig)
|
CfnEndpoint.DeploymentConfigProperty.Builder |
CfnEndpoint.DeploymentConfigProperty.Builder.blueGreenUpdatePolicy(IResolvable blueGreenUpdatePolicy)
Sets the value of
CfnEndpoint.DeploymentConfigProperty.getBlueGreenUpdatePolicy() |
CfnEndpoint.TrafficRoutingConfigProperty.Builder |
CfnEndpoint.TrafficRoutingConfigProperty.Builder.canarySize(IResolvable canarySize)
Sets the value of
CfnEndpoint.TrafficRoutingConfigProperty.getCanarySize() |
CfnEndpointConfig.DataCaptureConfigProperty.Builder |
CfnEndpointConfig.DataCaptureConfigProperty.Builder.captureContentTypeHeader(IResolvable captureContentTypeHeader)
|
CfnEndpointConfig.DataCaptureConfigProperty.Builder |
CfnEndpointConfig.DataCaptureConfigProperty.Builder.captureOptions(IResolvable captureOptions)
Sets the value of
CfnEndpointConfig.DataCaptureConfigProperty.getCaptureOptions() |
CfnEndpointConfig.AsyncInferenceConfigProperty.Builder |
CfnEndpointConfig.AsyncInferenceConfigProperty.Builder.clientConfig(IResolvable clientConfig)
Sets the value of
CfnEndpointConfig.AsyncInferenceConfigProperty.getClientConfig() |
CfnDataQualityJobDefinition.MonitoringResourcesProperty.Builder |
CfnDataQualityJobDefinition.MonitoringResourcesProperty.Builder.clusterConfig(IResolvable clusterConfig)
|
CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty.Builder |
CfnModelExplainabilityJobDefinition.MonitoringResourcesProperty.Builder.clusterConfig(IResolvable clusterConfig)
|
CfnModelBiasJobDefinition.MonitoringResourcesProperty.Builder |
CfnModelBiasJobDefinition.MonitoringResourcesProperty.Builder.clusterConfig(IResolvable clusterConfig)
Sets the value of
CfnModelBiasJobDefinition.MonitoringResourcesProperty.getClusterConfig() |
CfnModelQualityJobDefinition.MonitoringResourcesProperty.Builder |
CfnModelQualityJobDefinition.MonitoringResourcesProperty.Builder.clusterConfig(IResolvable clusterConfig)
|
CfnMonitoringSchedule.MonitoringResourcesProperty.Builder |
CfnMonitoringSchedule.MonitoringResourcesProperty.Builder.clusterConfig(IResolvable clusterConfig)
Sets the value of
CfnMonitoringSchedule.MonitoringResourcesProperty.getClusterConfig() |
CfnWorkteam.MemberDefinitionProperty.Builder |
CfnWorkteam.MemberDefinitionProperty.Builder.cognitoMemberDefinition(IResolvable cognitoMemberDefinition)
Sets the value of
CfnWorkteam.MemberDefinitionProperty.getCognitoMemberDefinition() |
CfnDataQualityJobDefinition.DataQualityBaselineConfigProperty.Builder |
CfnDataQualityJobDefinition.DataQualityBaselineConfigProperty.Builder.constraintsResource(IResolvable constraintsResource)
|
CfnModelExplainabilityJobDefinition.ModelExplainabilityBaselineConfigProperty.Builder |
CfnModelExplainabilityJobDefinition.ModelExplainabilityBaselineConfigProperty.Builder.constraintsResource(IResolvable constraintsResource)
|
CfnModelBiasJobDefinition.ModelBiasBaselineConfigProperty.Builder |
CfnModelBiasJobDefinition.ModelBiasBaselineConfigProperty.Builder.constraintsResource(IResolvable constraintsResource)
|
CfnModelQualityJobDefinition.ModelQualityBaselineConfigProperty.Builder |
CfnModelQualityJobDefinition.ModelQualityBaselineConfigProperty.Builder.constraintsResource(IResolvable constraintsResource)
|
CfnMonitoringSchedule.BaselineConfigProperty.Builder |
CfnMonitoringSchedule.BaselineConfigProperty.Builder.constraintsResource(IResolvable constraintsResource)
Sets the value of
CfnMonitoringSchedule.BaselineConfigProperty.getConstraintsResource() |
CfnModel.Builder |
CfnModel.Builder.containers(IResolvable containers)
Specifies the containers in the inference pipeline.
|
CfnModelProps.Builder |
CfnModelProps.Builder.containers(IResolvable containers)
Sets the value of
CfnModelProps.getContainers() |
CfnDomain.KernelGatewayAppSettingsProperty.Builder |
CfnDomain.KernelGatewayAppSettingsProperty.Builder.customImages(IResolvable customImages)
Sets the value of
CfnDomain.KernelGatewayAppSettingsProperty.getCustomImages() |
CfnUserProfile.KernelGatewayAppSettingsProperty.Builder |
CfnUserProfile.KernelGatewayAppSettingsProperty.Builder.customImages(IResolvable customImages)
Sets the value of
CfnUserProfile.KernelGatewayAppSettingsProperty.getCustomImages() |
CfnEndpointConfigProps.Builder |
CfnEndpointConfigProps.Builder.dataCaptureConfig(IResolvable dataCaptureConfig)
Sets the value of
CfnEndpointConfigProps.getDataCaptureConfig() |
CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.dataCaptureConfig(IResolvable dataCaptureConfig)
Specifies how to capture endpoint data for model monitor.
|
CfnDataQualityJobDefinition.Builder |
CfnDataQualityJobDefinition.Builder.dataQualityAppSpecification(IResolvable dataQualityAppSpecification)
Specifies the container that runs the monitoring job.
|
CfnDataQualityJobDefinitionProps.Builder |
CfnDataQualityJobDefinitionProps.Builder.dataQualityAppSpecification(IResolvable dataQualityAppSpecification)
Sets the value of
CfnDataQualityJobDefinitionProps.getDataQualityAppSpecification() |
CfnDataQualityJobDefinition.Builder |
CfnDataQualityJobDefinition.Builder.dataQualityBaselineConfig(IResolvable dataQualityBaselineConfig)
Configures the constraints and baselines for the monitoring job.
|
CfnDataQualityJobDefinitionProps.Builder |
CfnDataQualityJobDefinitionProps.Builder.dataQualityBaselineConfig(IResolvable dataQualityBaselineConfig)
Sets the value of
CfnDataQualityJobDefinitionProps.getDataQualityBaselineConfig() |
CfnDataQualityJobDefinition.Builder |
CfnDataQualityJobDefinition.Builder.dataQualityJobInput(IResolvable dataQualityJobInput)
A list of inputs for the monitoring job.
|
CfnDataQualityJobDefinitionProps.Builder |
CfnDataQualityJobDefinitionProps.Builder.dataQualityJobInput(IResolvable dataQualityJobInput)
Sets the value of
CfnDataQualityJobDefinitionProps.getDataQualityJobInput() |
CfnDataQualityJobDefinition.Builder |
CfnDataQualityJobDefinition.Builder.dataQualityJobOutputConfig(IResolvable dataQualityJobOutputConfig)
The output configuration for monitoring jobs.
|
CfnDataQualityJobDefinitionProps.Builder |
CfnDataQualityJobDefinitionProps.Builder.dataQualityJobOutputConfig(IResolvable dataQualityJobOutputConfig)
Sets the value of
CfnDataQualityJobDefinitionProps.getDataQualityJobOutputConfig() |
CfnDomain.JupyterServerAppSettingsProperty.Builder |
CfnDomain.JupyterServerAppSettingsProperty.Builder.defaultResourceSpec(IResolvable defaultResourceSpec)
Sets the value of
CfnDomain.JupyterServerAppSettingsProperty.getDefaultResourceSpec() |
CfnDomain.KernelGatewayAppSettingsProperty.Builder |
CfnDomain.KernelGatewayAppSettingsProperty.Builder.defaultResourceSpec(IResolvable defaultResourceSpec)
Sets the value of
CfnDomain.KernelGatewayAppSettingsProperty.getDefaultResourceSpec() |
CfnDomain.RStudioServerProDomainSettingsProperty.Builder |
CfnDomain.RStudioServerProDomainSettingsProperty.Builder.defaultResourceSpec(IResolvable defaultResourceSpec)
|
CfnUserProfile.JupyterServerAppSettingsProperty.Builder |
CfnUserProfile.JupyterServerAppSettingsProperty.Builder.defaultResourceSpec(IResolvable defaultResourceSpec)
Sets the value of
CfnUserProfile.JupyterServerAppSettingsProperty.getDefaultResourceSpec() |
CfnUserProfile.KernelGatewayAppSettingsProperty.Builder |
CfnUserProfile.KernelGatewayAppSettingsProperty.Builder.defaultResourceSpec(IResolvable defaultResourceSpec)
Sets the value of
CfnUserProfile.KernelGatewayAppSettingsProperty.getDefaultResourceSpec() |
CfnDomainProps.Builder |
CfnDomainProps.Builder.defaultUserSettings(IResolvable defaultUserSettings)
Sets the value of
CfnDomainProps.getDefaultUserSettings() |
CfnDomain.Builder |
CfnDomain.Builder.defaultUserSettings(IResolvable defaultUserSettings)
The default user settings.
|
CfnEndpointProps.Builder |
CfnEndpointProps.Builder.deploymentConfig(IResolvable deploymentConfig)
Sets the value of
CfnEndpointProps.getDeploymentConfig() |
CfnEndpoint.Builder |
CfnEndpoint.Builder.deploymentConfig(IResolvable deploymentConfig)
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
|
CfnDevice.Builder |
CfnDevice.Builder.device(IResolvable device)
Edge device you want to create.
|
CfnDeviceProps.Builder |
CfnDeviceProps.Builder.device(IResolvable device)
Sets the value of
CfnDeviceProps.getDevice() |
CfnDomainProps.Builder |
CfnDomainProps.Builder.domainSettings(IResolvable domainSettings)
Sets the value of
CfnDomainProps.getDomainSettings() |
CfnDomain.Builder |
CfnDomain.Builder.domainSettings(IResolvable domainSettings)
A collection of settings that apply to the `SageMaker Domain` .
|
CfnEndpointConfig.DataCaptureConfigProperty.Builder |
CfnEndpointConfig.DataCaptureConfigProperty.Builder.enableCapture(IResolvable enableCapture)
Sets the value of
CfnEndpointConfig.DataCaptureConfigProperty.getEnableCapture() |
CfnDataQualityJobDefinition.NetworkConfigProperty.Builder |
CfnDataQualityJobDefinition.NetworkConfigProperty.Builder.enableInterContainerTrafficEncryption(IResolvable enableInterContainerTrafficEncryption)
|
CfnModelExplainabilityJobDefinition.NetworkConfigProperty.Builder |
CfnModelExplainabilityJobDefinition.NetworkConfigProperty.Builder.enableInterContainerTrafficEncryption(IResolvable enableInterContainerTrafficEncryption)
|
CfnModelBiasJobDefinition.NetworkConfigProperty.Builder |
CfnModelBiasJobDefinition.NetworkConfigProperty.Builder.enableInterContainerTrafficEncryption(IResolvable enableInterContainerTrafficEncryption)
|
CfnModelQualityJobDefinition.NetworkConfigProperty.Builder |
CfnModelQualityJobDefinition.NetworkConfigProperty.Builder.enableInterContainerTrafficEncryption(IResolvable enableInterContainerTrafficEncryption)
|
CfnMonitoringSchedule.NetworkConfigProperty.Builder |
CfnMonitoringSchedule.NetworkConfigProperty.Builder.enableInterContainerTrafficEncryption(IResolvable enableInterContainerTrafficEncryption)
|
CfnDataQualityJobDefinition.NetworkConfigProperty.Builder |
CfnDataQualityJobDefinition.NetworkConfigProperty.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation)
|
CfnModel.Builder |
CfnModel.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation)
Isolates the model container.
|
CfnModelExplainabilityJobDefinition.NetworkConfigProperty.Builder |
CfnModelExplainabilityJobDefinition.NetworkConfigProperty.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation)
|
CfnModelProps.Builder |
CfnModelProps.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation)
Sets the value of
CfnModelProps.getEnableNetworkIsolation() |
CfnModelBiasJobDefinition.NetworkConfigProperty.Builder |
CfnModelBiasJobDefinition.NetworkConfigProperty.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation)
|
CfnModelQualityJobDefinition.NetworkConfigProperty.Builder |
CfnModelQualityJobDefinition.NetworkConfigProperty.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation)
|
CfnMonitoringSchedule.NetworkConfigProperty.Builder |
CfnMonitoringSchedule.NetworkConfigProperty.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation)
Sets the value of
CfnMonitoringSchedule.NetworkConfigProperty.getEnableNetworkIsolation() |
CfnDataQualityJobDefinition.DataQualityJobInputProperty.Builder |
CfnDataQualityJobDefinition.DataQualityJobInputProperty.Builder.endpointInput(IResolvable endpointInput)
|
CfnModelExplainabilityJobDefinition.ModelExplainabilityJobInputProperty.Builder |
CfnModelExplainabilityJobDefinition.ModelExplainabilityJobInputProperty.Builder.endpointInput(IResolvable endpointInput)
|
CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder |
CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder.endpointInput(IResolvable endpointInput)
Sets the value of
CfnModelBiasJobDefinition.ModelBiasJobInputProperty.getEndpointInput() |
CfnModelQualityJobDefinition.ModelQualityJobInputProperty.Builder |
CfnModelQualityJobDefinition.ModelQualityJobInputProperty.Builder.endpointInput(IResolvable endpointInput)
|
CfnMonitoringSchedule.MonitoringInputProperty.Builder |
CfnMonitoringSchedule.MonitoringInputProperty.Builder.endpointInput(IResolvable endpointInput)
Sets the value of
CfnMonitoringSchedule.MonitoringInputProperty.getEndpointInput() |
CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.Builder |
CfnDataQualityJobDefinition.DataQualityAppSpecificationProperty.Builder.environment(IResolvable environment)
|
CfnModelExplainabilityJobDefinition.ModelExplainabilityAppSpecificationProperty.Builder |
CfnModelExplainabilityJobDefinition.ModelExplainabilityAppSpecificationProperty.Builder.environment(IResolvable environment)
|
CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty.Builder |
CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty.Builder.environment(IResolvable environment)
|
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder |
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder.environment(IResolvable environment)
|
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder |
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder.environment(IResolvable environment)
Sets the value of
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.getEnvironment() |
CfnEndpointProps.Builder |
CfnEndpointProps.Builder.excludeRetainedVariantProperties(IResolvable excludeRetainedVariantProperties)
Sets the value of
CfnEndpointProps.getExcludeRetainedVariantProperties() |
CfnEndpoint.Builder |
CfnEndpoint.Builder.excludeRetainedVariantProperties(IResolvable excludeRetainedVariantProperties)
When you are updating endpoint resources with [RetainAllVariantProperties](https://docs.aws.amazon.com/sagemaker/latest/dg/API_UpdateEndpoint.html#SageMaker-UpdateEndpoint-request-RetainAllVariantProperties) whose value is set to `true` , `ExcludeRetainedVariantProperties` specifies the list of type [VariantProperty](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpoint-variantproperty.html) to override with the values provided by `EndpointConfig` .
|
CfnFeatureGroup.Builder |
CfnFeatureGroup.Builder.featureDefinitions(IResolvable featureDefinitions)
A list of `Feature` s.
|
CfnFeatureGroupProps.Builder |
CfnFeatureGroupProps.Builder.featureDefinitions(IResolvable featureDefinitions)
Sets the value of
CfnFeatureGroupProps.getFeatureDefinitions() |
CfnAppImageConfig.KernelGatewayImageConfigProperty.Builder |
CfnAppImageConfig.KernelGatewayImageConfigProperty.Builder.fileSystemConfig(IResolvable fileSystemConfig)
Sets the value of
CfnAppImageConfig.KernelGatewayImageConfigProperty.getFileSystemConfig() |
CfnCodeRepository.Builder |
CfnCodeRepository.Builder.gitConfig(IResolvable gitConfig)
Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository.
|
CfnCodeRepositoryProps.Builder |
CfnCodeRepositoryProps.Builder.gitConfig(IResolvable gitConfig)
Sets the value of
CfnCodeRepositoryProps.getGitConfig() |
CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder |
CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder.groundTruthS3Input(IResolvable groundTruthS3Input)
|
CfnModelQualityJobDefinition.ModelQualityJobInputProperty.Builder |
CfnModelQualityJobDefinition.ModelQualityJobInputProperty.Builder.groundTruthS3Input(IResolvable groundTruthS3Input)
|
CfnModel.ContainerDefinitionProperty.Builder |
CfnModel.ContainerDefinitionProperty.Builder.imageConfig(IResolvable imageConfig)
Sets the value of
CfnModel.ContainerDefinitionProperty.getImageConfig() |
CfnModel.Builder |
CfnModel.Builder.inferenceExecutionConfig(IResolvable inferenceExecutionConfig)
Specifies details of how containers in a multi-container endpoint are called.
|
CfnModelProps.Builder |
CfnModelProps.Builder.inferenceExecutionConfig(IResolvable inferenceExecutionConfig)
Sets the value of
CfnModelProps.getInferenceExecutionConfig() |
CfnDataQualityJobDefinition.Builder |
CfnDataQualityJobDefinition.Builder.jobResources(IResolvable jobResources)
Identifies the resources to deploy for a monitoring job.
|
CfnModelExplainabilityJobDefinitionProps.Builder |
CfnModelExplainabilityJobDefinitionProps.Builder.jobResources(IResolvable jobResources)
Sets the value of
CfnModelExplainabilityJobDefinitionProps.getJobResources() |
CfnModelExplainabilityJobDefinition.Builder |
CfnModelExplainabilityJobDefinition.Builder.jobResources(IResolvable jobResources)
Identifies the resources to deploy for a monitoring job.
|
CfnModelQualityJobDefinitionProps.Builder |
CfnModelQualityJobDefinitionProps.Builder.jobResources(IResolvable jobResources)
Sets the value of
CfnModelQualityJobDefinitionProps.getJobResources() |
CfnModelBiasJobDefinition.Builder |
CfnModelBiasJobDefinition.Builder.jobResources(IResolvable jobResources)
Identifies the resources to deploy for a monitoring job.
|
CfnModelQualityJobDefinition.Builder |
CfnModelQualityJobDefinition.Builder.jobResources(IResolvable jobResources)
Identifies the resources to deploy for a monitoring job.
|
CfnDataQualityJobDefinitionProps.Builder |
CfnDataQualityJobDefinitionProps.Builder.jobResources(IResolvable jobResources)
Sets the value of
CfnDataQualityJobDefinitionProps.getJobResources() |
CfnModelBiasJobDefinitionProps.Builder |
CfnModelBiasJobDefinitionProps.Builder.jobResources(IResolvable jobResources)
Sets the value of
CfnModelBiasJobDefinitionProps.getJobResources() |
CfnDomain.UserSettingsProperty.Builder |
CfnDomain.UserSettingsProperty.Builder.jupyterServerAppSettings(IResolvable jupyterServerAppSettings)
Sets the value of
CfnDomain.UserSettingsProperty.getJupyterServerAppSettings() |
CfnUserProfile.UserSettingsProperty.Builder |
CfnUserProfile.UserSettingsProperty.Builder.jupyterServerAppSettings(IResolvable jupyterServerAppSettings)
Sets the value of
CfnUserProfile.UserSettingsProperty.getJupyterServerAppSettings() |
CfnDomain.UserSettingsProperty.Builder |
CfnDomain.UserSettingsProperty.Builder.kernelGatewayAppSettings(IResolvable kernelGatewayAppSettings)
Sets the value of
CfnDomain.UserSettingsProperty.getKernelGatewayAppSettings() |
CfnUserProfile.UserSettingsProperty.Builder |
CfnUserProfile.UserSettingsProperty.Builder.kernelGatewayAppSettings(IResolvable kernelGatewayAppSettings)
Sets the value of
CfnUserProfile.UserSettingsProperty.getKernelGatewayAppSettings() |
CfnAppImageConfigProps.Builder |
CfnAppImageConfigProps.Builder.kernelGatewayImageConfig(IResolvable kernelGatewayImageConfig)
Sets the value of
CfnAppImageConfigProps.getKernelGatewayImageConfig() |
CfnAppImageConfig.Builder |
CfnAppImageConfig.Builder.kernelGatewayImageConfig(IResolvable kernelGatewayImageConfig)
The configuration for the file system and kernels in the SageMaker image.
|
CfnAppImageConfig.KernelGatewayImageConfigProperty.Builder |
CfnAppImageConfig.KernelGatewayImageConfigProperty.Builder.kernelSpecs(IResolvable kernelSpecs)
Sets the value of
CfnAppImageConfig.KernelGatewayImageConfigProperty.getKernelSpecs() |
CfnMonitoringScheduleProps.Builder |
CfnMonitoringScheduleProps.Builder.lastMonitoringExecutionSummary(IResolvable lastMonitoringExecutionSummary)
Sets the value of
CfnMonitoringScheduleProps.getLastMonitoringExecutionSummary() |
CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.lastMonitoringExecutionSummary(IResolvable lastMonitoringExecutionSummary)
Describes metadata on the last execution to run, if there was one.
|
CfnEndpoint.TrafficRoutingConfigProperty.Builder |
CfnEndpoint.TrafficRoutingConfigProperty.Builder.linearStepSize(IResolvable linearStepSize)
Sets the value of
CfnEndpoint.TrafficRoutingConfigProperty.getLinearStepSize() |
CfnWorkteamProps.Builder |
CfnWorkteamProps.Builder.memberDefinitions(IResolvable memberDefinitions)
Sets the value of
CfnWorkteamProps.getMemberDefinitions() |
CfnWorkteam.Builder |
CfnWorkteam.Builder.memberDefinitions(IResolvable memberDefinitions)
A list of `MemberDefinition` objects that contains objects that identify the workers that make up the work team.
|
CfnModelBiasJobDefinition.Builder |
CfnModelBiasJobDefinition.Builder.modelBiasAppSpecification(IResolvable modelBiasAppSpecification)
Configures the model bias job to run a specified Docker container image.
|
CfnModelBiasJobDefinitionProps.Builder |
CfnModelBiasJobDefinitionProps.Builder.modelBiasAppSpecification(IResolvable modelBiasAppSpecification)
Sets the value of
CfnModelBiasJobDefinitionProps.getModelBiasAppSpecification() |
CfnModelBiasJobDefinition.Builder |
CfnModelBiasJobDefinition.Builder.modelBiasBaselineConfig(IResolvable modelBiasBaselineConfig)
The baseline configuration for a model bias job.
|
CfnModelBiasJobDefinitionProps.Builder |
CfnModelBiasJobDefinitionProps.Builder.modelBiasBaselineConfig(IResolvable modelBiasBaselineConfig)
Sets the value of
CfnModelBiasJobDefinitionProps.getModelBiasBaselineConfig() |
CfnModelBiasJobDefinition.Builder |
CfnModelBiasJobDefinition.Builder.modelBiasJobInput(IResolvable modelBiasJobInput)
Inputs for the model bias job.
|
CfnModelBiasJobDefinitionProps.Builder |
CfnModelBiasJobDefinitionProps.Builder.modelBiasJobInput(IResolvable modelBiasJobInput)
Sets the value of
CfnModelBiasJobDefinitionProps.getModelBiasJobInput() |
CfnModelBiasJobDefinition.Builder |
CfnModelBiasJobDefinition.Builder.modelBiasJobOutputConfig(IResolvable modelBiasJobOutputConfig)
The output configuration for monitoring jobs.
|
CfnModelBiasJobDefinitionProps.Builder |
CfnModelBiasJobDefinitionProps.Builder.modelBiasJobOutputConfig(IResolvable modelBiasJobOutputConfig)
Sets the value of
CfnModelBiasJobDefinitionProps.getModelBiasJobOutputConfig() |
CfnModelExplainabilityJobDefinitionProps.Builder |
CfnModelExplainabilityJobDefinitionProps.Builder.modelExplainabilityAppSpecification(IResolvable modelExplainabilityAppSpecification)
|
CfnModelExplainabilityJobDefinition.Builder |
CfnModelExplainabilityJobDefinition.Builder.modelExplainabilityAppSpecification(IResolvable modelExplainabilityAppSpecification)
Configures the model explainability job to run a specified Docker container image.
|
CfnModelExplainabilityJobDefinitionProps.Builder |
CfnModelExplainabilityJobDefinitionProps.Builder.modelExplainabilityBaselineConfig(IResolvable modelExplainabilityBaselineConfig)
|
CfnModelExplainabilityJobDefinition.Builder |
CfnModelExplainabilityJobDefinition.Builder.modelExplainabilityBaselineConfig(IResolvable modelExplainabilityBaselineConfig)
The baseline configuration for a model explainability job.
|
CfnModelExplainabilityJobDefinitionProps.Builder |
CfnModelExplainabilityJobDefinitionProps.Builder.modelExplainabilityJobInput(IResolvable modelExplainabilityJobInput)
|
CfnModelExplainabilityJobDefinition.Builder |
CfnModelExplainabilityJobDefinition.Builder.modelExplainabilityJobInput(IResolvable modelExplainabilityJobInput)
Inputs for the model explainability job.
|
CfnModelExplainabilityJobDefinitionProps.Builder |
CfnModelExplainabilityJobDefinitionProps.Builder.modelExplainabilityJobOutputConfig(IResolvable modelExplainabilityJobOutputConfig)
|
CfnModelExplainabilityJobDefinition.Builder |
CfnModelExplainabilityJobDefinition.Builder.modelExplainabilityJobOutputConfig(IResolvable modelExplainabilityJobOutputConfig)
The output configuration for monitoring jobs.
|
CfnModelQualityJobDefinitionProps.Builder |
CfnModelQualityJobDefinitionProps.Builder.modelQualityAppSpecification(IResolvable modelQualityAppSpecification)
Sets the value of
CfnModelQualityJobDefinitionProps.getModelQualityAppSpecification() |
CfnModelQualityJobDefinition.Builder |
CfnModelQualityJobDefinition.Builder.modelQualityAppSpecification(IResolvable modelQualityAppSpecification)
Container image configuration object for the monitoring job.
|
CfnModelQualityJobDefinitionProps.Builder |
CfnModelQualityJobDefinitionProps.Builder.modelQualityBaselineConfig(IResolvable modelQualityBaselineConfig)
Sets the value of
CfnModelQualityJobDefinitionProps.getModelQualityBaselineConfig() |
CfnModelQualityJobDefinition.Builder |
CfnModelQualityJobDefinition.Builder.modelQualityBaselineConfig(IResolvable modelQualityBaselineConfig)
Specifies the constraints and baselines for the monitoring job.
|
CfnModelQualityJobDefinitionProps.Builder |
CfnModelQualityJobDefinitionProps.Builder.modelQualityJobInput(IResolvable modelQualityJobInput)
Sets the value of
CfnModelQualityJobDefinitionProps.getModelQualityJobInput() |
CfnModelQualityJobDefinition.Builder |
CfnModelQualityJobDefinition.Builder.modelQualityJobInput(IResolvable modelQualityJobInput)
A list of the inputs that are monitored.
|
CfnModelQualityJobDefinitionProps.Builder |
CfnModelQualityJobDefinitionProps.Builder.modelQualityJobOutputConfig(IResolvable modelQualityJobOutputConfig)
Sets the value of
CfnModelQualityJobDefinitionProps.getModelQualityJobOutputConfig() |
CfnModelQualityJobDefinition.Builder |
CfnModelQualityJobDefinition.Builder.modelQualityJobOutputConfig(IResolvable modelQualityJobOutputConfig)
The output configuration for monitoring jobs.
|
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder |
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder.monitoringAppSpecification(IResolvable monitoringAppSpecification)
|
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder |
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder.monitoringInputs(IResolvable monitoringInputs)
|
CfnMonitoringSchedule.MonitoringScheduleConfigProperty.Builder |
CfnMonitoringSchedule.MonitoringScheduleConfigProperty.Builder.monitoringJobDefinition(IResolvable monitoringJobDefinition)
|
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder |
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder.monitoringOutputConfig(IResolvable monitoringOutputConfig)
|
CfnDataQualityJobDefinition.MonitoringOutputConfigProperty.Builder |
CfnDataQualityJobDefinition.MonitoringOutputConfigProperty.Builder.monitoringOutputs(IResolvable monitoringOutputs)
|
CfnModelExplainabilityJobDefinition.MonitoringOutputConfigProperty.Builder |
CfnModelExplainabilityJobDefinition.MonitoringOutputConfigProperty.Builder.monitoringOutputs(IResolvable monitoringOutputs)
|
CfnModelBiasJobDefinition.MonitoringOutputConfigProperty.Builder |
CfnModelBiasJobDefinition.MonitoringOutputConfigProperty.Builder.monitoringOutputs(IResolvable monitoringOutputs)
|
CfnModelQualityJobDefinition.MonitoringOutputConfigProperty.Builder |
CfnModelQualityJobDefinition.MonitoringOutputConfigProperty.Builder.monitoringOutputs(IResolvable monitoringOutputs)
|
CfnMonitoringSchedule.MonitoringOutputConfigProperty.Builder |
CfnMonitoringSchedule.MonitoringOutputConfigProperty.Builder.monitoringOutputs(IResolvable monitoringOutputs)
|
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder |
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder.monitoringResources(IResolvable monitoringResources)
|
CfnMonitoringScheduleProps.Builder |
CfnMonitoringScheduleProps.Builder.monitoringScheduleConfig(IResolvable monitoringScheduleConfig)
Sets the value of
CfnMonitoringScheduleProps.getMonitoringScheduleConfig() |
CfnMonitoringSchedule.Builder |
CfnMonitoringSchedule.Builder.monitoringScheduleConfig(IResolvable monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
CfnModel.ContainerDefinitionProperty.Builder |
CfnModel.ContainerDefinitionProperty.Builder.multiModelConfig(IResolvable multiModelConfig)
Sets the value of
CfnModel.ContainerDefinitionProperty.getMultiModelConfig() |
CfnDataQualityJobDefinition.Builder |
CfnDataQualityJobDefinition.Builder.networkConfig(IResolvable networkConfig)
Specifies networking configuration for the monitoring job.
|
CfnModelExplainabilityJobDefinitionProps.Builder |
CfnModelExplainabilityJobDefinitionProps.Builder.networkConfig(IResolvable networkConfig)
Sets the value of
CfnModelExplainabilityJobDefinitionProps.getNetworkConfig() |
CfnModelExplainabilityJobDefinition.Builder |
CfnModelExplainabilityJobDefinition.Builder.networkConfig(IResolvable networkConfig)
Networking options for a model explainability job.
|
CfnModelQualityJobDefinitionProps.Builder |
CfnModelQualityJobDefinitionProps.Builder.networkConfig(IResolvable networkConfig)
Sets the value of
CfnModelQualityJobDefinitionProps.getNetworkConfig() |
CfnModelBiasJobDefinition.Builder |
CfnModelBiasJobDefinition.Builder.networkConfig(IResolvable networkConfig)
Networking options for a model bias job.
|
CfnModelQualityJobDefinition.Builder |
CfnModelQualityJobDefinition.Builder.networkConfig(IResolvable networkConfig)
Specifies the network configuration for the monitoring job.
|
CfnDataQualityJobDefinitionProps.Builder |
CfnDataQualityJobDefinitionProps.Builder.networkConfig(IResolvable networkConfig)
Sets the value of
CfnDataQualityJobDefinitionProps.getNetworkConfig() |
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder |
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder.networkConfig(IResolvable networkConfig)
Sets the value of
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.getNetworkConfig() |
CfnModelBiasJobDefinitionProps.Builder |
CfnModelBiasJobDefinitionProps.Builder.networkConfig(IResolvable networkConfig)
Sets the value of
CfnModelBiasJobDefinitionProps.getNetworkConfig() |
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder |
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder.notificationConfig(IResolvable notificationConfig)
|
CfnWorkteamProps.Builder |
CfnWorkteamProps.Builder.notificationConfiguration(IResolvable notificationConfiguration)
Sets the value of
CfnWorkteamProps.getNotificationConfiguration() |
CfnWorkteam.Builder |
CfnWorkteam.Builder.notificationConfiguration(IResolvable notificationConfiguration)
Configures SNS notifications of available or expiring work items for work teams.
|
CfnNotebookInstanceLifecycleConfig.Builder |
CfnNotebookInstanceLifecycleConfig.Builder.onCreate(IResolvable onCreate)
A shell script that runs only once, when you create a notebook instance.
|
CfnNotebookInstanceLifecycleConfigProps.Builder |
CfnNotebookInstanceLifecycleConfigProps.Builder.onCreate(IResolvable onCreate)
Sets the value of
CfnNotebookInstanceLifecycleConfigProps.getOnCreate() |
CfnNotebookInstanceLifecycleConfig.Builder |
CfnNotebookInstanceLifecycleConfig.Builder.onStart(IResolvable onStart)
A shell script that runs every time you start a notebook instance, including when you create the notebook instance.
|
CfnNotebookInstanceLifecycleConfigProps.Builder |
CfnNotebookInstanceLifecycleConfigProps.Builder.onStart(IResolvable onStart)
Sets the value of
CfnNotebookInstanceLifecycleConfigProps.getOnStart() |
CfnDeviceFleetProps.Builder |
CfnDeviceFleetProps.Builder.outputConfig(IResolvable outputConfig)
Sets the value of
CfnDeviceFleetProps.getOutputConfig() |
CfnEndpointConfig.AsyncInferenceConfigProperty.Builder |
CfnEndpointConfig.AsyncInferenceConfigProperty.Builder.outputConfig(IResolvable outputConfig)
Sets the value of
CfnEndpointConfig.AsyncInferenceConfigProperty.getOutputConfig() |
CfnDeviceFleet.Builder |
CfnDeviceFleet.Builder.outputConfig(IResolvable outputConfig)
The output configuration for storing sample data collected by the fleet.
|
CfnModel.Builder |
CfnModel.Builder.primaryContainer(IResolvable primaryContainer)
The location of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.
|
CfnModelProps.Builder |
CfnModelProps.Builder.primaryContainer(IResolvable primaryContainer)
Sets the value of
CfnModelProps.getPrimaryContainer() |
CfnEndpointConfigProps.Builder |
CfnEndpointConfigProps.Builder.productionVariants(IResolvable productionVariants)
Sets the value of
CfnEndpointConfigProps.getProductionVariants() |
CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.productionVariants(IResolvable productionVariants)
A list of `ProductionVariant` objects, one for each model that you want to host at this endpoint.
|
CfnModel.ImageConfigProperty.Builder |
CfnModel.ImageConfigProperty.Builder.repositoryAuthConfig(IResolvable repositoryAuthConfig)
Sets the value of
CfnModel.ImageConfigProperty.getRepositoryAuthConfig() |
CfnApp.Builder |
CfnApp.Builder.resourceSpec(IResolvable resourceSpec)
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
|
CfnAppProps.Builder |
CfnAppProps.Builder.resourceSpec(IResolvable resourceSpec)
Sets the value of
CfnAppProps.getResourceSpec() |
CfnEndpointProps.Builder |
CfnEndpointProps.Builder.retainAllVariantProperties(IResolvable retainAllVariantProperties)
Sets the value of
CfnEndpointProps.getRetainAllVariantProperties() |
CfnEndpoint.Builder |
CfnEndpoint.Builder.retainAllVariantProperties(IResolvable retainAllVariantProperties)
When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight.
|
CfnEndpointProps.Builder |
CfnEndpointProps.Builder.retainDeploymentConfig(IResolvable retainDeploymentConfig)
Sets the value of
CfnEndpointProps.getRetainDeploymentConfig() |
CfnEndpoint.Builder |
CfnEndpoint.Builder.retainDeploymentConfig(IResolvable retainDeploymentConfig)
Specifies whether to reuse the last deployment configuration.
|
CfnDomain.UserSettingsProperty.Builder |
CfnDomain.UserSettingsProperty.Builder.rStudioServerProAppSettings(IResolvable rStudioServerProAppSettings)
Sets the value of
CfnDomain.UserSettingsProperty.getRStudioServerProAppSettings() |
CfnUserProfile.UserSettingsProperty.Builder |
CfnUserProfile.UserSettingsProperty.Builder.rStudioServerProAppSettings(IResolvable rStudioServerProAppSettings)
Sets the value of
CfnUserProfile.UserSettingsProperty.getRStudioServerProAppSettings() |
CfnDomain.DomainSettingsProperty.Builder |
CfnDomain.DomainSettingsProperty.Builder.rStudioServerProDomainSettings(IResolvable rStudioServerProDomainSettings)
Sets the value of
CfnDomain.DomainSettingsProperty.getRStudioServerProDomainSettings() |
CfnDataQualityJobDefinition.MonitoringOutputProperty.Builder |
CfnDataQualityJobDefinition.MonitoringOutputProperty.Builder.s3Output(IResolvable s3Output)
Sets the value of
CfnDataQualityJobDefinition.MonitoringOutputProperty.getS3Output() |
CfnModelExplainabilityJobDefinition.MonitoringOutputProperty.Builder |
CfnModelExplainabilityJobDefinition.MonitoringOutputProperty.Builder.s3Output(IResolvable s3Output)
|
CfnModelBiasJobDefinition.MonitoringOutputProperty.Builder |
CfnModelBiasJobDefinition.MonitoringOutputProperty.Builder.s3Output(IResolvable s3Output)
Sets the value of
CfnModelBiasJobDefinition.MonitoringOutputProperty.getS3Output() |
CfnModelQualityJobDefinition.MonitoringOutputProperty.Builder |
CfnModelQualityJobDefinition.MonitoringOutputProperty.Builder.s3Output(IResolvable s3Output)
Sets the value of
CfnModelQualityJobDefinition.MonitoringOutputProperty.getS3Output() |
CfnMonitoringSchedule.MonitoringOutputProperty.Builder |
CfnMonitoringSchedule.MonitoringOutputProperty.Builder.s3Output(IResolvable s3Output)
Sets the value of
CfnMonitoringSchedule.MonitoringOutputProperty.getS3Output() |
CfnMonitoringSchedule.MonitoringScheduleConfigProperty.Builder |
CfnMonitoringSchedule.MonitoringScheduleConfigProperty.Builder.scheduleConfig(IResolvable scheduleConfig)
|
CfnEndpointConfig.ProductionVariantProperty.Builder |
CfnEndpointConfig.ProductionVariantProperty.Builder.serverlessConfig(IResolvable serverlessConfig)
Sets the value of
CfnEndpointConfig.ProductionVariantProperty.getServerlessConfig() |
void |
CfnEndpointConfig.setAsyncInferenceConfig(IResolvable value)
Specifies configuration for how an endpoint performs asynchronous inference.
|
void |
CfnModel.setContainers(IResolvable value)
Specifies the containers in the inference pipeline.
|
void |
CfnEndpointConfig.setDataCaptureConfig(IResolvable value)
Specifies how to capture endpoint data for model monitor.
|
void |
CfnDataQualityJobDefinition.setDataQualityAppSpecification(IResolvable value)
Specifies the container that runs the monitoring job.
|
void |
CfnDataQualityJobDefinition.setDataQualityBaselineConfig(IResolvable value)
Configures the constraints and baselines for the monitoring job.
|
void |
CfnDataQualityJobDefinition.setDataQualityJobInput(IResolvable value)
A list of inputs for the monitoring job.
|
void |
CfnDataQualityJobDefinition.setDataQualityJobOutputConfig(IResolvable value)
The output configuration for monitoring jobs.
|
void |
CfnDomain.setDefaultUserSettings(IResolvable value)
The default user settings.
|
void |
CfnEndpoint.setDeploymentConfig(IResolvable value)
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
|
void |
CfnDevice.setDevice(IResolvable value)
Edge device you want to create.
|
void |
CfnDomain.setDomainSettings(IResolvable value)
A collection of settings that apply to the `SageMaker Domain` .
|
void |
CfnModel.setEnableNetworkIsolation(IResolvable value)
Isolates the model container.
|
void |
CfnEndpoint.setExcludeRetainedVariantProperties(IResolvable value)
When you are updating endpoint resources with [RetainAllVariantProperties](https://docs.aws.amazon.com/sagemaker/latest/dg/API_UpdateEndpoint.html#SageMaker-UpdateEndpoint-request-RetainAllVariantProperties) whose value is set to `true` , `ExcludeRetainedVariantProperties` specifies the list of type [VariantProperty](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpoint-variantproperty.html) to override with the values provided by `EndpointConfig` .
|
void |
CfnFeatureGroup.setFeatureDefinitions(IResolvable value)
A list of `Feature` s.
|
void |
CfnCodeRepository.setGitConfig(IResolvable value)
Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository.
|
void |
CfnModel.setInferenceExecutionConfig(IResolvable value)
Specifies details of how containers in a multi-container endpoint are called.
|
void |
CfnDataQualityJobDefinition.setJobResources(IResolvable value)
Identifies the resources to deploy for a monitoring job.
|
void |
CfnModelExplainabilityJobDefinition.setJobResources(IResolvable value)
Identifies the resources to deploy for a monitoring job.
|
void |
CfnModelBiasJobDefinition.setJobResources(IResolvable value)
Identifies the resources to deploy for a monitoring job.
|
void |
CfnModelQualityJobDefinition.setJobResources(IResolvable value)
Identifies the resources to deploy for a monitoring job.
|
void |
CfnAppImageConfig.setKernelGatewayImageConfig(IResolvable value)
The configuration for the file system and kernels in the SageMaker image.
|
void |
CfnMonitoringSchedule.setLastMonitoringExecutionSummary(IResolvable value)
Describes metadata on the last execution to run, if there was one.
|
void |
CfnWorkteam.setMemberDefinitions(IResolvable value)
A list of `MemberDefinition` objects that contains objects that identify the workers that make up the work team.
|
void |
CfnModelBiasJobDefinition.setModelBiasAppSpecification(IResolvable value)
Configures the model bias job to run a specified Docker container image.
|
void |
CfnModelBiasJobDefinition.setModelBiasBaselineConfig(IResolvable value)
The baseline configuration for a model bias job.
|
void |
CfnModelBiasJobDefinition.setModelBiasJobInput(IResolvable value)
Inputs for the model bias job.
|
void |
CfnModelBiasJobDefinition.setModelBiasJobOutputConfig(IResolvable value)
The output configuration for monitoring jobs.
|
void |
CfnModelExplainabilityJobDefinition.setModelExplainabilityAppSpecification(IResolvable value)
Configures the model explainability job to run a specified Docker container image.
|
void |
CfnModelExplainabilityJobDefinition.setModelExplainabilityBaselineConfig(IResolvable value)
The baseline configuration for a model explainability job.
|
void |
CfnModelExplainabilityJobDefinition.setModelExplainabilityJobInput(IResolvable value)
Inputs for the model explainability job.
|
void |
CfnModelExplainabilityJobDefinition.setModelExplainabilityJobOutputConfig(IResolvable value)
The output configuration for monitoring jobs.
|
void |
CfnModelQualityJobDefinition.setModelQualityAppSpecification(IResolvable value)
Container image configuration object for the monitoring job.
|
void |
CfnModelQualityJobDefinition.setModelQualityBaselineConfig(IResolvable value)
Specifies the constraints and baselines for the monitoring job.
|
void |
CfnModelQualityJobDefinition.setModelQualityJobInput(IResolvable value)
A list of the inputs that are monitored.
|
void |
CfnModelQualityJobDefinition.setModelQualityJobOutputConfig(IResolvable value)
The output configuration for monitoring jobs.
|
void |
CfnMonitoringSchedule.setMonitoringScheduleConfig(IResolvable value)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
void |
CfnDataQualityJobDefinition.setNetworkConfig(IResolvable value)
Specifies networking configuration for the monitoring job.
|
void |
CfnModelExplainabilityJobDefinition.setNetworkConfig(IResolvable value)
Networking options for a model explainability job.
|
void |
CfnModelBiasJobDefinition.setNetworkConfig(IResolvable value)
Networking options for a model bias job.
|
void |
CfnModelQualityJobDefinition.setNetworkConfig(IResolvable value)
Specifies the network configuration for the monitoring job.
|
void |
CfnWorkteam.setNotificationConfiguration(IResolvable value)
Configures SNS notifications of available or expiring work items for work teams.
|
void |
CfnNotebookInstanceLifecycleConfig.setOnCreate(IResolvable value)
A shell script that runs only once, when you create a notebook instance.
|
void |
CfnNotebookInstanceLifecycleConfig.setOnStart(IResolvable value)
A shell script that runs every time you start a notebook instance, including when you create the notebook instance.
|
void |
CfnDeviceFleet.setOutputConfig(IResolvable value)
The output configuration for storing sample data collected by the fleet.
|
void |
CfnModel.setPrimaryContainer(IResolvable value)
The location of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.
|
void |
CfnEndpointConfig.setProductionVariants(IResolvable value)
A list of `ProductionVariant` objects, one for each model that you want to host at this endpoint.
|
void |
CfnApp.setResourceSpec(IResolvable value)
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
|
void |
CfnEndpoint.setRetainAllVariantProperties(IResolvable value)
When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight.
|
void |
CfnEndpoint.setRetainDeploymentConfig(IResolvable value)
Specifies whether to reuse the last deployment configuration.
|
void |
CfnDataQualityJobDefinition.setStoppingCondition(IResolvable value)
A time limit for how long the monitoring job is allowed to run before stopping.
|
void |
CfnModelExplainabilityJobDefinition.setStoppingCondition(IResolvable value)
`AWS::SageMaker::ModelExplainabilityJobDefinition.StoppingCondition`.
|
void |
CfnModelBiasJobDefinition.setStoppingCondition(IResolvable value)
A time limit for how long the monitoring job is allowed to run before stopping.
|
void |
CfnModelQualityJobDefinition.setStoppingCondition(IResolvable value)
A time limit for how long the monitoring job is allowed to run before stopping.
|
void |
CfnUserProfile.setUserSettings(IResolvable value)
A collection of settings that apply to users of Amazon SageMaker Studio.
|
void |
CfnModel.setVpcConfig(IResolvable value)
A [VpcConfig](https://docs.aws.amazon.com/sagemaker/latest/dg/API_VpcConfig.html) object that specifies the VPC that you want your model to connect to.
|
CfnDomain.UserSettingsProperty.Builder |
CfnDomain.UserSettingsProperty.Builder.sharingSettings(IResolvable sharingSettings)
Sets the value of
CfnDomain.UserSettingsProperty.getSharingSettings() |
CfnUserProfile.UserSettingsProperty.Builder |
CfnUserProfile.UserSettingsProperty.Builder.sharingSettings(IResolvable sharingSettings)
Sets the value of
CfnUserProfile.UserSettingsProperty.getSharingSettings() |
CfnDataQualityJobDefinition.DataQualityBaselineConfigProperty.Builder |
CfnDataQualityJobDefinition.DataQualityBaselineConfigProperty.Builder.statisticsResource(IResolvable statisticsResource)
|
CfnMonitoringSchedule.BaselineConfigProperty.Builder |
CfnMonitoringSchedule.BaselineConfigProperty.Builder.statisticsResource(IResolvable statisticsResource)
Sets the value of
CfnMonitoringSchedule.BaselineConfigProperty.getStatisticsResource() |
CfnDataQualityJobDefinition.Builder |
CfnDataQualityJobDefinition.Builder.stoppingCondition(IResolvable stoppingCondition)
A time limit for how long the monitoring job is allowed to run before stopping.
|
CfnModelExplainabilityJobDefinitionProps.Builder |
CfnModelExplainabilityJobDefinitionProps.Builder.stoppingCondition(IResolvable stoppingCondition)
Sets the value of
CfnModelExplainabilityJobDefinitionProps.getStoppingCondition() |
CfnModelExplainabilityJobDefinition.Builder |
CfnModelExplainabilityJobDefinition.Builder.stoppingCondition(IResolvable stoppingCondition)
`AWS::SageMaker::ModelExplainabilityJobDefinition.StoppingCondition`.
|
CfnModelQualityJobDefinitionProps.Builder |
CfnModelQualityJobDefinitionProps.Builder.stoppingCondition(IResolvable stoppingCondition)
Sets the value of
CfnModelQualityJobDefinitionProps.getStoppingCondition() |
CfnModelBiasJobDefinition.Builder |
CfnModelBiasJobDefinition.Builder.stoppingCondition(IResolvable stoppingCondition)
A time limit for how long the monitoring job is allowed to run before stopping.
|
CfnModelQualityJobDefinition.Builder |
CfnModelQualityJobDefinition.Builder.stoppingCondition(IResolvable stoppingCondition)
A time limit for how long the monitoring job is allowed to run before stopping.
|
CfnDataQualityJobDefinitionProps.Builder |
CfnDataQualityJobDefinitionProps.Builder.stoppingCondition(IResolvable stoppingCondition)
Sets the value of
CfnDataQualityJobDefinitionProps.getStoppingCondition() |
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder |
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder.stoppingCondition(IResolvable stoppingCondition)
|
CfnModelBiasJobDefinitionProps.Builder |
CfnModelBiasJobDefinitionProps.Builder.stoppingCondition(IResolvable stoppingCondition)
Sets the value of
CfnModelBiasJobDefinitionProps.getStoppingCondition() |
CfnEndpoint.BlueGreenUpdatePolicyProperty.Builder |
CfnEndpoint.BlueGreenUpdatePolicyProperty.Builder.trafficRoutingConfiguration(IResolvable trafficRoutingConfiguration)
|
CfnUserProfileProps.Builder |
CfnUserProfileProps.Builder.userSettings(IResolvable userSettings)
Sets the value of
CfnUserProfileProps.getUserSettings() |
CfnUserProfile.Builder |
CfnUserProfile.Builder.userSettings(IResolvable userSettings)
A collection of settings that apply to users of Amazon SageMaker Studio.
|
CfnDataQualityJobDefinition.NetworkConfigProperty.Builder |
CfnDataQualityJobDefinition.NetworkConfigProperty.Builder.vpcConfig(IResolvable vpcConfig)
Sets the value of
CfnDataQualityJobDefinition.NetworkConfigProperty.getVpcConfig() |
CfnModel.Builder |
CfnModel.Builder.vpcConfig(IResolvable vpcConfig)
A [VpcConfig](https://docs.aws.amazon.com/sagemaker/latest/dg/API_VpcConfig.html) object that specifies the VPC that you want your model to connect to.
|
CfnModelExplainabilityJobDefinition.NetworkConfigProperty.Builder |
CfnModelExplainabilityJobDefinition.NetworkConfigProperty.Builder.vpcConfig(IResolvable vpcConfig)
Sets the value of
CfnModelExplainabilityJobDefinition.NetworkConfigProperty.getVpcConfig() |
CfnModelProps.Builder |
CfnModelProps.Builder.vpcConfig(IResolvable vpcConfig)
Sets the value of
CfnModelProps.getVpcConfig() |
CfnModelBiasJobDefinition.NetworkConfigProperty.Builder |
CfnModelBiasJobDefinition.NetworkConfigProperty.Builder.vpcConfig(IResolvable vpcConfig)
Sets the value of
CfnModelBiasJobDefinition.NetworkConfigProperty.getVpcConfig() |
CfnModelQualityJobDefinition.NetworkConfigProperty.Builder |
CfnModelQualityJobDefinition.NetworkConfigProperty.Builder.vpcConfig(IResolvable vpcConfig)
Sets the value of
CfnModelQualityJobDefinition.NetworkConfigProperty.getVpcConfig() |
CfnMonitoringSchedule.NetworkConfigProperty.Builder |
CfnMonitoringSchedule.NetworkConfigProperty.Builder.vpcConfig(IResolvable vpcConfig)
Sets the value of
CfnMonitoringSchedule.NetworkConfigProperty.getVpcConfig() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourcePolicy.Builder |
CfnResourcePolicy.Builder.blockPublicPolicy(IResolvable blockPublicPolicy)
Specifies whether to block resource-based policies that allow broad access to the secret.
|
CfnResourcePolicyProps.Builder |
CfnResourcePolicyProps.Builder.blockPublicPolicy(IResolvable blockPublicPolicy)
Sets the value of
CfnResourcePolicyProps.getBlockPublicPolicy() |
CfnSecret.GenerateSecretStringProperty.Builder |
CfnSecret.GenerateSecretStringProperty.Builder.excludeLowercase(IResolvable excludeLowercase)
Sets the value of
CfnSecret.GenerateSecretStringProperty.getExcludeLowercase() |
CfnSecret.GenerateSecretStringProperty.Builder |
CfnSecret.GenerateSecretStringProperty.Builder.excludeNumbers(IResolvable excludeNumbers)
Sets the value of
CfnSecret.GenerateSecretStringProperty.getExcludeNumbers() |
CfnSecret.GenerateSecretStringProperty.Builder |
CfnSecret.GenerateSecretStringProperty.Builder.excludePunctuation(IResolvable excludePunctuation)
Sets the value of
CfnSecret.GenerateSecretStringProperty.getExcludePunctuation() |
CfnSecret.GenerateSecretStringProperty.Builder |
CfnSecret.GenerateSecretStringProperty.Builder.excludeUppercase(IResolvable excludeUppercase)
Sets the value of
CfnSecret.GenerateSecretStringProperty.getExcludeUppercase() |
CfnSecret.Builder |
CfnSecret.Builder.generateSecretString(IResolvable generateSecretString)
A structure that specifies how to generate a password to encrypt and store in the secret.
|
CfnSecretProps.Builder |
CfnSecretProps.Builder.generateSecretString(IResolvable generateSecretString)
Sets the value of
CfnSecretProps.getGenerateSecretString() |
CfnRotationScheduleProps.Builder |
CfnRotationScheduleProps.Builder.hostedRotationLambda(IResolvable hostedRotationLambda)
Sets the value of
CfnRotationScheduleProps.getHostedRotationLambda() |
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.hostedRotationLambda(IResolvable hostedRotationLambda)
Creates a new Lambda rotation function based on one of the [Secrets Manager rotation function templates](https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_available-rotation-templates.html) .
|
CfnSecret.GenerateSecretStringProperty.Builder |
CfnSecret.GenerateSecretStringProperty.Builder.includeSpace(IResolvable includeSpace)
Sets the value of
CfnSecret.GenerateSecretStringProperty.getIncludeSpace() |
CfnSecret.Builder |
CfnSecret.Builder.replicaRegions(IResolvable replicaRegions)
A custom type that specifies a `Region` and the `KmsKeyId` for a replica secret.
|
CfnSecretProps.Builder |
CfnSecretProps.Builder.replicaRegions(IResolvable replicaRegions)
Sets the value of
CfnSecretProps.getReplicaRegions() |
CfnSecret.GenerateSecretStringProperty.Builder |
CfnSecret.GenerateSecretStringProperty.Builder.requireEachIncludedType(IResolvable requireEachIncludedType)
Sets the value of
CfnSecret.GenerateSecretStringProperty.getRequireEachIncludedType() |
CfnRotationScheduleProps.Builder |
CfnRotationScheduleProps.Builder.rotateImmediatelyOnUpdate(IResolvable rotateImmediatelyOnUpdate)
Sets the value of
CfnRotationScheduleProps.getRotateImmediatelyOnUpdate() |
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.rotateImmediatelyOnUpdate(IResolvable rotateImmediatelyOnUpdate)
Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window.
|
CfnRotationScheduleProps.Builder |
CfnRotationScheduleProps.Builder.rotationRules(IResolvable rotationRules)
Sets the value of
CfnRotationScheduleProps.getRotationRules() |
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.rotationRules(IResolvable rotationRules)
A structure that defines the rotation configuration for this secret.
|
void |
CfnResourcePolicy.setBlockPublicPolicy(IResolvable value)
Specifies whether to block resource-based policies that allow broad access to the secret.
|
void |
CfnSecret.setGenerateSecretString(IResolvable value)
A structure that specifies how to generate a password to encrypt and store in the secret.
|
void |
CfnRotationSchedule.setHostedRotationLambda(IResolvable value)
Creates a new Lambda rotation function based on one of the [Secrets Manager rotation function templates](https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_available-rotation-templates.html) .
|
void |
CfnSecret.setReplicaRegions(IResolvable value)
A custom type that specifies a `Region` and the `KmsKeyId` for a replica secret.
|
void |
CfnRotationSchedule.setRotateImmediatelyOnUpdate(IResolvable value)
Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window.
|
void |
CfnRotationSchedule.setRotationRules(IResolvable value)
A structure that defines the rotation configuration for this secret.
|
| Modifier and Type | Method and Description |
|---|---|
CfnTagOptionProps.Builder |
CfnTagOptionProps.Builder.active(IResolvable active)
Sets the value of
CfnTagOptionProps.getActive() |
CfnTagOption.Builder |
CfnTagOption.Builder.active(IResolvable active)
The TagOption active state.
|
CfnServiceActionProps.Builder |
CfnServiceActionProps.Builder.definition(IResolvable definition)
Sets the value of
CfnServiceActionProps.getDefinition() |
CfnServiceAction.Builder |
CfnServiceAction.Builder.definition(IResolvable definition)
A map that defines the self-service action.
|
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Builder |
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Builder.disableTemplateValidation(IResolvable disableTemplateValidation)
|
CfnCloudFormationProductProps.Builder |
CfnCloudFormationProductProps.Builder.provisioningArtifactParameters(IResolvable provisioningArtifactParameters)
Sets the value of
CfnCloudFormationProductProps.getProvisioningArtifactParameters() |
CfnCloudFormationProduct.Builder |
CfnCloudFormationProduct.Builder.provisioningArtifactParameters(IResolvable provisioningArtifactParameters)
The configuration of the provisioning artifact (also known as a version).
|
CfnCloudFormationProvisionedProductProps.Builder |
CfnCloudFormationProvisionedProductProps.Builder.provisioningParameters(IResolvable provisioningParameters)
Sets the value of
CfnCloudFormationProvisionedProductProps.getProvisioningParameters() |
CfnCloudFormationProvisionedProduct.Builder |
CfnCloudFormationProvisionedProduct.Builder.provisioningParameters(IResolvable provisioningParameters)
Parameters specified by the administrator that are required for provisioning the product.
|
CfnCloudFormationProvisionedProductProps.Builder |
CfnCloudFormationProvisionedProductProps.Builder.provisioningPreferences(IResolvable provisioningPreferences)
Sets the value of
CfnCloudFormationProvisionedProductProps.getProvisioningPreferences() |
CfnCloudFormationProvisionedProduct.Builder |
CfnCloudFormationProvisionedProduct.Builder.provisioningPreferences(IResolvable provisioningPreferences)
StackSet preferences that are required for provisioning the product or updating a provisioned product.
|
CfnCloudFormationProductProps.Builder |
CfnCloudFormationProductProps.Builder.replaceProvisioningArtifacts(IResolvable replaceProvisioningArtifacts)
Sets the value of
CfnCloudFormationProductProps.getReplaceProvisioningArtifacts() |
CfnCloudFormationProduct.Builder |
CfnCloudFormationProduct.Builder.replaceProvisioningArtifacts(IResolvable replaceProvisioningArtifacts)
This property is turned off by default.
|
void |
CfnTagOption.setActive(IResolvable value)
The TagOption active state.
|
void |
CfnServiceAction.setDefinition(IResolvable value)
A map that defines the self-service action.
|
void |
CfnCloudFormationProduct.setProvisioningArtifactParameters(IResolvable value)
The configuration of the provisioning artifact (also known as a version).
|
void |
CfnCloudFormationProvisionedProduct.setProvisioningParameters(IResolvable value)
Parameters specified by the administrator that are required for provisioning the product.
|
void |
CfnCloudFormationProvisionedProduct.setProvisioningPreferences(IResolvable value)
StackSet preferences that are required for provisioning the product or updating a provisioned product.
|
void |
CfnCloudFormationProduct.setReplaceProvisioningArtifacts(IResolvable value)
This property is turned off by default.
|
void |
CfnPortfolioShare.setShareTagOptions(IResolvable value)
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
|
CfnPortfolioShareProps.Builder |
CfnPortfolioShareProps.Builder.shareTagOptions(IResolvable shareTagOptions)
Sets the value of
CfnPortfolioShareProps.getShareTagOptions() |
CfnPortfolioShare.Builder |
CfnPortfolioShare.Builder.shareTagOptions(IResolvable shareTagOptions)
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
|
| Modifier and Type | Method and Description |
|---|---|
CfnService.Builder |
CfnService.Builder.dnsConfig(IResolvable dnsConfig)
A complex type that contains information about the Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.dnsConfig(IResolvable dnsConfig)
Sets the value of
CfnServiceProps.getDnsConfig() |
CfnPublicDnsNamespace.PropertiesProperty.Builder |
CfnPublicDnsNamespace.PropertiesProperty.Builder.dnsProperties(IResolvable dnsProperties)
Sets the value of
CfnPublicDnsNamespace.PropertiesProperty.getDnsProperties() |
CfnPrivateDnsNamespace.PropertiesProperty.Builder |
CfnPrivateDnsNamespace.PropertiesProperty.Builder.dnsProperties(IResolvable dnsProperties)
Sets the value of
CfnPrivateDnsNamespace.PropertiesProperty.getDnsProperties() |
CfnService.DnsConfigProperty.Builder |
CfnService.DnsConfigProperty.Builder.dnsRecords(IResolvable dnsRecords)
Sets the value of
CfnService.DnsConfigProperty.getDnsRecords() |
CfnService.Builder |
CfnService.Builder.healthCheckConfig(IResolvable healthCheckConfig)
*Public DNS and HTTP namespaces only.* A complex type that contains settings for an optional health check.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.healthCheckConfig(IResolvable healthCheckConfig)
Sets the value of
CfnServiceProps.getHealthCheckConfig() |
CfnService.Builder |
CfnService.Builder.healthCheckCustomConfig(IResolvable healthCheckCustomConfig)
A complex type that contains information about an optional custom health check.
|
CfnServiceProps.Builder |
CfnServiceProps.Builder.healthCheckCustomConfig(IResolvable healthCheckCustomConfig)
Sets the value of
CfnServiceProps.getHealthCheckCustomConfig() |
CfnPublicDnsNamespace.Builder |
CfnPublicDnsNamespace.Builder.properties(IResolvable properties)
Properties for the public DNS namespace.
|
CfnPrivateDnsNamespaceProps.Builder |
CfnPrivateDnsNamespaceProps.Builder.properties(IResolvable properties)
Sets the value of
CfnPrivateDnsNamespaceProps.getProperties() |
CfnPublicDnsNamespaceProps.Builder |
CfnPublicDnsNamespaceProps.Builder.properties(IResolvable properties)
Sets the value of
CfnPublicDnsNamespaceProps.getProperties() |
CfnPrivateDnsNamespace.Builder |
CfnPrivateDnsNamespace.Builder.properties(IResolvable properties)
Properties for the private DNS namespace.
|
void |
CfnService.setDnsConfig(IResolvable value)
A complex type that contains information about the Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.
|
void |
CfnService.setHealthCheckConfig(IResolvable value)
*Public DNS and HTTP namespaces only.* A complex type that contains settings for an optional health check.
|
void |
CfnService.setHealthCheckCustomConfig(IResolvable value)
A complex type that contains information about an optional custom health check.
|
void |
CfnPublicDnsNamespace.setProperties(IResolvable value)
Properties for the public DNS namespace.
|
void |
CfnPrivateDnsNamespace.setProperties(IResolvable value)
Properties for the private DNS namespace.
|
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.Builder |
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.Builder.soa(IResolvable soa)
Sets the value of
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.getSoa() |
CfnPrivateDnsNamespace.PrivateDnsPropertiesMutableProperty.Builder |
CfnPrivateDnsNamespace.PrivateDnsPropertiesMutableProperty.Builder.soa(IResolvable soa)
Sets the value of
CfnPrivateDnsNamespace.PrivateDnsPropertiesMutableProperty.getSoa() |
| Modifier and Type | Method and Description |
|---|---|
CfnReceiptRule.RuleProperty.Builder |
CfnReceiptRule.RuleProperty.Builder.actions(IResolvable actions)
Sets the value of
CfnReceiptRule.RuleProperty.getActions() |
CfnReceiptRule.ActionProperty.Builder |
CfnReceiptRule.ActionProperty.Builder.addHeaderAction(IResolvable addHeaderAction)
Sets the value of
CfnReceiptRule.ActionProperty.getAddHeaderAction() |
CfnReceiptRule.ActionProperty.Builder |
CfnReceiptRule.ActionProperty.Builder.bounceAction(IResolvable bounceAction)
Sets the value of
CfnReceiptRule.ActionProperty.getBounceAction() |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.cloudWatchDestination(IResolvable cloudWatchDestination)
|
CfnConfigurationSetEventDestination.CloudWatchDestinationProperty.Builder |
CfnConfigurationSetEventDestination.CloudWatchDestinationProperty.Builder.dimensionConfigurations(IResolvable dimensionConfigurations)
|
CfnReceiptRule.RuleProperty.Builder |
CfnReceiptRule.RuleProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnReceiptRule.RuleProperty.getEnabled() |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.enabled(IResolvable enabled)
|
CfnConfigurationSetEventDestination.Builder |
CfnConfigurationSetEventDestination.Builder.eventDestination(IResolvable eventDestination)
The event destination object.
|
CfnConfigurationSetEventDestinationProps.Builder |
CfnConfigurationSetEventDestinationProps.Builder.eventDestination(IResolvable eventDestination)
Sets the value of
CfnConfigurationSetEventDestinationProps.getEventDestination() |
CfnReceiptFilterProps.Builder |
CfnReceiptFilterProps.Builder.filter(IResolvable filter)
Sets the value of
CfnReceiptFilterProps.getFilter() |
CfnReceiptFilter.Builder |
CfnReceiptFilter.Builder.filter(IResolvable filter)
A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
|
CfnReceiptFilter.FilterProperty.Builder |
CfnReceiptFilter.FilterProperty.Builder.ipFilter(IResolvable ipFilter)
Sets the value of
CfnReceiptFilter.FilterProperty.getIpFilter() |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder |
CfnConfigurationSetEventDestination.EventDestinationProperty.Builder.kinesisFirehoseDestination(IResolvable kinesisFirehoseDestination)
|
CfnReceiptRule.ActionProperty.Builder |
CfnReceiptRule.ActionProperty.Builder.lambdaAction(IResolvable lambdaAction)
Sets the value of
CfnReceiptRule.ActionProperty.getLambdaAction() |
CfnReceiptRuleProps.Builder |
CfnReceiptRuleProps.Builder.rule(IResolvable rule)
Sets the value of
CfnReceiptRuleProps.getRule() |
CfnReceiptRule.Builder |
CfnReceiptRule.Builder.rule(IResolvable rule)
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
|
CfnReceiptRule.ActionProperty.Builder |
CfnReceiptRule.ActionProperty.Builder.s3Action(IResolvable s3Action)
Sets the value of
CfnReceiptRule.ActionProperty.getS3Action() |
CfnReceiptRule.RuleProperty.Builder |
CfnReceiptRule.RuleProperty.Builder.scanEnabled(IResolvable scanEnabled)
Sets the value of
CfnReceiptRule.RuleProperty.getScanEnabled() |
void |
CfnConfigurationSetEventDestination.setEventDestination(IResolvable value)
The event destination object.
|
void |
CfnReceiptFilter.setFilter(IResolvable value)
A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
|
void |
CfnReceiptRule.setRule(IResolvable value)
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
|
void |
CfnTemplate.setTemplate(IResolvable value)
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
void |
CfnContactList.setTopics(IResolvable value)
An interest group, theme, or label within a list.
|
CfnReceiptRule.ActionProperty.Builder |
CfnReceiptRule.ActionProperty.Builder.snsAction(IResolvable snsAction)
Sets the value of
CfnReceiptRule.ActionProperty.getSnsAction() |
CfnReceiptRule.ActionProperty.Builder |
CfnReceiptRule.ActionProperty.Builder.stopAction(IResolvable stopAction)
Sets the value of
CfnReceiptRule.ActionProperty.getStopAction() |
CfnTemplateProps.Builder |
CfnTemplateProps.Builder.template(IResolvable template)
Sets the value of
CfnTemplateProps.getTemplate() |
CfnTemplate.Builder |
CfnTemplate.Builder.template(IResolvable template)
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
CfnContactListProps.Builder |
CfnContactListProps.Builder.topics(IResolvable topics)
Sets the value of
CfnContactListProps.getTopics() |
CfnContactList.Builder |
CfnContactList.Builder.topics(IResolvable topics)
An interest group, theme, or label within a list.
|
CfnReceiptRule.ActionProperty.Builder |
CfnReceiptRule.ActionProperty.Builder.workmailAction(IResolvable workmailAction)
Sets the value of
CfnReceiptRule.ActionProperty.getWorkmailAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
CfnSigningProfile.setSignatureValidityPeriod(IResolvable value)
The validity period override for any signature generated using this signing profile.
|
CfnSigningProfileProps.Builder |
CfnSigningProfileProps.Builder.signatureValidityPeriod(IResolvable signatureValidityPeriod)
Sets the value of
CfnSigningProfileProps.getSignatureValidityPeriod() |
CfnSigningProfile.Builder |
CfnSigningProfile.Builder.signatureValidityPeriod(IResolvable signatureValidityPeriod)
The validity period override for any signature generated using this signing profile.
|
| Modifier and Type | Method and Description |
|---|---|
CfnTopicProps.Builder |
CfnTopicProps.Builder.contentBasedDeduplication(IResolvable contentBasedDeduplication)
Sets the value of
CfnTopicProps.getContentBasedDeduplication() |
CfnTopic.Builder |
CfnTopic.Builder.contentBasedDeduplication(IResolvable contentBasedDeduplication)
Enables content-based deduplication for FIFO topics.
|
CfnTopicProps.Builder |
CfnTopicProps.Builder.fifoTopic(IResolvable fifoTopic)
Sets the value of
CfnTopicProps.getFifoTopic() |
CfnTopic.Builder |
CfnTopic.Builder.fifoTopic(IResolvable fifoTopic)
Set to true to create a FIFO topic.
|
CfnSubscriptionProps.Builder |
CfnSubscriptionProps.Builder.rawMessageDelivery(IResolvable rawMessageDelivery)
Sets the value of
CfnSubscriptionProps.getRawMessageDelivery() |
CfnSubscription.Builder |
CfnSubscription.Builder.rawMessageDelivery(IResolvable rawMessageDelivery)
When set to `true` , enables raw message delivery.
|
void |
CfnTopic.setContentBasedDeduplication(IResolvable value)
Enables content-based deduplication for FIFO topics.
|
void |
CfnTopic.setFifoTopic(IResolvable value)
Set to true to create a FIFO topic.
|
void |
CfnSubscription.setRawMessageDelivery(IResolvable value)
When set to `true` , enables raw message delivery.
|
void |
CfnTopic.setSubscription(IResolvable value)
The Amazon SNS subscriptions (endpoints) for this topic.
|
CfnTopicProps.Builder |
CfnTopicProps.Builder.subscription(IResolvable subscription)
Sets the value of
CfnTopicProps.getSubscription() |
CfnTopic.Builder |
CfnTopic.Builder.subscription(IResolvable subscription)
The Amazon SNS subscriptions (endpoints) for this topic.
|
| Modifier and Type | Method and Description |
|---|---|
CfnQueue.Builder |
CfnQueue.Builder.contentBasedDeduplication(IResolvable contentBasedDeduplication)
For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication.
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.contentBasedDeduplication(IResolvable contentBasedDeduplication)
Sets the value of
CfnQueueProps.getContentBasedDeduplication() |
CfnQueue.Builder |
CfnQueue.Builder.fifoQueue(IResolvable fifoQueue)
If set to true, creates a FIFO queue.
|
CfnQueueProps.Builder |
CfnQueueProps.Builder.fifoQueue(IResolvable fifoQueue)
Sets the value of
CfnQueueProps.getFifoQueue() |
void |
CfnQueue.setContentBasedDeduplication(IResolvable value)
For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication.
|
void |
CfnQueue.setFifoQueue(IResolvable value)
If set to true, creates a FIFO queue.
|
| Modifier and Type | Method and Description |
|---|---|
CfnMaintenanceWindow.Builder |
CfnMaintenanceWindow.Builder.allowUnassociatedTargets(IResolvable allowUnassociatedTargets)
Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.
|
CfnMaintenanceWindowProps.Builder |
CfnMaintenanceWindowProps.Builder.allowUnassociatedTargets(IResolvable allowUnassociatedTargets)
Sets the value of
CfnMaintenanceWindowProps.getAllowUnassociatedTargets() |
CfnAssociation.Builder |
CfnAssociation.Builder.applyOnlyAtCronInterval(IResolvable applyOnlyAtCronInterval)
By default, when you create a new association, the system runs it immediately after it is created and then according to the schedule you specified.
|
CfnAssociationProps.Builder |
CfnAssociationProps.Builder.applyOnlyAtCronInterval(IResolvable applyOnlyAtCronInterval)
Sets the value of
CfnAssociationProps.getApplyOnlyAtCronInterval() |
CfnPatchBaseline.Builder |
CfnPatchBaseline.Builder.approvalRules(IResolvable approvalRules)
A set of rules used to include patches in the baseline.
|
CfnPatchBaselineProps.Builder |
CfnPatchBaselineProps.Builder.approvalRules(IResolvable approvalRules)
Sets the value of
CfnPatchBaselineProps.getApprovalRules() |
CfnPatchBaseline.Builder |
CfnPatchBaseline.Builder.approvedPatchesEnableNonSecurity(IResolvable approvedPatchesEnableNonSecurity)
Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.
|
CfnPatchBaselineProps.Builder |
CfnPatchBaselineProps.Builder.approvedPatchesEnableNonSecurity(IResolvable approvedPatchesEnableNonSecurity)
Sets the value of
CfnPatchBaselineProps.getApprovedPatchesEnableNonSecurity() |
CfnDocumentProps.Builder |
CfnDocumentProps.Builder.attachments(IResolvable attachments)
Sets the value of
CfnDocumentProps.getAttachments() |
CfnDocument.Builder |
CfnDocument.Builder.attachments(IResolvable attachments)
A list of key-value pairs that describe attachments to a version of a document.
|
CfnResourceDataSync.SyncSourceProperty.Builder |
CfnResourceDataSync.SyncSourceProperty.Builder.awsOrganizationsSource(IResolvable awsOrganizationsSource)
Sets the value of
CfnResourceDataSync.SyncSourceProperty.getAwsOrganizationsSource() |
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Builder |
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Builder.cloudWatchOutputConfig(IResolvable cloudWatchOutputConfig)
|
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder |
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder.cloudWatchOutputEnabled(IResolvable cloudWatchOutputEnabled)
|
CfnPatchBaseline.RuleProperty.Builder |
CfnPatchBaseline.RuleProperty.Builder.enableNonSecurity(IResolvable enableNonSecurity)
Sets the value of
CfnPatchBaseline.RuleProperty.getEnableNonSecurity() |
CfnPatchBaseline.Builder |
CfnPatchBaseline.Builder.globalFilters(IResolvable globalFilters)
A set of global filters used to include patches in the baseline.
|
CfnPatchBaselineProps.Builder |
CfnPatchBaselineProps.Builder.globalFilters(IResolvable globalFilters)
Sets the value of
CfnPatchBaselineProps.getGlobalFilters() |
CfnResourceDataSync.SyncSourceProperty.Builder |
CfnResourceDataSync.SyncSourceProperty.Builder.includeFutureRegions(IResolvable includeFutureRegions)
Sets the value of
CfnResourceDataSync.SyncSourceProperty.getIncludeFutureRegions() |
CfnMaintenanceWindowTaskProps.Builder |
CfnMaintenanceWindowTaskProps.Builder.loggingInfo(IResolvable loggingInfo)
Sets the value of
CfnMaintenanceWindowTaskProps.getLoggingInfo() |
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.loggingInfo(IResolvable loggingInfo)
Information about an Amazon S3 bucket to write task-level logs to.
|
CfnMaintenanceWindowTask.TaskInvocationParametersProperty.Builder |
CfnMaintenanceWindowTask.TaskInvocationParametersProperty.Builder.maintenanceWindowAutomationParameters(IResolvable maintenanceWindowAutomationParameters)
|
CfnMaintenanceWindowTask.TaskInvocationParametersProperty.Builder |
CfnMaintenanceWindowTask.TaskInvocationParametersProperty.Builder.maintenanceWindowLambdaParameters(IResolvable maintenanceWindowLambdaParameters)
|
CfnMaintenanceWindowTask.TaskInvocationParametersProperty.Builder |
CfnMaintenanceWindowTask.TaskInvocationParametersProperty.Builder.maintenanceWindowRunCommandParameters(IResolvable maintenanceWindowRunCommandParameters)
|
CfnMaintenanceWindowTask.TaskInvocationParametersProperty.Builder |
CfnMaintenanceWindowTask.TaskInvocationParametersProperty.Builder.maintenanceWindowStepFunctionsParameters(IResolvable maintenanceWindowStepFunctionsParameters)
|
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Builder |
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Builder.notificationConfig(IResolvable notificationConfig)
|
CfnAssociation.Builder |
CfnAssociation.Builder.outputLocation(IResolvable outputLocation)
An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.
|
CfnAssociationProps.Builder |
CfnAssociationProps.Builder.outputLocation(IResolvable outputLocation)
Sets the value of
CfnAssociationProps.getOutputLocation() |
CfnAssociation.Builder |
CfnAssociation.Builder.parameters(IResolvable parameters)
The parameters for the runtime configuration of the document.
|
CfnAssociationProps.Builder |
CfnAssociationProps.Builder.parameters(IResolvable parameters)
Sets the value of
CfnAssociationProps.getParameters() |
CfnPatchBaseline.RuleProperty.Builder |
CfnPatchBaseline.RuleProperty.Builder.patchFilterGroup(IResolvable patchFilterGroup)
Sets the value of
CfnPatchBaseline.RuleProperty.getPatchFilterGroup() |
CfnPatchBaseline.PatchFilterGroupProperty.Builder |
CfnPatchBaseline.PatchFilterGroupProperty.Builder.patchFilters(IResolvable patchFilters)
Sets the value of
CfnPatchBaseline.PatchFilterGroupProperty.getPatchFilters() |
CfnPatchBaseline.RuleGroupProperty.Builder |
CfnPatchBaseline.RuleGroupProperty.Builder.patchRules(IResolvable patchRules)
Sets the value of
CfnPatchBaseline.RuleGroupProperty.getPatchRules() |
CfnDocumentProps.Builder |
CfnDocumentProps.Builder.requires(IResolvable requires)
Sets the value of
CfnDocumentProps.getRequires() |
CfnDocument.Builder |
CfnDocument.Builder.requires(IResolvable requires)
A list of SSM documents required by a document.
|
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.s3Destination(IResolvable s3Destination)
Configuration information for the target S3 bucket.
|
CfnResourceDataSyncProps.Builder |
CfnResourceDataSyncProps.Builder.s3Destination(IResolvable s3Destination)
Sets the value of
CfnResourceDataSyncProps.getS3Destination() |
CfnAssociation.InstanceAssociationOutputLocationProperty.Builder |
CfnAssociation.InstanceAssociationOutputLocationProperty.Builder.s3Location(IResolvable s3Location)
Sets the value of
CfnAssociation.InstanceAssociationOutputLocationProperty.getS3Location() |
void |
CfnMaintenanceWindow.setAllowUnassociatedTargets(IResolvable value)
Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.
|
void |
CfnAssociation.setApplyOnlyAtCronInterval(IResolvable value)
By default, when you create a new association, the system runs it immediately after it is created and then according to the schedule you specified.
|
void |
CfnPatchBaseline.setApprovalRules(IResolvable value)
A set of rules used to include patches in the baseline.
|
void |
CfnPatchBaseline.setApprovedPatchesEnableNonSecurity(IResolvable value)
Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.
|
void |
CfnDocument.setAttachments(IResolvable value)
A list of key-value pairs that describe attachments to a version of a document.
|
void |
CfnPatchBaseline.setGlobalFilters(IResolvable value)
A set of global filters used to include patches in the baseline.
|
void |
CfnMaintenanceWindowTask.setLoggingInfo(IResolvable value)
Information about an Amazon S3 bucket to write task-level logs to.
|
void |
CfnAssociation.setOutputLocation(IResolvable value)
An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.
|
void |
CfnAssociation.setParameters(IResolvable value)
The parameters for the runtime configuration of the document.
|
void |
CfnDocument.setRequires(IResolvable value)
A list of SSM documents required by a document.
|
void |
CfnResourceDataSync.setS3Destination(IResolvable value)
Configuration information for the target S3 bucket.
|
void |
CfnPatchBaseline.setSources(IResolvable value)
Information about the patches to use to update the managed nodes, including target operating systems and source repositories.
|
void |
CfnResourceDataSync.setSyncSource(IResolvable value)
Information about the source where the data was synchronized.
|
void |
CfnAssociation.setTargets(IResolvable value)
The targets for the association.
|
void |
CfnMaintenanceWindowTarget.setTargets(IResolvable value)
The targets to register with the maintenance window.
|
void |
CfnMaintenanceWindowTask.setTargets(IResolvable value)
The targets, either instances or window target IDs.
|
void |
CfnMaintenanceWindowTask.setTaskInvocationParameters(IResolvable value)
The parameters to pass to the task when it runs.
|
CfnPatchBaseline.Builder |
CfnPatchBaseline.Builder.sources(IResolvable sources)
Information about the patches to use to update the managed nodes, including target operating systems and source repositories.
|
CfnPatchBaselineProps.Builder |
CfnPatchBaselineProps.Builder.sources(IResolvable sources)
Sets the value of
CfnPatchBaselineProps.getSources() |
CfnResourceDataSync.Builder |
CfnResourceDataSync.Builder.syncSource(IResolvable syncSource)
Information about the source where the data was synchronized.
|
CfnResourceDataSyncProps.Builder |
CfnResourceDataSyncProps.Builder.syncSource(IResolvable syncSource)
Sets the value of
CfnResourceDataSyncProps.getSyncSource() |
CfnMaintenanceWindowTaskProps.Builder |
CfnMaintenanceWindowTaskProps.Builder.targets(IResolvable targets)
Sets the value of
CfnMaintenanceWindowTaskProps.getTargets() |
CfnAssociation.Builder |
CfnAssociation.Builder.targets(IResolvable targets)
The targets for the association.
|
CfnMaintenanceWindowTargetProps.Builder |
CfnMaintenanceWindowTargetProps.Builder.targets(IResolvable targets)
Sets the value of
CfnMaintenanceWindowTargetProps.getTargets() |
CfnMaintenanceWindowTarget.Builder |
CfnMaintenanceWindowTarget.Builder.targets(IResolvable targets)
The targets to register with the maintenance window.
|
CfnAssociationProps.Builder |
CfnAssociationProps.Builder.targets(IResolvable targets)
Sets the value of
CfnAssociationProps.getTargets() |
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.targets(IResolvable targets)
The targets, either instances or window target IDs.
|
CfnMaintenanceWindowTaskProps.Builder |
CfnMaintenanceWindowTaskProps.Builder.taskInvocationParameters(IResolvable taskInvocationParameters)
Sets the value of
CfnMaintenanceWindowTaskProps.getTaskInvocationParameters() |
CfnMaintenanceWindowTask.Builder |
CfnMaintenanceWindowTask.Builder.taskInvocationParameters(IResolvable taskInvocationParameters)
The parameters to pass to the task when it runs.
|
| Modifier and Type | Method and Description |
|---|---|
CfnContact.TargetsProperty.Builder |
CfnContact.TargetsProperty.Builder.channelTargetInfo(IResolvable channelTargetInfo)
Sets the value of
CfnContact.TargetsProperty.getChannelTargetInfo() |
CfnContact.TargetsProperty.Builder |
CfnContact.TargetsProperty.Builder.contactTargetInfo(IResolvable contactTargetInfo)
Sets the value of
CfnContact.TargetsProperty.getContactTargetInfo() |
CfnContactChannel.Builder |
CfnContactChannel.Builder.deferActivation(IResolvable deferActivation)
If you want to activate the channel at a later time, you can choose to defer activation.
|
CfnContactChannelProps.Builder |
CfnContactChannelProps.Builder.deferActivation(IResolvable deferActivation)
Sets the value of
CfnContactChannelProps.getDeferActivation() |
CfnContact.ContactTargetInfoProperty.Builder |
CfnContact.ContactTargetInfoProperty.Builder.isEssential(IResolvable isEssential)
Sets the value of
CfnContact.ContactTargetInfoProperty.getIsEssential() |
CfnContact.Builder |
CfnContact.Builder.plan(IResolvable plan)
A list of stages.
|
CfnContactProps.Builder |
CfnContactProps.Builder.plan(IResolvable plan)
Sets the value of
CfnContactProps.getPlan() |
void |
CfnContactChannel.setDeferActivation(IResolvable value)
If you want to activate the channel at a later time, you can choose to defer activation.
|
void |
CfnContact.setPlan(IResolvable value)
A list of stages.
|
CfnContact.StageProperty.Builder |
CfnContact.StageProperty.Builder.targets(IResolvable targets)
Sets the value of
CfnContact.StageProperty.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
CfnResponsePlanProps.Builder |
CfnResponsePlanProps.Builder.actions(IResolvable actions)
Sets the value of
CfnResponsePlanProps.getActions() |
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.actions(IResolvable actions)
The actions that the response plan starts at the beginning of an incident.
|
CfnResponsePlanProps.Builder |
CfnResponsePlanProps.Builder.chatChannel(IResolvable chatChannel)
Sets the value of
CfnResponsePlanProps.getChatChannel() |
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.chatChannel(IResolvable chatChannel)
The AWS Chatbot chat channel used for collaboration during an incident.
|
CfnReplicationSetProps.Builder |
CfnReplicationSetProps.Builder.deletionProtected(IResolvable deletionProtected)
Sets the value of
CfnReplicationSetProps.getDeletionProtected() |
CfnReplicationSet.Builder |
CfnReplicationSet.Builder.deletionProtected(IResolvable deletionProtected)
Determines if the replication set deletion protection is enabled or not.
|
CfnResponsePlanProps.Builder |
CfnResponsePlanProps.Builder.incidentTemplate(IResolvable incidentTemplate)
Sets the value of
CfnResponsePlanProps.getIncidentTemplate() |
CfnResponsePlan.Builder |
CfnResponsePlan.Builder.incidentTemplate(IResolvable incidentTemplate)
Details used to create an incident when using this response plan.
|
CfnResponsePlan.IncidentTemplateProperty.Builder |
CfnResponsePlan.IncidentTemplateProperty.Builder.notificationTargets(IResolvable notificationTargets)
Sets the value of
CfnResponsePlan.IncidentTemplateProperty.getNotificationTargets() |
CfnResponsePlan.SsmAutomationProperty.Builder |
CfnResponsePlan.SsmAutomationProperty.Builder.parameters(IResolvable parameters)
Sets the value of
CfnResponsePlan.SsmAutomationProperty.getParameters() |
CfnReplicationSet.ReplicationRegionProperty.Builder |
CfnReplicationSet.ReplicationRegionProperty.Builder.regionConfiguration(IResolvable regionConfiguration)
Sets the value of
CfnReplicationSet.ReplicationRegionProperty.getRegionConfiguration() |
CfnReplicationSetProps.Builder |
CfnReplicationSetProps.Builder.regions(IResolvable regions)
Sets the value of
CfnReplicationSetProps.getRegions() |
CfnReplicationSet.Builder |
CfnReplicationSet.Builder.regions(IResolvable regions)
Specifies the Regions of the replication set.
|
void |
CfnResponsePlan.setActions(IResolvable value)
The actions that the response plan starts at the beginning of an incident.
|
void |
CfnResponsePlan.setChatChannel(IResolvable value)
The AWS Chatbot chat channel used for collaboration during an incident.
|
void |
CfnReplicationSet.setDeletionProtected(IResolvable value)
Determines if the replication set deletion protection is enabled or not.
|
void |
CfnResponsePlan.setIncidentTemplate(IResolvable value)
Details used to create an incident when using this response plan.
|
void |
CfnReplicationSet.setRegions(IResolvable value)
Specifies the Regions of the replication set.
|
CfnResponsePlan.ActionProperty.Builder |
CfnResponsePlan.ActionProperty.Builder.ssmAutomation(IResolvable ssmAutomation)
Sets the value of
CfnResponsePlan.ActionProperty.getSsmAutomation() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstanceAccessControlAttributeConfigurationProps.Builder |
CfnInstanceAccessControlAttributeConfigurationProps.Builder.accessControlAttributes(IResolvable accessControlAttributes)
|
CfnInstanceAccessControlAttributeConfiguration.Builder |
CfnInstanceAccessControlAttributeConfiguration.Builder.accessControlAttributes(IResolvable accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified AWS SSO instance.
|
void |
CfnInstanceAccessControlAttributeConfiguration.setAccessControlAttributes(IResolvable value)
Lists the attributes that are configured for ABAC in the specified AWS SSO instance.
|
CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeProperty.Builder |
CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeProperty.Builder.value(IResolvable value)
|
| Modifier and Type | Method and Description |
|---|---|
static IResolvable |
JsonPath.objectAt(String path)
Reference a complete (complex) object in a JSON path location.
|
static IResolvable |
JsonPath.stringToJson(String jsonString)
Make an intrinsic States.StringToJson expression.
|
| Modifier and Type | Method and Description |
|---|---|
CfnStateMachine.LogDestinationProperty.Builder |
CfnStateMachine.LogDestinationProperty.Builder.cloudWatchLogsLogGroup(IResolvable cloudWatchLogsLogGroup)
Sets the value of
CfnStateMachine.LogDestinationProperty.getCloudWatchLogsLogGroup() |
CfnStateMachine.Builder |
CfnStateMachine.Builder.definitionS3Location(IResolvable definitionS3Location)
The name of the S3 bucket where the state machine definition is stored.
|
CfnStateMachineProps.Builder |
CfnStateMachineProps.Builder.definitionS3Location(IResolvable definitionS3Location)
Sets the value of
CfnStateMachineProps.getDefinitionS3Location() |
CfnStateMachine.Builder |
CfnStateMachine.Builder.definitionSubstitutions(IResolvable definitionSubstitutions)
A map (string to string) that specifies the mappings for placeholder variables in the state machine definition.
|
CfnStateMachineProps.Builder |
CfnStateMachineProps.Builder.definitionSubstitutions(IResolvable definitionSubstitutions)
Sets the value of
CfnStateMachineProps.getDefinitionSubstitutions() |
CfnStateMachine.LoggingConfigurationProperty.Builder |
CfnStateMachine.LoggingConfigurationProperty.Builder.destinations(IResolvable destinations)
Sets the value of
CfnStateMachine.LoggingConfigurationProperty.getDestinations() |
CfnStateMachine.TracingConfigurationProperty.Builder |
CfnStateMachine.TracingConfigurationProperty.Builder.enabled(IResolvable enabled)
Sets the value of
CfnStateMachine.TracingConfigurationProperty.getEnabled() |
CfnStateMachine.LoggingConfigurationProperty.Builder |
CfnStateMachine.LoggingConfigurationProperty.Builder.includeExecutionData(IResolvable includeExecutionData)
Sets the value of
CfnStateMachine.LoggingConfigurationProperty.getIncludeExecutionData() |
CfnStateMachine.Builder |
CfnStateMachine.Builder.loggingConfiguration(IResolvable loggingConfiguration)
Defines what execution history events are logged and where they are logged.
|
CfnStateMachineProps.Builder |
CfnStateMachineProps.Builder.loggingConfiguration(IResolvable loggingConfiguration)
Sets the value of
CfnStateMachineProps.getLoggingConfiguration() |
void |
CfnStateMachine.setDefinitionS3Location(IResolvable value)
The name of the S3 bucket where the state machine definition is stored.
|
void |
CfnStateMachine.setDefinitionSubstitutions(IResolvable value)
A map (string to string) that specifies the mappings for placeholder variables in the state machine definition.
|
void |
CfnStateMachine.setLoggingConfiguration(IResolvable value)
Defines what execution history events are logged and where they are logged.
|
void |
CfnStateMachine.setTracingConfiguration(IResolvable value)
Selects whether or not the state machine's AWS X-Ray tracing is enabled.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.tracingConfiguration(IResolvable tracingConfiguration)
Selects whether or not the state machine's AWS X-Ray tracing is enabled.
|
CfnStateMachineProps.Builder |
CfnStateMachineProps.Builder.tracingConfiguration(IResolvable tracingConfiguration)
Sets the value of
CfnStateMachineProps.getTracingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CfnCanary.RunConfigProperty.Builder |
CfnCanary.RunConfigProperty.Builder.activeTracing(IResolvable activeTracing)
Sets the value of
CfnCanary.RunConfigProperty.getActiveTracing() |
CfnCanary.Builder |
CfnCanary.Builder.artifactConfig(IResolvable artifactConfig)
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
|
CfnCanaryProps.Builder |
CfnCanaryProps.Builder.artifactConfig(IResolvable artifactConfig)
Sets the value of
CfnCanaryProps.getArtifactConfig() |
CfnCanary.VisualReferenceProperty.Builder |
CfnCanary.VisualReferenceProperty.Builder.baseScreenshots(IResolvable baseScreenshots)
Sets the value of
CfnCanary.VisualReferenceProperty.getBaseScreenshots() |
CfnCanary.Builder |
CfnCanary.Builder.code(IResolvable code)
Use this structure to input your script code for the canary.
|
CfnCanaryProps.Builder |
CfnCanaryProps.Builder.code(IResolvable code)
Sets the value of
CfnCanaryProps.getCode() |
CfnCanary.RunConfigProperty.Builder |
CfnCanary.RunConfigProperty.Builder.environmentVariables(IResolvable environmentVariables)
Sets the value of
CfnCanary.RunConfigProperty.getEnvironmentVariables() |
CfnCanary.Builder |
CfnCanary.Builder.runConfig(IResolvable runConfig)
A structure that contains input information for a canary run.
|
CfnCanaryProps.Builder |
CfnCanaryProps.Builder.runConfig(IResolvable runConfig)
Sets the value of
CfnCanaryProps.getRunConfig() |
CfnCanary.ArtifactConfigProperty.Builder |
CfnCanary.ArtifactConfigProperty.Builder.s3Encryption(IResolvable s3Encryption)
Sets the value of
CfnCanary.ArtifactConfigProperty.getS3Encryption() |
CfnCanary.Builder |
CfnCanary.Builder.schedule(IResolvable schedule)
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
CfnCanaryProps.Builder |
CfnCanaryProps.Builder.schedule(IResolvable schedule)
Sets the value of
CfnCanaryProps.getSchedule() |
void |
CfnCanary.setArtifactConfig(IResolvable value)
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
|
void |
CfnCanary.setCode(IResolvable value)
Use this structure to input your script code for the canary.
|
void |
CfnCanary.setRunConfig(IResolvable value)
A structure that contains input information for a canary run.
|
void |
CfnCanary.setSchedule(IResolvable value)
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
void |
CfnCanary.setStartCanaryAfterCreation(IResolvable value)
Specify TRUE to have the canary start making runs immediately after it is created.
|
void |
CfnCanary.setVisualReference(IResolvable value)
If this canary performs visual monitoring by comparing screenshots, this structure contains the ID of the canary run to use as the baseline for screenshots, and the coordinates of any parts of the screen to ignore during the visual monitoring comparison.
|
void |
CfnCanary.setVpcConfig(IResolvable value)
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security groups of the VPC endpoint.
|
CfnCanary.Builder |
CfnCanary.Builder.startCanaryAfterCreation(IResolvable startCanaryAfterCreation)
Specify TRUE to have the canary start making runs immediately after it is created.
|
CfnCanaryProps.Builder |
CfnCanaryProps.Builder.startCanaryAfterCreation(IResolvable startCanaryAfterCreation)
Sets the value of
CfnCanaryProps.getStartCanaryAfterCreation() |
CfnCanary.Builder |
CfnCanary.Builder.visualReference(IResolvable visualReference)
If this canary performs visual monitoring by comparing screenshots, this structure contains the ID of the canary run to use as the baseline for screenshots, and the coordinates of any parts of the screen to ignore during the visual monitoring comparison.
|
CfnCanaryProps.Builder |
CfnCanaryProps.Builder.visualReference(IResolvable visualReference)
Sets the value of
CfnCanaryProps.getVisualReference() |
CfnCanary.Builder |
CfnCanary.Builder.vpcConfig(IResolvable vpcConfig)
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security groups of the VPC endpoint.
|
CfnCanaryProps.Builder |
CfnCanaryProps.Builder.vpcConfig(IResolvable vpcConfig)
Sets the value of
CfnCanaryProps.getVpcConfig() |
| Modifier and Type | Method and Description |
|---|---|
CfnScheduledQuery.TimestreamConfigurationProperty.Builder |
CfnScheduledQuery.TimestreamConfigurationProperty.Builder.dimensionMappings(IResolvable dimensionMappings)
Sets the value of
CfnScheduledQuery.TimestreamConfigurationProperty.getDimensionMappings() |
CfnScheduledQueryProps.Builder |
CfnScheduledQueryProps.Builder.errorReportConfiguration(IResolvable errorReportConfiguration)
Sets the value of
CfnScheduledQueryProps.getErrorReportConfiguration() |
CfnScheduledQuery.Builder |
CfnScheduledQuery.Builder.errorReportConfiguration(IResolvable errorReportConfiguration)
Configuration for error reporting.
|
CfnScheduledQuery.TimestreamConfigurationProperty.Builder |
CfnScheduledQuery.TimestreamConfigurationProperty.Builder.mixedMeasureMappings(IResolvable mixedMeasureMappings)
|
CfnScheduledQuery.MixedMeasureMappingProperty.Builder |
CfnScheduledQuery.MixedMeasureMappingProperty.Builder.multiMeasureAttributeMappings(IResolvable multiMeasureAttributeMappings)
|
CfnScheduledQuery.MultiMeasureMappingsProperty.Builder |
CfnScheduledQuery.MultiMeasureMappingsProperty.Builder.multiMeasureAttributeMappings(IResolvable multiMeasureAttributeMappings)
|
CfnScheduledQuery.TimestreamConfigurationProperty.Builder |
CfnScheduledQuery.TimestreamConfigurationProperty.Builder.multiMeasureMappings(IResolvable multiMeasureMappings)
|
CfnScheduledQueryProps.Builder |
CfnScheduledQueryProps.Builder.notificationConfiguration(IResolvable notificationConfiguration)
Sets the value of
CfnScheduledQueryProps.getNotificationConfiguration() |
CfnScheduledQuery.Builder |
CfnScheduledQuery.Builder.notificationConfiguration(IResolvable notificationConfiguration)
Notification configuration for the scheduled query.
|
CfnScheduledQuery.ErrorReportConfigurationProperty.Builder |
CfnScheduledQuery.ErrorReportConfigurationProperty.Builder.s3Configuration(IResolvable s3Configuration)
Sets the value of
CfnScheduledQuery.ErrorReportConfigurationProperty.getS3Configuration() |
CfnScheduledQueryProps.Builder |
CfnScheduledQueryProps.Builder.scheduleConfiguration(IResolvable scheduleConfiguration)
Sets the value of
CfnScheduledQueryProps.getScheduleConfiguration() |
CfnScheduledQuery.Builder |
CfnScheduledQuery.Builder.scheduleConfiguration(IResolvable scheduleConfiguration)
Schedule configuration.
|
void |
CfnScheduledQuery.setErrorReportConfiguration(IResolvable value)
Configuration for error reporting.
|
void |
CfnScheduledQuery.setNotificationConfiguration(IResolvable value)
Notification configuration for the scheduled query.
|
void |
CfnScheduledQuery.setScheduleConfiguration(IResolvable value)
Schedule configuration.
|
void |
CfnScheduledQuery.setTargetConfiguration(IResolvable value)
Scheduled query target store configuration.
|
CfnScheduledQuery.NotificationConfigurationProperty.Builder |
CfnScheduledQuery.NotificationConfigurationProperty.Builder.snsConfiguration(IResolvable snsConfiguration)
|
CfnScheduledQueryProps.Builder |
CfnScheduledQueryProps.Builder.targetConfiguration(IResolvable targetConfiguration)
Sets the value of
CfnScheduledQueryProps.getTargetConfiguration() |
CfnScheduledQuery.Builder |
CfnScheduledQuery.Builder.targetConfiguration(IResolvable targetConfiguration)
Scheduled query target store configuration.
|
CfnScheduledQuery.TargetConfigurationProperty.Builder |
CfnScheduledQuery.TargetConfigurationProperty.Builder.timestreamConfiguration(IResolvable timestreamConfiguration)
|
| Modifier and Type | Method and Description |
|---|---|
CfnServerProps.Builder |
CfnServerProps.Builder.endpointDetails(IResolvable endpointDetails)
Sets the value of
CfnServerProps.getEndpointDetails() |
CfnServer.Builder |
CfnServer.Builder.endpointDetails(IResolvable endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
CfnUserProps.Builder |
CfnUserProps.Builder.homeDirectoryMappings(IResolvable homeDirectoryMappings)
Sets the value of
CfnUserProps.getHomeDirectoryMappings() |
CfnUser.Builder |
CfnUser.Builder.homeDirectoryMappings(IResolvable homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 paths and keys should be visible to your user and how you want to make them visible.
|
CfnServerProps.Builder |
CfnServerProps.Builder.identityProviderDetails(IResolvable identityProviderDetails)
Sets the value of
CfnServerProps.getIdentityProviderDetails() |
CfnServer.Builder |
CfnServer.Builder.identityProviderDetails(IResolvable identityProviderDetails)
Required when `IdentityProviderType` is set to `AWS_DIRECTORY_SERVICE` or `API_GATEWAY` .
|
CfnWorkflow.Builder |
CfnWorkflow.Builder.onExceptionSteps(IResolvable onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CfnWorkflowProps.Builder |
CfnWorkflowProps.Builder.onExceptionSteps(IResolvable onExceptionSteps)
Sets the value of
CfnWorkflowProps.getOnExceptionSteps() |
CfnServer.WorkflowDetailsProperty.Builder |
CfnServer.WorkflowDetailsProperty.Builder.onUpload(IResolvable onUpload)
Sets the value of
CfnServer.WorkflowDetailsProperty.getOnUpload() |
CfnUserProps.Builder |
CfnUserProps.Builder.posixProfile(IResolvable posixProfile)
Sets the value of
CfnUserProps.getPosixProfile() |
CfnUser.Builder |
CfnUser.Builder.posixProfile(IResolvable posixProfile)
Specifies the full POSIX identity, including user ID ( `Uid` ), group ID ( `Gid` ), and any secondary groups IDs ( `SecondaryGids` ), that controls your users' access to your Amazon Elastic File System (Amazon EFS) file systems.
|
CfnServerProps.Builder |
CfnServerProps.Builder.protocolDetails(IResolvable protocolDetails)
Sets the value of
CfnServerProps.getProtocolDetails() |
CfnServer.Builder |
CfnServer.Builder.protocolDetails(IResolvable protocolDetails)
The protocol settings that are configured for your server.
|
CfnUser.PosixProfileProperty.Builder |
CfnUser.PosixProfileProperty.Builder.secondaryGids(IResolvable secondaryGids)
Sets the value of
CfnUser.PosixProfileProperty.getSecondaryGids() |
void |
CfnServer.setEndpointDetails(IResolvable value)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
void |
CfnUser.setHomeDirectoryMappings(IResolvable value)
Logical directory mappings that specify what Amazon S3 paths and keys should be visible to your user and how you want to make them visible.
|
void |
CfnServer.setIdentityProviderDetails(IResolvable value)
Required when `IdentityProviderType` is set to `AWS_DIRECTORY_SERVICE` or `API_GATEWAY` .
|
void |
CfnWorkflow.setOnExceptionSteps(IResolvable value)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
void |
CfnUser.setPosixProfile(IResolvable value)
Specifies the full POSIX identity, including user ID ( `Uid` ), group ID ( `Gid` ), and any secondary groups IDs ( `SecondaryGids` ), that controls your users' access to your Amazon Elastic File System (Amazon EFS) file systems.
|
void |
CfnServer.setProtocolDetails(IResolvable value)
The protocol settings that are configured for your server.
|
void |
CfnWorkflow.setSteps(IResolvable value)
Specifies the details for the steps that are in the specified workflow.
|
void |
CfnServer.setWorkflowDetails(IResolvable value)
Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.
|
CfnWorkflow.Builder |
CfnWorkflow.Builder.steps(IResolvable steps)
Specifies the details for the steps that are in the specified workflow.
|
CfnWorkflowProps.Builder |
CfnWorkflowProps.Builder.steps(IResolvable steps)
Sets the value of
CfnWorkflowProps.getSteps() |
CfnServerProps.Builder |
CfnServerProps.Builder.workflowDetails(IResolvable workflowDetails)
Sets the value of
CfnServerProps.getWorkflowDetails() |
CfnServer.Builder |
CfnServer.Builder.workflowDetails(IResolvable workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CfnWebACL.ActivatedRuleProperty.Builder |
CfnWebACL.ActivatedRuleProperty.Builder.action(IResolvable action)
Sets the value of
CfnWebACL.ActivatedRuleProperty.getAction() |
CfnByteMatchSetProps.Builder |
CfnByteMatchSetProps.Builder.byteMatchTuples(IResolvable byteMatchTuples)
Sets the value of
CfnByteMatchSetProps.getByteMatchTuples() |
CfnByteMatchSet.Builder |
CfnByteMatchSet.Builder.byteMatchTuples(IResolvable byteMatchTuples)
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
|
CfnWebACL.Builder |
CfnWebACL.Builder.defaultAction(IResolvable defaultAction)
The action to perform if none of the `Rules` contained in the `WebACL` match.
|
CfnWebACLProps.Builder |
CfnWebACLProps.Builder.defaultAction(IResolvable defaultAction)
Sets the value of
CfnWebACLProps.getDefaultAction() |
CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty.Builder |
CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty.Builder.fieldToMatch(IResolvable fieldToMatch)
Sets the value of
CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty.getFieldToMatch() |
CfnXssMatchSet.XssMatchTupleProperty.Builder |
CfnXssMatchSet.XssMatchTupleProperty.Builder.fieldToMatch(IResolvable fieldToMatch)
Sets the value of
CfnXssMatchSet.XssMatchTupleProperty.getFieldToMatch() |
CfnSizeConstraintSet.SizeConstraintProperty.Builder |
CfnSizeConstraintSet.SizeConstraintProperty.Builder.fieldToMatch(IResolvable fieldToMatch)
Sets the value of
CfnSizeConstraintSet.SizeConstraintProperty.getFieldToMatch() |
CfnByteMatchSet.ByteMatchTupleProperty.Builder |
CfnByteMatchSet.ByteMatchTupleProperty.Builder.fieldToMatch(IResolvable fieldToMatch)
Sets the value of
CfnByteMatchSet.ByteMatchTupleProperty.getFieldToMatch() |
CfnIPSetProps.Builder |
CfnIPSetProps.Builder.ipSetDescriptors(IResolvable ipSetDescriptors)
Sets the value of
CfnIPSetProps.getIpSetDescriptors() |
CfnIPSet.Builder |
CfnIPSet.Builder.ipSetDescriptors(IResolvable ipSetDescriptors)
The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
|
CfnRule.PredicateProperty.Builder |
CfnRule.PredicateProperty.Builder.negated(IResolvable negated)
Sets the value of
CfnRule.PredicateProperty.getNegated() |
CfnRuleProps.Builder |
CfnRuleProps.Builder.predicates(IResolvable predicates)
Sets the value of
CfnRuleProps.getPredicates() |
CfnRule.Builder |
CfnRule.Builder.predicates(IResolvable predicates)
The `Predicates` object contains one `Predicate` element for each `ByteMatchSet` , `IPSet` , or `SqlInjectionMatchSet` object that you want to include in a `Rule` .
|
CfnWebACL.Builder |
CfnWebACL.Builder.rules(IResolvable rules)
An array that contains the action for each `Rule` in a `WebACL` , the priority of the `Rule` , and the ID of the `Rule` .
|
CfnWebACLProps.Builder |
CfnWebACLProps.Builder.rules(IResolvable rules)
Sets the value of
CfnWebACLProps.getRules() |
void |
CfnByteMatchSet.setByteMatchTuples(IResolvable value)
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
|
void |
CfnWebACL.setDefaultAction(IResolvable value)
The action to perform if none of the `Rules` contained in the `WebACL` match.
|
void |
CfnIPSet.setIpSetDescriptors(IResolvable value)
The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
|
void |
CfnRule.setPredicates(IResolvable value)
The `Predicates` object contains one `Predicate` element for each `ByteMatchSet` , `IPSet` , or `SqlInjectionMatchSet` object that you want to include in a `Rule` .
|
void |
CfnWebACL.setRules(IResolvable value)
An array that contains the action for each `Rule` in a `WebACL` , the priority of the `Rule` , and the ID of the `Rule` .
|
void |
CfnSizeConstraintSet.setSizeConstraints(IResolvable value)
The size constraint and the part of the web request to check.
|
void |
CfnSqlInjectionMatchSet.setSqlInjectionMatchTuples(IResolvable value)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
|
void |
CfnXssMatchSet.setXssMatchTuples(IResolvable value)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
CfnSizeConstraintSetProps.Builder |
CfnSizeConstraintSetProps.Builder.sizeConstraints(IResolvable sizeConstraints)
Sets the value of
CfnSizeConstraintSetProps.getSizeConstraints() |
CfnSizeConstraintSet.Builder |
CfnSizeConstraintSet.Builder.sizeConstraints(IResolvable sizeConstraints)
The size constraint and the part of the web request to check.
|
CfnSqlInjectionMatchSet.Builder |
CfnSqlInjectionMatchSet.Builder.sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
|
CfnSqlInjectionMatchSetProps.Builder |
CfnSqlInjectionMatchSetProps.Builder.sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples)
Sets the value of
CfnSqlInjectionMatchSetProps.getSqlInjectionMatchTuples() |
CfnXssMatchSetProps.Builder |
CfnXssMatchSetProps.Builder.xssMatchTuples(IResolvable xssMatchTuples)
Sets the value of
CfnXssMatchSetProps.getXssMatchTuples() |
CfnXssMatchSet.Builder |
CfnXssMatchSet.Builder.xssMatchTuples(IResolvable xssMatchTuples)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
| Modifier and Type | Method and Description |
|---|---|
CfnWebACL.RuleProperty.Builder |
CfnWebACL.RuleProperty.Builder.action(IResolvable action)
Sets the value of
CfnWebACL.RuleProperty.getAction() |
CfnByteMatchSetProps.Builder |
CfnByteMatchSetProps.Builder.byteMatchTuples(IResolvable byteMatchTuples)
Sets the value of
CfnByteMatchSetProps.getByteMatchTuples() |
CfnByteMatchSet.Builder |
CfnByteMatchSet.Builder.byteMatchTuples(IResolvable byteMatchTuples)
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
|
CfnWebACL.Builder |
CfnWebACL.Builder.defaultAction(IResolvable defaultAction)
The action to perform if none of the `Rules` contained in the `WebACL` match.
|
CfnWebACLProps.Builder |
CfnWebACLProps.Builder.defaultAction(IResolvable defaultAction)
Sets the value of
CfnWebACLProps.getDefaultAction() |
CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty.Builder |
CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty.Builder.fieldToMatch(IResolvable fieldToMatch)
Sets the value of
CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty.getFieldToMatch() |
CfnXssMatchSet.XssMatchTupleProperty.Builder |
CfnXssMatchSet.XssMatchTupleProperty.Builder.fieldToMatch(IResolvable fieldToMatch)
Sets the value of
CfnXssMatchSet.XssMatchTupleProperty.getFieldToMatch() |
CfnSizeConstraintSet.SizeConstraintProperty.Builder |
CfnSizeConstraintSet.SizeConstraintProperty.Builder.fieldToMatch(IResolvable fieldToMatch)
Sets the value of
CfnSizeConstraintSet.SizeConstraintProperty.getFieldToMatch() |
CfnByteMatchSet.ByteMatchTupleProperty.Builder |
CfnByteMatchSet.ByteMatchTupleProperty.Builder.fieldToMatch(IResolvable fieldToMatch)
Sets the value of
CfnByteMatchSet.ByteMatchTupleProperty.getFieldToMatch() |
CfnGeoMatchSetProps.Builder |
CfnGeoMatchSetProps.Builder.geoMatchConstraints(IResolvable geoMatchConstraints)
Sets the value of
CfnGeoMatchSetProps.getGeoMatchConstraints() |
CfnGeoMatchSet.Builder |
CfnGeoMatchSet.Builder.geoMatchConstraints(IResolvable geoMatchConstraints)
An array of `GeoMatchConstraint` objects, which contain the country that you want AWS WAF to search for.
|
CfnIPSetProps.Builder |
CfnIPSetProps.Builder.ipSetDescriptors(IResolvable ipSetDescriptors)
Sets the value of
CfnIPSetProps.getIpSetDescriptors() |
CfnIPSet.Builder |
CfnIPSet.Builder.ipSetDescriptors(IResolvable ipSetDescriptors)
The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
|
CfnRateBasedRule.Builder |
CfnRateBasedRule.Builder.matchPredicates(IResolvable matchPredicates)
The `Predicates` object contains one `Predicate` element for each `ByteMatchSet` , `IPSet` , or `SqlInjectionMatchSet>` object that you want to include in a `RateBasedRule` .
|
CfnRateBasedRuleProps.Builder |
CfnRateBasedRuleProps.Builder.matchPredicates(IResolvable matchPredicates)
Sets the value of
CfnRateBasedRuleProps.getMatchPredicates() |
CfnRule.PredicateProperty.Builder |
CfnRule.PredicateProperty.Builder.negated(IResolvable negated)
Sets the value of
CfnRule.PredicateProperty.getNegated() |
CfnRateBasedRule.PredicateProperty.Builder |
CfnRateBasedRule.PredicateProperty.Builder.negated(IResolvable negated)
Sets the value of
CfnRateBasedRule.PredicateProperty.getNegated() |
CfnRuleProps.Builder |
CfnRuleProps.Builder.predicates(IResolvable predicates)
Sets the value of
CfnRuleProps.getPredicates() |
CfnRule.Builder |
CfnRule.Builder.predicates(IResolvable predicates)
The `Predicates` object contains one `Predicate` element for each `ByteMatchSet` , `IPSet` , or `SqlInjectionMatchSet` object that you want to include in a `Rule` .
|
CfnWebACL.Builder |
CfnWebACL.Builder.rules(IResolvable rules)
An array that contains the action for each `Rule` in a `WebACL` , the priority of the `Rule` , and the ID of the `Rule` .
|
CfnWebACLProps.Builder |
CfnWebACLProps.Builder.rules(IResolvable rules)
Sets the value of
CfnWebACLProps.getRules() |
void |
CfnByteMatchSet.setByteMatchTuples(IResolvable value)
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
|
void |
CfnWebACL.setDefaultAction(IResolvable value)
The action to perform if none of the `Rules` contained in the `WebACL` match.
|
void |
CfnGeoMatchSet.setGeoMatchConstraints(IResolvable value)
An array of `GeoMatchConstraint` objects, which contain the country that you want AWS WAF to search for.
|
void |
CfnIPSet.setIpSetDescriptors(IResolvable value)
The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
|
void |
CfnRateBasedRule.setMatchPredicates(IResolvable value)
The `Predicates` object contains one `Predicate` element for each `ByteMatchSet` , `IPSet` , or `SqlInjectionMatchSet>` object that you want to include in a `RateBasedRule` .
|
void |
CfnRule.setPredicates(IResolvable value)
The `Predicates` object contains one `Predicate` element for each `ByteMatchSet` , `IPSet` , or `SqlInjectionMatchSet` object that you want to include in a `Rule` .
|
void |
CfnWebACL.setRules(IResolvable value)
An array that contains the action for each `Rule` in a `WebACL` , the priority of the `Rule` , and the ID of the `Rule` .
|
void |
CfnSizeConstraintSet.setSizeConstraints(IResolvable value)
The size constraint and the part of the web request to check.
|
void |
CfnSqlInjectionMatchSet.setSqlInjectionMatchTuples(IResolvable value)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
|
void |
CfnXssMatchSet.setXssMatchTuples(IResolvable value)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
CfnSizeConstraintSetProps.Builder |
CfnSizeConstraintSetProps.Builder.sizeConstraints(IResolvable sizeConstraints)
Sets the value of
CfnSizeConstraintSetProps.getSizeConstraints() |
CfnSizeConstraintSet.Builder |
CfnSizeConstraintSet.Builder.sizeConstraints(IResolvable sizeConstraints)
The size constraint and the part of the web request to check.
|
CfnSqlInjectionMatchSet.Builder |
CfnSqlInjectionMatchSet.Builder.sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
|
CfnSqlInjectionMatchSetProps.Builder |
CfnSqlInjectionMatchSetProps.Builder.sqlInjectionMatchTuples(IResolvable sqlInjectionMatchTuples)
Sets the value of
CfnSqlInjectionMatchSetProps.getSqlInjectionMatchTuples() |
CfnXssMatchSetProps.Builder |
CfnXssMatchSetProps.Builder.xssMatchTuples(IResolvable xssMatchTuples)
Sets the value of
CfnXssMatchSetProps.getXssMatchTuples() |
CfnXssMatchSet.Builder |
CfnXssMatchSet.Builder.xssMatchTuples(IResolvable xssMatchTuples)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnRuleGroup.getAttrAvailableLabels()
Labels that rules in this rule group add to matching requests.
|
IResolvable |
CfnRuleGroup.getAttrConsumedLabels()
Labels that rules in this rule group match against.
|
IResolvable |
CfnLoggingConfiguration.getAttrManagedByFirewallManager()
Indicates whether the logging configuration was created by AWS Firewall Manager , as part of an AWS WAF policy configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CfnKnowledgeBase.SourceConfigurationProperty.Builder |
CfnKnowledgeBase.SourceConfigurationProperty.Builder.appIntegrations(IResolvable appIntegrations)
Sets the value of
CfnKnowledgeBase.SourceConfigurationProperty.getAppIntegrations() |
CfnAssistantAssociation.Builder |
CfnAssistantAssociation.Builder.association(IResolvable association)
The identifier of the associated resource.
|
CfnAssistantAssociationProps.Builder |
CfnAssistantAssociationProps.Builder.association(IResolvable association)
Sets the value of
CfnAssistantAssociationProps.getAssociation() |
CfnKnowledgeBase.Builder |
CfnKnowledgeBase.Builder.renderingConfiguration(IResolvable renderingConfiguration)
Information about how to render the content.
|
CfnKnowledgeBaseProps.Builder |
CfnKnowledgeBaseProps.Builder.renderingConfiguration(IResolvable renderingConfiguration)
Sets the value of
CfnKnowledgeBaseProps.getRenderingConfiguration() |
CfnKnowledgeBase.Builder |
CfnKnowledgeBase.Builder.serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
The KMS key used for encryption.
|
CfnAssistant.Builder |
CfnAssistant.Builder.serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
The KMS key used for encryption.
|
CfnAssistantProps.Builder |
CfnAssistantProps.Builder.serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
Sets the value of
CfnAssistantProps.getServerSideEncryptionConfiguration() |
CfnKnowledgeBaseProps.Builder |
CfnKnowledgeBaseProps.Builder.serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
Sets the value of
CfnKnowledgeBaseProps.getServerSideEncryptionConfiguration() |
void |
CfnAssistantAssociation.setAssociation(IResolvable value)
The identifier of the associated resource.
|
void |
CfnKnowledgeBase.setRenderingConfiguration(IResolvable value)
Information about how to render the content.
|
void |
CfnKnowledgeBase.setServerSideEncryptionConfiguration(IResolvable value)
The KMS key used for encryption.
|
void |
CfnAssistant.setServerSideEncryptionConfiguration(IResolvable value)
The KMS key used for encryption.
|
void |
CfnKnowledgeBase.setSourceConfiguration(IResolvable value)
The source of the knowledge base content.
|
CfnKnowledgeBase.Builder |
CfnKnowledgeBase.Builder.sourceConfiguration(IResolvable sourceConfiguration)
The source of the knowledge base content.
|
CfnKnowledgeBaseProps.Builder |
CfnKnowledgeBaseProps.Builder.sourceConfiguration(IResolvable sourceConfiguration)
Sets the value of
CfnKnowledgeBaseProps.getSourceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
CfnConnectionAlias.getAttrAssociations()
The association status of the connection alias, returned as an array of `ConnectionAliasAssociation` objects.
|
| Modifier and Type | Method and Description |
|---|---|
CfnWorkspaceProps.Builder |
CfnWorkspaceProps.Builder.rootVolumeEncryptionEnabled(IResolvable rootVolumeEncryptionEnabled)
Sets the value of
CfnWorkspaceProps.getRootVolumeEncryptionEnabled() |
CfnWorkspace.Builder |
CfnWorkspace.Builder.rootVolumeEncryptionEnabled(IResolvable rootVolumeEncryptionEnabled)
Indicates whether the data stored on the root volume is encrypted.
|
void |
CfnWorkspace.setRootVolumeEncryptionEnabled(IResolvable value)
Indicates whether the data stored on the root volume is encrypted.
|
void |
CfnWorkspace.setUserVolumeEncryptionEnabled(IResolvable value)
Indicates whether the data stored on the user volume is encrypted.
|
void |
CfnWorkspace.setWorkspaceProperties(IResolvable value)
The WorkSpace properties.
|
CfnWorkspaceProps.Builder |
CfnWorkspaceProps.Builder.userVolumeEncryptionEnabled(IResolvable userVolumeEncryptionEnabled)
Sets the value of
CfnWorkspaceProps.getUserVolumeEncryptionEnabled() |
CfnWorkspace.Builder |
CfnWorkspace.Builder.userVolumeEncryptionEnabled(IResolvable userVolumeEncryptionEnabled)
Indicates whether the data stored on the user volume is encrypted.
|
CfnWorkspaceProps.Builder |
CfnWorkspaceProps.Builder.workspaceProperties(IResolvable workspaceProperties)
Sets the value of
CfnWorkspaceProps.getWorkspaceProperties() |
CfnWorkspace.Builder |
CfnWorkspace.Builder.workspaceProperties(IResolvable workspaceProperties)
The WorkSpace properties.
|
| Modifier and Type | Method and Description |
|---|---|
CfnSamplingRule.SamplingRuleProperty.Builder |
CfnSamplingRule.SamplingRuleProperty.Builder.attributes(IResolvable attributes)
Sets the value of
CfnSamplingRule.SamplingRuleProperty.getAttributes() |
CfnSamplingRule.SamplingRuleUpdateProperty.Builder |
CfnSamplingRule.SamplingRuleUpdateProperty.Builder.attributes(IResolvable attributes)
Sets the value of
CfnSamplingRule.SamplingRuleUpdateProperty.getAttributes() |
CfnGroup.Builder |
CfnGroup.Builder.insightsConfiguration(IResolvable insightsConfiguration)
The structure containing configurations related to insights.
|
CfnGroupProps.Builder |
CfnGroupProps.Builder.insightsConfiguration(IResolvable insightsConfiguration)
Sets the value of
CfnGroupProps.getInsightsConfiguration() |
CfnGroup.InsightsConfigurationProperty.Builder |
CfnGroup.InsightsConfigurationProperty.Builder.insightsEnabled(IResolvable insightsEnabled)
Sets the value of
CfnGroup.InsightsConfigurationProperty.getInsightsEnabled() |
CfnGroup.InsightsConfigurationProperty.Builder |
CfnGroup.InsightsConfigurationProperty.Builder.notificationsEnabled(IResolvable notificationsEnabled)
Sets the value of
CfnGroup.InsightsConfigurationProperty.getNotificationsEnabled() |
CfnSamplingRule.SamplingRuleRecordProperty.Builder |
CfnSamplingRule.SamplingRuleRecordProperty.Builder.samplingRule(IResolvable samplingRule)
Sets the value of
CfnSamplingRule.SamplingRuleRecordProperty.getSamplingRule() |
CfnSamplingRule.Builder |
CfnSamplingRule.Builder.samplingRule(IResolvable samplingRule)
The sampling rule to be created.
|
CfnSamplingRuleProps.Builder |
CfnSamplingRuleProps.Builder.samplingRule(IResolvable samplingRule)
Sets the value of
CfnSamplingRuleProps.getSamplingRule() |
CfnSamplingRule.Builder |
CfnSamplingRule.Builder.samplingRuleRecord(IResolvable samplingRuleRecord)
`AWS::XRay::SamplingRule.SamplingRuleRecord`.
|
CfnSamplingRuleProps.Builder |
CfnSamplingRuleProps.Builder.samplingRuleRecord(IResolvable samplingRuleRecord)
Sets the value of
CfnSamplingRuleProps.getSamplingRuleRecord() |
CfnSamplingRule.Builder |
CfnSamplingRule.Builder.samplingRuleUpdate(IResolvable samplingRuleUpdate)
A document specifying changes to a sampling rule's configuration.
|
CfnSamplingRuleProps.Builder |
CfnSamplingRuleProps.Builder.samplingRuleUpdate(IResolvable samplingRuleUpdate)
Sets the value of
CfnSamplingRuleProps.getSamplingRuleUpdate() |
void |
CfnGroup.setInsightsConfiguration(IResolvable value)
The structure containing configurations related to insights.
|
void |
CfnSamplingRule.setSamplingRule(IResolvable value)
The sampling rule to be created.
|
void |
CfnSamplingRule.setSamplingRuleRecord(IResolvable value)
`AWS::XRay::SamplingRule.SamplingRuleRecord`.
|
void |
CfnSamplingRule.setSamplingRuleUpdate(IResolvable value)
A document specifying changes to a sampling rule's configuration.
|
Copyright © 2022. All rights reserved.