Class CustomFactoryOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.app.staging.synthesizer.alpha.CustomFactoryOptions.Jsii$Proxy
- All Implemented Interfaces:
AppStagingSynthesizerOptions,CustomFactoryOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CustomFactoryOptions
@Stability(Experimental)
@Internal
public static final class CustomFactoryOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CustomFactoryOptions
An implementation for
CustomFactoryOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.app.staging.synthesizer.alpha.CustomFactoryOptions
CustomFactoryOptions.Builder, CustomFactoryOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CustomFactoryOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomFactoryOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal String(experimental) Qualifier to disambiguate multiple bootstrapped environments in the same account.final DeploymentIdentities(experimental) What roles to use to deploy applications.final IStagingResourcesFactory(experimental) The factory that will be used to return staging resources for each stack.final Boolean(experimental) Reuse the answer from the factory for stacks in the same environment.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCustomFactoryOptions.Builder.
-
-
Method Details
-
getFactory
Description copied from interface:CustomFactoryOptions(experimental) The factory that will be used to return staging resources for each stack.- Specified by:
getFactoryin interfaceCustomFactoryOptions
-
getOncePerEnv
Description copied from interface:CustomFactoryOptions(experimental) Reuse the answer from the factory for stacks in the same environment.Default: true
- Specified by:
getOncePerEnvin interfaceCustomFactoryOptions
-
getBootstrapQualifier
Description copied from interface:AppStagingSynthesizerOptions(experimental) Qualifier to disambiguate multiple bootstrapped environments in the same account.This qualifier is only used to reference bootstrapped resources. It will not be used in the creation of app-specific staging resources:
appIdis used for that instead.Default: - Value of context key '@aws-cdk/core:bootstrapQualifier' if set, otherwise `DEFAULT_QUALIFIER`
- Specified by:
getBootstrapQualifierin interfaceAppStagingSynthesizerOptions
-
getDeploymentIdentities
Description copied from interface:AppStagingSynthesizerOptions(experimental) What roles to use to deploy applications.These are the roles that have permissions to interact with CloudFormation on your behalf. By default these are the standard bootstrapped CDK roles, but you can customize them or turn them off and use the CLI credentials to deploy.
Default: - The standard bootstrapped CDK roles
- Specified by:
getDeploymentIdentitiesin interfaceAppStagingSynthesizerOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-