@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.036Z") @Stability(value=Stable) public class CfnDomain extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnDomain.AdvancedSecurityOptionsInputProperty |
static class |
CfnDomain.Builder
A fluent builder for
CfnDomain. |
static interface |
CfnDomain.CognitoOptionsProperty |
static interface |
CfnDomain.DomainEndpointOptionsProperty |
static interface |
CfnDomain.EBSOptionsProperty |
static interface |
CfnDomain.ElasticsearchClusterConfigProperty |
static interface |
CfnDomain.EncryptionAtRestOptionsProperty |
static interface |
CfnDomain.LogPublishingOptionProperty |
static interface |
CfnDomain.MasterUserOptionsProperty |
static interface |
CfnDomain.NodeToNodeEncryptionOptionsProperty |
static interface |
CfnDomain.SnapshotOptionsProperty |
static interface |
CfnDomain.VPCOptionsProperty |
static interface |
CfnDomain.ZoneAwarenessConfigProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.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(software.constructs.Construct scope,
String id)
Create a new `AWS::Elasticsearch::Domain`.
|
|
CfnDomain(software.constructs.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 |
|---|---|
Object |
getAccessPolicies()
`AWS::Elasticsearch::Domain.AccessPolicies`.
|
Object |
getAdvancedOptions()
`AWS::Elasticsearch::Domain.AdvancedOptions`.
|
Object |
getAdvancedSecurityOptions()
`AWS::Elasticsearch::Domain.AdvancedSecurityOptions`.
|
String |
getAttrArn() |
String |
getAttrDomainEndpoint() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getCognitoOptions()
`AWS::Elasticsearch::Domain.CognitoOptions`.
|
Object |
getDomainEndpointOptions()
`AWS::Elasticsearch::Domain.DomainEndpointOptions`.
|
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 |
setAdvancedSecurityOptions(CfnDomain.AdvancedSecurityOptionsInputProperty value)
`AWS::Elasticsearch::Domain.AdvancedSecurityOptions`.
|
void |
setAdvancedSecurityOptions(IResolvable value)
`AWS::Elasticsearch::Domain.AdvancedSecurityOptions`.
|
void |
setCognitoOptions(CfnDomain.CognitoOptionsProperty value)
`AWS::Elasticsearch::Domain.CognitoOptions`.
|
void |
setCognitoOptions(IResolvable value)
`AWS::Elasticsearch::Domain.CognitoOptions`.
|
void |
setDomainEndpointOptions(CfnDomain.DomainEndpointOptionsProperty value)
`AWS::Elasticsearch::Domain.DomainEndpointOptions`.
|
void |
setDomainEndpointOptions(IResolvable value)
`AWS::Elasticsearch::Domain.DomainEndpointOptions`.
|
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, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) 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=Stable)
public CfnDomain(@NotNull
software.constructs.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=Stable)
public CfnDomain(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrDomainEndpoint()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public Object getAccessPolicies()
@Stability(value=Stable)
public void setAccessPolicies(@NotNull
Object value)
@Stability(value=Stable) @Nullable public Object getAdvancedOptions()
@Stability(value=Stable)
public void setAdvancedOptions(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setAdvancedOptions(@Nullable
Map<String,String> value)
@Stability(value=Stable) @Nullable public Object getAdvancedSecurityOptions()
@Stability(value=Stable)
public void setAdvancedSecurityOptions(@Nullable
CfnDomain.AdvancedSecurityOptionsInputProperty value)
@Stability(value=Stable)
public void setAdvancedSecurityOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getCognitoOptions()
@Stability(value=Stable)
public void setCognitoOptions(@Nullable
CfnDomain.CognitoOptionsProperty value)
@Stability(value=Stable)
public void setCognitoOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getDomainEndpointOptions()
@Stability(value=Stable)
public void setDomainEndpointOptions(@Nullable
CfnDomain.DomainEndpointOptionsProperty value)
@Stability(value=Stable)
public void setDomainEndpointOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDomainName()
@Stability(value=Stable)
public void setDomainName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getEbsOptions()
@Stability(value=Stable)
public void setEbsOptions(@Nullable
CfnDomain.EBSOptionsProperty value)
@Stability(value=Stable)
public void setEbsOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getElasticsearchClusterConfig()
@Stability(value=Stable)
public void setElasticsearchClusterConfig(@Nullable
CfnDomain.ElasticsearchClusterConfigProperty value)
@Stability(value=Stable)
public void setElasticsearchClusterConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getElasticsearchVersion()
@Stability(value=Stable)
public void setElasticsearchVersion(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getEncryptionAtRestOptions()
@Stability(value=Stable)
public void setEncryptionAtRestOptions(@Nullable
CfnDomain.EncryptionAtRestOptionsProperty value)
@Stability(value=Stable)
public void setEncryptionAtRestOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getLogPublishingOptions()
@Stability(value=Stable)
public void setLogPublishingOptions(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setLogPublishingOptions(@Nullable
Map<String,Object> value)
@Stability(value=Stable) @Nullable public Object getNodeToNodeEncryptionOptions()
@Stability(value=Stable)
public void setNodeToNodeEncryptionOptions(@Nullable
CfnDomain.NodeToNodeEncryptionOptionsProperty value)
@Stability(value=Stable)
public void setNodeToNodeEncryptionOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getSnapshotOptions()
@Stability(value=Stable)
public void setSnapshotOptions(@Nullable
CfnDomain.SnapshotOptionsProperty value)
@Stability(value=Stable)
public void setSnapshotOptions(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getVpcOptions()
@Stability(value=Stable)
public void setVpcOptions(@Nullable
CfnDomain.VPCOptionsProperty value)
@Stability(value=Stable)
public void setVpcOptions(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.