Class CfnResponderGateway

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IEnvironmentAware, IInspectable, ITaggableV2, IResponderGatewayRef, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-10T13:40:13.932Z") @Stability(Stable) public class CfnResponderGateway extends CfnResource implements IInspectable, IResponderGatewayRef, ITaggableV2
Resource Type definition for AWS::RTBFabric::ResponderGateway Resource Type.

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.rtbfabric.*;
 CfnResponderGateway cfnResponderGateway = CfnResponderGateway.Builder.create(this, "MyCfnResponderGateway")
         .port(123)
         .protocol("protocol")
         .securityGroupIds(List.of("securityGroupIds"))
         .subnetIds(List.of("subnetIds"))
         .vpcId("vpcId")
         // the properties below are optional
         .description("description")
         .domainName("domainName")
         .managedEndpointConfiguration(ManagedEndpointConfigurationProperty.builder()
                 .autoScalingGroupsConfiguration(AutoScalingGroupsConfigurationProperty.builder()
                         .autoScalingGroupNameList(List.of("autoScalingGroupNameList"))
                         .roleArn("roleArn")
                         .build())
                 .eksEndpointsConfiguration(EksEndpointsConfigurationProperty.builder()
                         .clusterApiServerCaCertificateChain("clusterApiServerCaCertificateChain")
                         .clusterApiServerEndpointUri("clusterApiServerEndpointUri")
                         .clusterName("clusterName")
                         .endpointsResourceName("endpointsResourceName")
                         .endpointsResourceNamespace("endpointsResourceNamespace")
                         .roleArn("roleArn")
                         .build())
                 .build())
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .trustStoreConfiguration(TrustStoreConfigurationProperty.builder()
                 .certificateAuthorityCertificates(List.of("certificateAuthorityCertificates"))
                 .build())
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnResponderGateway

      protected CfnResponderGateway(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnResponderGateway

      protected CfnResponderGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnResponderGateway

      @Stability(Stable) public CfnResponderGateway(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnResponderGatewayProps 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

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      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 class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
    • getAttrCreatedTimestamp

      @Stability(Stable) @NotNull public String getAttrCreatedTimestamp()
    • getAttrGatewayId

      @Stability(Stable) @NotNull public String getAttrGatewayId()
    • getAttrResponderGatewayStatus

      @Stability(Stable) @NotNull public String getAttrResponderGatewayStatus()
    • getAttrUpdatedTimestamp

      @Stability(Stable) @NotNull public String getAttrUpdatedTimestamp()
    • getCdkTagManager

      @Stability(Stable) @NotNull public TagManager getCdkTagManager()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getCdkTagManager in interface ITaggableV2
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getResponderGatewayRef

      @Stability(Stable) @NotNull public ResponderGatewayReference getResponderGatewayRef()
      A reference to a ResponderGateway resource.
      Specified by:
      getResponderGatewayRef in interface IResponderGatewayRef
    • getPort

      @Stability(Stable) @NotNull public Number getPort()
    • setPort

      @Stability(Stable) public void setPort(@NotNull Number value)
    • getProtocol

      @Stability(Stable) @NotNull public String getProtocol()
    • setProtocol

      @Stability(Stable) public void setProtocol(@NotNull String value)
    • getSecurityGroupIds

      @Stability(Stable) @NotNull public List<String> getSecurityGroupIds()
      The ID of one or more security groups in order to create a gateway.
    • setSecurityGroupIds

      @Stability(Stable) public void setSecurityGroupIds(@NotNull List<String> value)
      The ID of one or more security groups in order to create a gateway.
    • getSubnetIds

      @Stability(Stable) @NotNull public List<String> getSubnetIds()
      The ID of one or more subnets in order to create a gateway.
    • setSubnetIds

      @Stability(Stable) public void setSubnetIds(@NotNull List<String> value)
      The ID of one or more subnets in order to create a gateway.
    • getVpcId

      @Stability(Stable) @NotNull public String getVpcId()
    • setVpcId

      @Stability(Stable) public void setVpcId(@NotNull String value)
    • getDescription

      @Stability(Stable) @Nullable public String getDescription()
    • setDescription

      @Stability(Stable) public void setDescription(@Nullable String value)
    • getDomainName

      @Stability(Stable) @Nullable public String getDomainName()
    • setDomainName

      @Stability(Stable) public void setDomainName(@Nullable String value)
    • getManagedEndpointConfiguration

      @Stability(Stable) @Nullable public Object getManagedEndpointConfiguration()
    • setManagedEndpointConfiguration

      @Stability(Stable) public void setManagedEndpointConfiguration(@Nullable IResolvable value)
    • setManagedEndpointConfiguration

      @Stability(Stable) public void setManagedEndpointConfiguration(@Nullable CfnResponderGateway.ManagedEndpointConfigurationProperty value)
    • getTags

      @Stability(Stable) @Nullable public List<CfnTag> getTags()
      Tags to assign to the Responder Gateway.
    • setTags

      @Stability(Stable) public void setTags(@Nullable List<CfnTag> value)
      Tags to assign to the Responder Gateway.
    • getTrustStoreConfiguration

      @Stability(Stable) @Nullable public Object getTrustStoreConfiguration()
    • setTrustStoreConfiguration

      @Stability(Stable) public void setTrustStoreConfiguration(@Nullable IResolvable value)
    • setTrustStoreConfiguration

      @Stability(Stable) public void setTrustStoreConfiguration(@Nullable CfnResponderGateway.TrustStoreConfigurationProperty value)