@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-06-01T16:52:34.538Z") @Stability(value=External) public class CfnDomain extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDomain.Builder
A fluent builder for
CfnDomain. |
static interface |
CfnDomain.CognitoOptionsProperty |
static interface |
CfnDomain.EBSOptionsProperty |
static interface |
CfnDomain.ElasticsearchClusterConfigProperty |
static interface |
CfnDomain.EncryptionAtRestOptionsProperty |
static interface |
CfnDomain.LogPublishingOptionProperty |
static interface |
CfnDomain.NodeToNodeEncryptionOptionsProperty |
static interface |
CfnDomain.SnapshotOptionsProperty |
static interface |
CfnDomain.VPCOptionsProperty |
static interface |
CfnDomain.ZoneAwarenessConfigProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnDomain(Construct scope,
String id)
Create a new `AWS::Elasticsearch::Domain`.
|
|
CfnDomain(Construct scope,
String id,
CfnDomainProps props)
Create a new `AWS::Elasticsearch::Domain`.
|
protected |
CfnDomain(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDomain(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomain |
fromCloudFormation(Construct scope,
String id,
Object resourceAttributes,
FromCloudFormationOptions options)
A factory method that creates a new instance of this class from an object containing the CloudFormation properties of this resource.
|
Object |
getAccessPolicies()
`AWS::Elasticsearch::Domain.AccessPolicies`.
|
Object |
getAdvancedOptions()
`AWS::Elasticsearch::Domain.AdvancedOptions`.
|
String |
getAttrArn() |
String |
getAttrDomainEndpoint() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getCognitoOptions()
`AWS::Elasticsearch::Domain.CognitoOptions`.
|
String |
getDomainName()
`AWS::Elasticsearch::Domain.DomainName`.
|
Object |
getEbsOptions()
`AWS::Elasticsearch::Domain.EBSOptions`.
|
Object |
getElasticsearchClusterConfig()
`AWS::Elasticsearch::Domain.ElasticsearchClusterConfig`.
|
String |
getElasticsearchVersion()
`AWS::Elasticsearch::Domain.ElasticsearchVersion`.
|
Object |
getEncryptionAtRestOptions()
`AWS::Elasticsearch::Domain.EncryptionAtRestOptions`.
|
Object |
getLogPublishingOptions()
`AWS::Elasticsearch::Domain.LogPublishingOptions`.
|
Object |
getNodeToNodeEncryptionOptions()
`AWS::Elasticsearch::Domain.NodeToNodeEncryptionOptions`.
|
Object |
getSnapshotOptions()
`AWS::Elasticsearch::Domain.SnapshotOptions`.
|
TagManager |
getTags()
`AWS::Elasticsearch::Domain.Tags`.
|
Object |
getVpcOptions()
`AWS::Elasticsearch::Domain.VPCOptions`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAccessPolicies(Object value)
`AWS::Elasticsearch::Domain.AccessPolicies`.
|
void |
setAdvancedOptions(IResolvable value)
`AWS::Elasticsearch::Domain.AdvancedOptions`.
|
void |
setAdvancedOptions(Map<String,String> value)
`AWS::Elasticsearch::Domain.AdvancedOptions`.
|
void |
setCognitoOptions(CfnDomain.CognitoOptionsProperty value)
`AWS::Elasticsearch::Domain.CognitoOptions`.
|
void |
setCognitoOptions(IResolvable value)
`AWS::Elasticsearch::Domain.CognitoOptions`.
|
void |
setDomainName(String value)
`AWS::Elasticsearch::Domain.DomainName`.
|
void |
setEbsOptions(CfnDomain.EBSOptionsProperty value)
`AWS::Elasticsearch::Domain.EBSOptions`.
|
void |
setEbsOptions(IResolvable value)
`AWS::Elasticsearch::Domain.EBSOptions`.
|
void |
setElasticsearchClusterConfig(CfnDomain.ElasticsearchClusterConfigProperty value)
`AWS::Elasticsearch::Domain.ElasticsearchClusterConfig`.
|
void |
setElasticsearchClusterConfig(IResolvable value)
`AWS::Elasticsearch::Domain.ElasticsearchClusterConfig`.
|
void |
setElasticsearchVersion(String value)
`AWS::Elasticsearch::Domain.ElasticsearchVersion`.
|
void |
setEncryptionAtRestOptions(CfnDomain.EncryptionAtRestOptionsProperty value)
`AWS::Elasticsearch::Domain.EncryptionAtRestOptions`.
|
void |
setEncryptionAtRestOptions(IResolvable value)
`AWS::Elasticsearch::Domain.EncryptionAtRestOptions`.
|
void |
setLogPublishingOptions(IResolvable value)
`AWS::Elasticsearch::Domain.LogPublishingOptions`.
|
void |
setLogPublishingOptions(Map<String,Object> value)
`AWS::Elasticsearch::Domain.LogPublishingOptions`.
|
void |
setNodeToNodeEncryptionOptions(CfnDomain.NodeToNodeEncryptionOptionsProperty value)
`AWS::Elasticsearch::Domain.NodeToNodeEncryptionOptions`.
|
void |
setNodeToNodeEncryptionOptions(IResolvable value)
`AWS::Elasticsearch::Domain.NodeToNodeEncryptionOptions`.
|
void |
setSnapshotOptions(CfnDomain.SnapshotOptionsProperty value)
`AWS::Elasticsearch::Domain.SnapshotOptions`.
|
void |
setSnapshotOptions(IResolvable value)
`AWS::Elasticsearch::Domain.SnapshotOptions`.
|
void |
setVpcOptions(CfnDomain.VPCOptionsProperty value)
`AWS::Elasticsearch::Domain.VPCOptions`.
|
void |
setVpcOptions(IResolvable value)
`AWS::Elasticsearch::Domain.VPCOptions`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDomain(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDomain(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External)
public CfnDomain(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
CfnDomainProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Experimental) @NotNull public static CfnDomain fromCloudFormation(@NotNull Construct scope, @NotNull String id, @NotNull Object resourceAttributes, @NotNull FromCloudFormationOptions options)
Used in the @aws-cdk/cloudformation-include module.
EXPERIMENTAL
scope - This parameter is required.id - This parameter is required.resourceAttributes - This parameter is required.options - This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
EXPERIMENTAL
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=External) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=External) @NotNull public String getAttrArn()
@Stability(value=External) @NotNull public String getAttrDomainEndpoint()
@Stability(value=External) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=External) @NotNull public TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-tags@Stability(value=External) @NotNull public Object getAccessPolicies()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies@Stability(value=External)
public void setAccessPolicies(@NotNull
Object value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-accesspolicies@Stability(value=External) @Nullable public Object getAdvancedOptions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-advancedoptions@Stability(value=External)
public void setAdvancedOptions(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-advancedoptions@Stability(value=External)
public void setAdvancedOptions(@Nullable
Map<String,String> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-advancedoptions@Stability(value=External) @Nullable public Object getCognitoOptions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-cognitooptions@Stability(value=External)
public void setCognitoOptions(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-cognitooptions@Stability(value=External)
public void setCognitoOptions(@Nullable
CfnDomain.CognitoOptionsProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-cognitooptions@Stability(value=External) @Nullable public String getDomainName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname@Stability(value=External)
public void setDomainName(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-domainname@Stability(value=External) @Nullable public Object getEbsOptions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-ebsoptions@Stability(value=External)
public void setEbsOptions(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-ebsoptions@Stability(value=External)
public void setEbsOptions(@Nullable
CfnDomain.EBSOptionsProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-ebsoptions@Stability(value=External) @Nullable public Object getElasticsearchClusterConfig()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchclusterconfig@Stability(value=External)
public void setElasticsearchClusterConfig(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchclusterconfig@Stability(value=External)
public void setElasticsearchClusterConfig(@Nullable
CfnDomain.ElasticsearchClusterConfigProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchclusterconfig@Stability(value=External) @Nullable public String getElasticsearchVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion@Stability(value=External)
public void setElasticsearchVersion(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-elasticsearchversion@Stability(value=External) @Nullable public Object getEncryptionAtRestOptions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-encryptionatrestoptions@Stability(value=External)
public void setEncryptionAtRestOptions(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-encryptionatrestoptions@Stability(value=External)
public void setEncryptionAtRestOptions(@Nullable
CfnDomain.EncryptionAtRestOptionsProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-encryptionatrestoptions@Stability(value=External) @Nullable public Object getLogPublishingOptions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-logpublishingoptions@Stability(value=External)
public void setLogPublishingOptions(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-logpublishingoptions@Stability(value=External)
public void setLogPublishingOptions(@Nullable
Map<String,Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-logpublishingoptions@Stability(value=External) @Nullable public Object getNodeToNodeEncryptionOptions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions@Stability(value=External)
public void setNodeToNodeEncryptionOptions(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions@Stability(value=External)
public void setNodeToNodeEncryptionOptions(@Nullable
CfnDomain.NodeToNodeEncryptionOptionsProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-nodetonodeencryptionoptions@Stability(value=External) @Nullable public Object getSnapshotOptions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-snapshotoptions@Stability(value=External)
public void setSnapshotOptions(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-snapshotoptions@Stability(value=External)
public void setSnapshotOptions(@Nullable
CfnDomain.SnapshotOptionsProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-snapshotoptions@Stability(value=External) @Nullable public Object getVpcOptions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-vpcoptions@Stability(value=External)
public void setVpcOptions(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-vpcoptions@Stability(value=External)
public void setVpcOptions(@Nullable
CfnDomain.VPCOptionsProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticsearch-domain.html#cfn-elasticsearch-domain-vpcoptionsCopyright © 2020. All rights reserved.