@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:33.232Z") @Deprecated public class CfnDomainNameV2 extends CfnResource implements IInspectable
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.apigateway.*; Object tags; CfnDomainNameV2 cfnDomainNameV2 = CfnDomainNameV2.Builder.create(this, "MyCfnDomainNameV2") .domainName("domainName") // the properties below are optional .domainNameConfigurations(List.of(DomainNameConfigurationProperty.builder() .certificateArn("certificateArn") .certificateName("certificateName") .endpointType("endpointType") .build())) .tags(tags) .build();
Modifier and Type | Class and Description |
---|---|
static class |
CfnDomainNameV2.Builder
Deprecated.
|
static interface |
CfnDomainNameV2.DomainNameConfigurationProperty
Deprecated.
moved to package aws-apigatewayv2
|
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
Deprecated.
|
Modifier | Constructor and Description |
---|---|
|
CfnDomainNameV2(Construct scope,
java.lang.String id,
CfnDomainNameV2Props props)
Deprecated.
|
protected |
CfnDomainNameV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnDomainNameV2(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttrRegionalDomainName()
Deprecated.
|
java.lang.String |
getAttrRegionalHostedZoneId()
Deprecated.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties()
Deprecated.
|
java.lang.String |
getDomainName()
Deprecated.
|
java.lang.Object |
getDomainNameConfigurations()
Deprecated.
|
TagManager |
getTags()
Deprecated.
|
void |
inspect(TreeInspector inspector)
Deprecated.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
Deprecated.
|
void |
setDomainName(java.lang.String value)
Deprecated.
|
void |
setDomainNameConfigurations(IResolvable value)
Deprecated.
|
void |
setDomainNameConfigurations(java.util.List<java.lang.Object> value)
Deprecated.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
@Deprecated public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnDomainNameV2(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDomainNameV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Deprecated public CfnDomainNameV2(Construct scope, java.lang.String id, CfnDomainNameV2Props 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. This parameter is required.@Deprecated public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.@Deprecated protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.@Deprecated public java.lang.String getAttrRegionalDomainName()
@Deprecated public java.lang.String getAttrRegionalHostedZoneId()
@Deprecated protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Deprecated public TagManager getTags()
@Deprecated public java.lang.String getDomainName()
@Deprecated public void setDomainName(java.lang.String value)
@Deprecated public java.lang.Object getDomainNameConfigurations()
@Deprecated public void setDomainNameConfigurations(IResolvable value)
@Deprecated public void setDomainNameConfigurations(java.util.List<java.lang.Object> value)