Uses of Interface
software.amazon.awscdk.interfaces.appconfig.IDeploymentStrategyRef
Packages that use IDeploymentStrategyRef
Package
Description
AWS AppConfig Construct Library
-
Uses of IDeploymentStrategyRef in software.amazon.awscdk.interfaces.appconfig
Subinterfaces of IDeploymentStrategyRef in software.amazon.awscdk.interfaces.appconfigModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDeploymentStrategyRef.Classes in software.amazon.awscdk.interfaces.appconfig that implement IDeploymentStrategyRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDeploymentStrategyRef in software.amazon.awscdk.services.appconfig
Subinterfaces of IDeploymentStrategyRef in software.amazon.awscdk.services.appconfigModifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIDeploymentStrategy.Classes in software.amazon.awscdk.services.appconfig that implement IDeploymentStrategyRefModifier and TypeClassDescriptionclassTheAWS::AppConfig::DeploymentStrategyresource creates an AWS AppConfig deployment strategy.classAn AWS AppConfig deployment strategy.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.appconfig that return IDeploymentStrategyRefModifier and TypeMethodDescriptionstatic IDeploymentStrategyRefCfnDeploymentStrategy.fromDeploymentStrategyId(software.constructs.Construct scope, String id, String deploymentStrategyId) Creates a new IDeploymentStrategyRef from a deploymentStrategyId.default IDeploymentStrategyRefConfigurationOptions.getDeploymentStrategy()The deployment strategy for the configuration.final IDeploymentStrategyRefConfigurationOptions.Jsii$Proxy.getDeploymentStrategy()final IDeploymentStrategyRefConfigurationProps.Jsii$Proxy.getDeploymentStrategy()final IDeploymentStrategyRefHostedConfigurationOptions.Jsii$Proxy.getDeploymentStrategy()final IDeploymentStrategyRefHostedConfigurationProps.Jsii$Proxy.getDeploymentStrategy()final IDeploymentStrategyRefSourcedConfigurationOptions.Jsii$Proxy.getDeploymentStrategy()final IDeploymentStrategyRefSourcedConfigurationProps.Jsii$Proxy.getDeploymentStrategy()Methods in software.amazon.awscdk.services.appconfig with parameters of type IDeploymentStrategyRefModifier and TypeMethodDescriptionstatic StringCfnDeploymentStrategy.arnForDeploymentStrategy(IDeploymentStrategyRef resource) ConfigurationOptions.Builder.deploymentStrategy(IDeploymentStrategyRef deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()ConfigurationProps.Builder.deploymentStrategy(IDeploymentStrategyRef deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()HostedConfiguration.Builder.deploymentStrategy(IDeploymentStrategyRef deploymentStrategy) The deployment strategy for the configuration.HostedConfigurationOptions.Builder.deploymentStrategy(IDeploymentStrategyRef deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()HostedConfigurationProps.Builder.deploymentStrategy(IDeploymentStrategyRef deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()SourcedConfiguration.Builder.deploymentStrategy(IDeploymentStrategyRef deploymentStrategy) The deployment strategy for the configuration.SourcedConfigurationOptions.Builder.deploymentStrategy(IDeploymentStrategyRef deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()SourcedConfigurationProps.Builder.deploymentStrategy(IDeploymentStrategyRef deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()