Uses of Interface
software.amazon.awscdk.services.appconfig.IDeploymentStrategy
Packages that use IDeploymentStrategy
-
Uses of IDeploymentStrategy in software.amazon.awscdk.services.appconfig
Subinterfaces of IDeploymentStrategy in software.amazon.awscdk.services.appconfigModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDeploymentStrategy.Classes in software.amazon.awscdk.services.appconfig that implement IDeploymentStrategyModifier and TypeClassDescriptionclassAn 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 IDeploymentStrategyModifier and TypeMethodDescriptionstatic IDeploymentStrategyDeploymentStrategy.fromDeploymentStrategyArn(software.constructs.Construct scope, String id, String deploymentStrategyArn) Imports a deployment strategy into the CDK using its Amazon Resource Name (ARN).static IDeploymentStrategyDeploymentStrategy.fromDeploymentStrategyId(software.constructs.Construct scope, String id, DeploymentStrategyId deploymentStrategyId) Imports a deployment strategy into the CDK using its ID.default IDeploymentStrategyConfigurationOptions.getDeploymentStrategy()The deployment strategy for the configuration.final IDeploymentStrategyConfigurationOptions.Jsii$Proxy.getDeploymentStrategy()final IDeploymentStrategyConfigurationProps.Jsii$Proxy.getDeploymentStrategy()HostedConfiguration.getDeploymentStrategy()The deployment strategy for the configuration.final IDeploymentStrategyHostedConfigurationOptions.Jsii$Proxy.getDeploymentStrategy()final IDeploymentStrategyHostedConfigurationProps.Jsii$Proxy.getDeploymentStrategy()default IDeploymentStrategyIConfiguration.getDeploymentStrategy()The deployment strategy for the configuration.default IDeploymentStrategyIConfiguration.Jsii$Default.getDeploymentStrategy()The deployment strategy for the configuration.final IDeploymentStrategyIConfiguration.Jsii$Proxy.getDeploymentStrategy()The deployment strategy for the configuration.SourcedConfiguration.getDeploymentStrategy()The deployment strategy for the configuration.final IDeploymentStrategySourcedConfigurationOptions.Jsii$Proxy.getDeploymentStrategy()final IDeploymentStrategySourcedConfigurationProps.Jsii$Proxy.getDeploymentStrategy()Methods in software.amazon.awscdk.services.appconfig with parameters of type IDeploymentStrategyModifier and TypeMethodDescriptionConfigurationOptions.Builder.deploymentStrategy(IDeploymentStrategy deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()ConfigurationProps.Builder.deploymentStrategy(IDeploymentStrategy deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()HostedConfiguration.Builder.deploymentStrategy(IDeploymentStrategy deploymentStrategy) The deployment strategy for the configuration.HostedConfigurationOptions.Builder.deploymentStrategy(IDeploymentStrategy deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()HostedConfigurationProps.Builder.deploymentStrategy(IDeploymentStrategy deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()SourcedConfiguration.Builder.deploymentStrategy(IDeploymentStrategy deploymentStrategy) The deployment strategy for the configuration.SourcedConfigurationOptions.Builder.deploymentStrategy(IDeploymentStrategy deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()SourcedConfigurationProps.Builder.deploymentStrategy(IDeploymentStrategy deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()