Uses of Class
software.amazon.awscdk.services.appconfig.ConfigurationContent
Packages that use ConfigurationContent
-
Uses of ConfigurationContent in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return ConfigurationContentModifier and TypeMethodDescriptionstatic ConfigurationContent
Defines the hosted configuration content from a file.static ConfigurationContent
Defines the hosted configuration content from a file.static ConfigurationContent
ConfigurationContent.fromInline
(String content) Defines the hosted configuration content from inline code.static ConfigurationContent
ConfigurationContent.fromInline
(String content, String contentType) Defines the hosted configuration content from inline code.static ConfigurationContent
ConfigurationContent.fromInlineJson
(String content) Defines the hosted configuration content as JSON from inline code.static ConfigurationContent
ConfigurationContent.fromInlineJson
(String content, String contentType) Defines the hosted configuration content as JSON from inline code.static ConfigurationContent
ConfigurationContent.fromInlineText
(String content) Defines the hosted configuration content as text from inline code.static ConfigurationContent
ConfigurationContent.fromInlineYaml
(String content) Defines the hosted configuration content as YAML from inline code.HostedConfigurationOptions.getContent()
The content of the hosted configuration.final ConfigurationContent
HostedConfigurationOptions.Jsii$Proxy.getContent()
HostedConfigurationProps.getContent()
The content of the hosted configuration.final ConfigurationContent
HostedConfigurationProps.Jsii$Proxy.getContent()
Methods in software.amazon.awscdk.services.appconfig with parameters of type ConfigurationContentModifier and TypeMethodDescriptionHostedConfiguration.Builder.content
(ConfigurationContent content) The content of the hosted configuration.HostedConfigurationOptions.Builder.content
(ConfigurationContent content) Sets the value ofHostedConfigurationOptions.getContent()
HostedConfigurationProps.Builder.content
(ConfigurationContent content) Sets the value ofHostedConfigurationProps.getContent()