Class CfnServiceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnServiceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceMixinProps
@Stability(Stable)
@Internal
public static final class CfnServiceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceMixinProps
An implementation for
CfnServiceMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnServiceMixinProps
CfnServiceMixinProps.Builder, CfnServiceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnServiceMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnServiceMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe type of IAM policy.final StringThe Amazon Resource Name (ARN) of the certificate.final StringThe custom domain name of the service.final ObjectDescribes the DNS information of the service.final StringgetName()The name of the service.getTags()The tags for the service.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnServiceMixinProps.Builder.
-
-
Method Details
-
getAuthType
Description copied from interface:CfnServiceMixinPropsThe type of IAM policy.NONE: The resource does not use an IAM policy. This is the default.AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
Default: - "NONE"
- Specified by:
getAuthTypein interfaceCfnServiceMixinProps- See Also:
-
getCertificateArn
Description copied from interface:CfnServiceMixinPropsThe Amazon Resource Name (ARN) of the certificate.- Specified by:
getCertificateArnin interfaceCfnServiceMixinProps- See Also:
-
getCustomDomainName
Description copied from interface:CfnServiceMixinPropsThe custom domain name of the service.- Specified by:
getCustomDomainNamein interfaceCfnServiceMixinProps- See Also:
-
getDnsEntry
Description copied from interface:CfnServiceMixinPropsDescribes the DNS information of the service.This field is read-only.
Returns union: either
IResolvableorCfnServicePropsMixin.DnsEntryProperty- Specified by:
getDnsEntryin interfaceCfnServiceMixinProps- See Also:
-
getName
Description copied from interface:CfnServiceMixinPropsThe name of the service.The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.
- Specified by:
getNamein interfaceCfnServiceMixinProps- See Also:
-
getTags
Description copied from interface:CfnServiceMixinPropsThe tags for the service.- Specified by:
getTagsin interfaceCfnServiceMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-