@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:31.653Z")
public interface CfnConfigurationProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.amazonmq.*; CfnConfigurationProps cfnConfigurationProps = CfnConfigurationProps.builder() .data("data") .engineType("engineType") .engineVersion("engineVersion") .name("name") // the properties below are optional .authenticationStrategy("authenticationStrategy") .description("description") .tags(List.of(TagsEntryProperty.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConfigurationProps.Builder
A builder for
CfnConfigurationProps |
static class |
CfnConfigurationProps.Jsii$Proxy
An implementation for
CfnConfigurationProps |
Modifier and Type | Method and Description |
---|---|
static CfnConfigurationProps.Builder |
builder() |
default java.lang.String |
getAuthenticationStrategy()
Optional.
|
java.lang.String |
getData()
The base64-encoded XML configuration.
|
default java.lang.String |
getDescription()
The description of the configuration.
|
java.lang.String |
getEngineType()
The type of broker engine.
|
java.lang.String |
getEngineVersion()
The version of the broker engine.
|
java.lang.String |
getName()
The name of the configuration.
|
default java.util.List<CfnConfiguration.TagsEntryProperty> |
getTags()
Create tags when creating the configuration.
|
java.lang.String getData()
java.lang.String getEngineType()
Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations.
java.lang.String getEngineVersion()
java.lang.String getName()
This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
default java.lang.String getAuthenticationStrategy()
The authentication strategy associated with the configuration. The default is SIMPLE
.
default java.lang.String getDescription()
default java.util.List<CfnConfiguration.TagsEntryProperty> getTags()
static CfnConfigurationProps.Builder builder()
CfnConfigurationProps.Builder
of CfnConfigurationProps