Class CfnOutpostResolver
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.route53resolver.CfnOutpostResolver
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-11T15:56:05.221Z")
@Stability(Stable)
public class CfnOutpostResolver
extends CfnResource
implements IInspectable, ITaggableV2
Creates a Amazon Route 53 Resolver on an Outpost.
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.route53resolver.*; CfnOutpostResolver cfnOutpostResolver = CfnOutpostResolver.Builder.create(this, "MyCfnOutpostResolver") .name("name") .outpostArn("outpostArn") .preferredInstanceType("preferredInstanceType") // the properties below are optional .instanceCount(123) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnOutpostResolver
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnOutpostResolver
(software.amazon.jsii.JsiiObjectRef objRef) CfnOutpostResolver
(software.constructs.Construct scope, String id, CfnOutpostResolverProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ARN (Amazon Resource Name) for the Resolver on an Outpost.The date and time that the Outpost Resolver was created, in Unix time format and Coordinated Universal Time (UTC).A unique string that identifies the request that created the Resolver endpoint.The ID of the Resolver on Outpost.The date and time that the Outpost Resolver was modified, in Unix time format and Coordinated Universal Time (UTC).Status of the Resolver.A detailed description of the Resolver.Tag Manager which manages the tags for this resource.Amazon EC2 instance count for the Resolver on the Outpost.getName()
Name of the Resolver.The ARN (Amazon Resource Name) for the Outpost.The Amazon EC2 instance type.getTags()
A key value pair that helps you identify a Route 53 Resolver .void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setInstanceCount
(Number value) Amazon EC2 instance count for the Resolver on the Outpost.void
Name of the Resolver.void
setOutpostArn
(String value) The ARN (Amazon Resource Name) for the Outpost.void
setPreferredInstanceType
(String value) The Amazon EC2 instance type.void
A key value pair that helps you identify a Route 53 Resolver .Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnOutpostResolver
protected CfnOutpostResolver(software.amazon.jsii.JsiiObjectRef objRef) -
CfnOutpostResolver
protected CfnOutpostResolver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnOutpostResolver
@Stability(Stable) public CfnOutpostResolver(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnOutpostResolverProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The ARN (Amazon Resource Name) for the Resolver on an Outpost. -
getAttrCreationTime
The date and time that the Outpost Resolver was created, in Unix time format and Coordinated Universal Time (UTC). -
getAttrCreatorRequestId
A unique string that identifies the request that created the Resolver endpoint.The
CreatorRequestId
allows failed requests to be retried without the risk of running the operation twice. -
getAttrId
The ID of the Resolver on Outpost. -
getAttrModificationTime
The date and time that the Outpost Resolver was modified, in Unix time format and Coordinated Universal Time (UTC). -
getAttrStatus
Status of the Resolver.Valid Values: CREATING | OPERATIONAL | UPDATING | DELETING | ACTION_NEEDED | FAILED_CREATION | FAILED_DELETION.
-
getAttrStatusMessage
A detailed description of the Resolver. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getName
Name of the Resolver. -
setName
Name of the Resolver. -
getOutpostArn
The ARN (Amazon Resource Name) for the Outpost. -
setOutpostArn
The ARN (Amazon Resource Name) for the Outpost. -
getPreferredInstanceType
The Amazon EC2 instance type. -
setPreferredInstanceType
The Amazon EC2 instance type. -
getInstanceCount
Amazon EC2 instance count for the Resolver on the Outpost. -
setInstanceCount
Amazon EC2 instance count for the Resolver on the Outpost. -
getTags
A key value pair that helps you identify a Route 53 Resolver . -
setTags
A key value pair that helps you identify a Route 53 Resolver .
-