Documentation ¶
Index ¶
- func AliasTargetInstance_IsConstruct(x interface{}) *bool
- func AliasTargetInstance_IsResource(construct constructs.IConstruct) *bool
- func CfnHttpNamespace_CFN_RESOURCE_TYPE_NAME() *string
- func CfnHttpNamespace_IsCfnElement(x interface{}) *bool
- func CfnHttpNamespace_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnHttpNamespace_IsConstruct(x interface{}) *bool
- func CfnInstance_CFN_RESOURCE_TYPE_NAME() *string
- func CfnInstance_IsCfnElement(x interface{}) *bool
- func CfnInstance_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnInstance_IsConstruct(x interface{}) *bool
- func CfnPrivateDnsNamespace_CFN_RESOURCE_TYPE_NAME() *string
- func CfnPrivateDnsNamespace_IsCfnElement(x interface{}) *bool
- func CfnPrivateDnsNamespace_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnPrivateDnsNamespace_IsConstruct(x interface{}) *bool
- func CfnPublicDnsNamespace_CFN_RESOURCE_TYPE_NAME() *string
- func CfnPublicDnsNamespace_IsCfnElement(x interface{}) *bool
- func CfnPublicDnsNamespace_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnPublicDnsNamespace_IsConstruct(x interface{}) *bool
- func CfnService_CFN_RESOURCE_TYPE_NAME() *string
- func CfnService_IsCfnElement(x interface{}) *bool
- func CfnService_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnService_IsConstruct(x interface{}) *bool
- func CnameInstance_IsConstruct(x interface{}) *bool
- func CnameInstance_IsResource(construct constructs.IConstruct) *bool
- func HttpNamespace_IsConstruct(x interface{}) *bool
- func HttpNamespace_IsResource(construct constructs.IConstruct) *bool
- func InstanceBase_IsConstruct(x interface{}) *bool
- func InstanceBase_IsResource(construct constructs.IConstruct) *bool
- func IpInstance_IsConstruct(x interface{}) *bool
- func IpInstance_IsResource(construct constructs.IConstruct) *bool
- func NewAliasTargetInstance_Override(a AliasTargetInstance, scope constructs.Construct, id *string, ...)
- func NewCfnHttpNamespace_Override(c CfnHttpNamespace, scope constructs.Construct, id *string, ...)
- func NewCfnInstance_Override(c CfnInstance, scope constructs.Construct, id *string, props *CfnInstanceProps)
- func NewCfnPrivateDnsNamespace_Override(c CfnPrivateDnsNamespace, scope constructs.Construct, id *string, ...)
- func NewCfnPublicDnsNamespace_Override(c CfnPublicDnsNamespace, scope constructs.Construct, id *string, ...)
- func NewCfnService_Override(c CfnService, scope constructs.Construct, id *string, props *CfnServiceProps)
- func NewCnameInstance_Override(c CnameInstance, scope constructs.Construct, id *string, ...)
- func NewHttpNamespace_Override(h HttpNamespace, scope constructs.Construct, id *string, ...)
- func NewInstanceBase_Override(i InstanceBase, scope constructs.Construct, id *string, ...)
- func NewIpInstance_Override(i IpInstance, scope constructs.Construct, id *string, props *IpInstanceProps)
- func NewNonIpInstance_Override(n NonIpInstance, scope constructs.Construct, id *string, ...)
- func NewPrivateDnsNamespace_Override(p PrivateDnsNamespace, scope constructs.Construct, id *string, ...)
- func NewPublicDnsNamespace_Override(p PublicDnsNamespace, scope constructs.Construct, id *string, ...)
- func NewService_Override(s Service, scope constructs.Construct, id *string, props *ServiceProps)
- func NonIpInstance_IsConstruct(x interface{}) *bool
- func NonIpInstance_IsResource(construct constructs.IConstruct) *bool
- func PrivateDnsNamespace_IsConstruct(x interface{}) *bool
- func PrivateDnsNamespace_IsResource(construct constructs.IConstruct) *bool
- func PublicDnsNamespace_IsConstruct(x interface{}) *bool
- func PublicDnsNamespace_IsResource(construct constructs.IConstruct) *bool
- func Service_IsConstruct(x interface{}) *bool
- func Service_IsResource(construct constructs.IConstruct) *bool
- type AliasTargetInstance
- type AliasTargetInstanceProps
- type BaseInstanceProps
- type BaseNamespaceProps
- type BaseServiceProps
- type CfnHttpNamespace
- type CfnHttpNamespaceProps
- type CfnInstance
- type CfnInstanceProps
- type CfnPrivateDnsNamespace
- type CfnPrivateDnsNamespaceProps
- type CfnPrivateDnsNamespace_PrivateDnsPropertiesMutableProperty
- type CfnPrivateDnsNamespace_PropertiesProperty
- type CfnPrivateDnsNamespace_SOAProperty
- type CfnPublicDnsNamespace
- type CfnPublicDnsNamespaceProps
- type CfnPublicDnsNamespace_PropertiesProperty
- type CfnPublicDnsNamespace_PublicDnsPropertiesMutableProperty
- type CfnPublicDnsNamespace_SOAProperty
- type CfnService
- type CfnServiceProps
- type CfnService_DnsConfigProperty
- type CfnService_DnsRecordProperty
- type CfnService_HealthCheckConfigProperty
- type CfnService_HealthCheckCustomConfigProperty
- type CnameInstance
- type CnameInstanceBaseProps
- type CnameInstanceProps
- type DnsRecordType
- type DnsServiceProps
- type HealthCheckConfig
- type HealthCheckCustomConfig
- type HealthCheckType
- type HttpNamespace
- type HttpNamespaceAttributes
- type HttpNamespaceProps
- type IHttpNamespace
- type IInstance
- type INamespace
- type IPrivateDnsNamespace
- type IPublicDnsNamespace
- type IService
- type InstanceBase
- type IpInstance
- type IpInstanceBaseProps
- type IpInstanceProps
- type NamespaceType
- type NonIpInstance
- type NonIpInstanceBaseProps
- type NonIpInstanceProps
- type PrivateDnsNamespace
- type PrivateDnsNamespaceAttributes
- type PrivateDnsNamespaceProps
- type PublicDnsNamespace
- type PublicDnsNamespaceAttributes
- type PublicDnsNamespaceProps
- type RoutingPolicy
- type Service
- type ServiceAttributes
- type ServiceProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AliasTargetInstance_IsConstruct ¶
func AliasTargetInstance_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func AliasTargetInstance_IsResource ¶
func AliasTargetInstance_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func CfnHttpNamespace_CFN_RESOURCE_TYPE_NAME ¶
func CfnHttpNamespace_CFN_RESOURCE_TYPE_NAME() *string
func CfnHttpNamespace_IsCfnElement ¶
func CfnHttpNamespace_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnHttpNamespace_IsCfnResource ¶
func CfnHttpNamespace_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnHttpNamespace_IsConstruct ¶
func CfnHttpNamespace_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func CfnInstance_CFN_RESOURCE_TYPE_NAME ¶
func CfnInstance_CFN_RESOURCE_TYPE_NAME() *string
func CfnInstance_IsCfnElement ¶
func CfnInstance_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnInstance_IsCfnResource ¶
func CfnInstance_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnInstance_IsConstruct ¶
func CfnInstance_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func CfnPrivateDnsNamespace_CFN_RESOURCE_TYPE_NAME ¶
func CfnPrivateDnsNamespace_CFN_RESOURCE_TYPE_NAME() *string
func CfnPrivateDnsNamespace_IsCfnElement ¶
func CfnPrivateDnsNamespace_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnPrivateDnsNamespace_IsCfnResource ¶
func CfnPrivateDnsNamespace_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnPrivateDnsNamespace_IsConstruct ¶
func CfnPrivateDnsNamespace_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func CfnPublicDnsNamespace_CFN_RESOURCE_TYPE_NAME ¶
func CfnPublicDnsNamespace_CFN_RESOURCE_TYPE_NAME() *string
func CfnPublicDnsNamespace_IsCfnElement ¶
func CfnPublicDnsNamespace_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnPublicDnsNamespace_IsCfnResource ¶
func CfnPublicDnsNamespace_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnPublicDnsNamespace_IsConstruct ¶
func CfnPublicDnsNamespace_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func CfnService_CFN_RESOURCE_TYPE_NAME ¶
func CfnService_CFN_RESOURCE_TYPE_NAME() *string
func CfnService_IsCfnElement ¶
func CfnService_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnService_IsCfnResource ¶
func CfnService_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnService_IsConstruct ¶
func CfnService_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func CnameInstance_IsConstruct ¶
func CnameInstance_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func CnameInstance_IsResource ¶
func CnameInstance_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func HttpNamespace_IsConstruct ¶
func HttpNamespace_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func HttpNamespace_IsResource ¶
func HttpNamespace_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func InstanceBase_IsConstruct ¶
func InstanceBase_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func InstanceBase_IsResource ¶
func InstanceBase_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func IpInstance_IsConstruct ¶
func IpInstance_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func IpInstance_IsResource ¶
func IpInstance_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func NewAliasTargetInstance_Override ¶
func NewAliasTargetInstance_Override(a AliasTargetInstance, scope constructs.Construct, id *string, props *AliasTargetInstanceProps)
func NewCfnHttpNamespace_Override ¶
func NewCfnHttpNamespace_Override(c CfnHttpNamespace, scope constructs.Construct, id *string, props *CfnHttpNamespaceProps)
Create a new `AWS::ServiceDiscovery::HttpNamespace`.
func NewCfnInstance_Override ¶
func NewCfnInstance_Override(c CfnInstance, scope constructs.Construct, id *string, props *CfnInstanceProps)
Create a new `AWS::ServiceDiscovery::Instance`.
func NewCfnPrivateDnsNamespace_Override ¶
func NewCfnPrivateDnsNamespace_Override(c CfnPrivateDnsNamespace, scope constructs.Construct, id *string, props *CfnPrivateDnsNamespaceProps)
Create a new `AWS::ServiceDiscovery::PrivateDnsNamespace`.
func NewCfnPublicDnsNamespace_Override ¶
func NewCfnPublicDnsNamespace_Override(c CfnPublicDnsNamespace, scope constructs.Construct, id *string, props *CfnPublicDnsNamespaceProps)
Create a new `AWS::ServiceDiscovery::PublicDnsNamespace`.
func NewCfnService_Override ¶
func NewCfnService_Override(c CfnService, scope constructs.Construct, id *string, props *CfnServiceProps)
Create a new `AWS::ServiceDiscovery::Service`.
func NewCnameInstance_Override ¶
func NewCnameInstance_Override(c CnameInstance, scope constructs.Construct, id *string, props *CnameInstanceProps)
func NewHttpNamespace_Override ¶
func NewHttpNamespace_Override(h HttpNamespace, scope constructs.Construct, id *string, props *HttpNamespaceProps)
func NewInstanceBase_Override ¶
func NewInstanceBase_Override(i InstanceBase, scope constructs.Construct, id *string, props *awscdk.ResourceProps)
func NewIpInstance_Override ¶
func NewIpInstance_Override(i IpInstance, scope constructs.Construct, id *string, props *IpInstanceProps)
func NewNonIpInstance_Override ¶
func NewNonIpInstance_Override(n NonIpInstance, scope constructs.Construct, id *string, props *NonIpInstanceProps)
func NewPrivateDnsNamespace_Override ¶
func NewPrivateDnsNamespace_Override(p PrivateDnsNamespace, scope constructs.Construct, id *string, props *PrivateDnsNamespaceProps)
func NewPublicDnsNamespace_Override ¶
func NewPublicDnsNamespace_Override(p PublicDnsNamespace, scope constructs.Construct, id *string, props *PublicDnsNamespaceProps)
func NewService_Override ¶
func NewService_Override(s Service, scope constructs.Construct, id *string, props *ServiceProps)
func NonIpInstance_IsConstruct ¶
func NonIpInstance_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func NonIpInstance_IsResource ¶
func NonIpInstance_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func PrivateDnsNamespace_IsConstruct ¶
func PrivateDnsNamespace_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func PrivateDnsNamespace_IsResource ¶
func PrivateDnsNamespace_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func PublicDnsNamespace_IsConstruct ¶
func PublicDnsNamespace_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func PublicDnsNamespace_IsResource ¶
func PublicDnsNamespace_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
func Service_IsConstruct ¶
func Service_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func Service_IsResource ¶
func Service_IsResource(construct constructs.IConstruct) *bool
Check whether the given construct is a Resource.
Types ¶
type AliasTargetInstance ¶
type AliasTargetInstance interface { InstanceBase DnsName() *string Env() *awscdk.ResourceEnvironment InstanceId() *string Node() constructs.Node PhysicalName() *string Service() IService Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *string UniqueInstanceId() *string }
Instance that uses Route 53 Alias record type.
Currently, the only resource types supported are Elastic Load Balancers.
TODO: EXAMPLE
func NewAliasTargetInstance ¶
func NewAliasTargetInstance(scope constructs.Construct, id *string, props *AliasTargetInstanceProps) AliasTargetInstance
type AliasTargetInstanceProps ¶
type AliasTargetInstanceProps struct { // Custom attributes of the instance. CustomAttributes *map[string]*string `json:"customAttributes"` // The id of the instance resource. InstanceId *string `json:"instanceId"` // DNS name of the target. DnsName *string `json:"dnsName"` // The Cloudmap service this resource is registered to. Service IService `json:"service"` }
TODO: EXAMPLE
type BaseInstanceProps ¶
type BaseInstanceProps struct { // Custom attributes of the instance. CustomAttributes *map[string]*string `json:"customAttributes"` // The id of the instance resource. InstanceId *string `json:"instanceId"` }
Used when the resource that's associated with the service instance is accessible using values other than an IP address or a domain name (CNAME), i.e. for non-ip-instances.
TODO: EXAMPLE
type BaseNamespaceProps ¶
type BaseNamespaceProps struct { // A description of the Namespace. Description *string `json:"description"` // A name for the Namespace. Name *string `json:"name"` }
TODO: EXAMPLE
type BaseServiceProps ¶
type BaseServiceProps struct { // Structure containing failure threshold for a custom health checker. // // Only one of healthCheckConfig or healthCheckCustomConfig can be specified. // See: https://docs.aws.amazon.com/cloud-map/latest/api/API_HealthCheckCustomConfig.html CustomHealthCheck *HealthCheckCustomConfig `json:"customHealthCheck"` // A description of the service. Description *string `json:"description"` // Settings for an optional health check. // // If you specify health check settings, AWS Cloud Map associates the health // check with the records that you specify in DnsConfig. Only one of healthCheckConfig or healthCheckCustomConfig can // be specified. Not valid for PrivateDnsNamespaces. If you use healthCheck, you can only register IP instances to // this service. HealthCheck *HealthCheckConfig `json:"healthCheck"` // A name for the Service. Name *string `json:"name"` }
Basic props needed to create a service in a given namespace.
Used by HttpNamespace.createService ¶
TODO: EXAMPLE
type CfnHttpNamespace ¶
type CfnHttpNamespace interface { awscdk.CfnResource awscdk.IInspectable AttrArn() *string AttrId() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Description() *string SetDescription(val *string) LogicalId() *string Name() *string SetName(val *string) Node() constructs.Node Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::ServiceDiscovery::HttpNamespace`.
TODO: EXAMPLE
func NewCfnHttpNamespace ¶
func NewCfnHttpNamespace(scope constructs.Construct, id *string, props *CfnHttpNamespaceProps) CfnHttpNamespace
Create a new `AWS::ServiceDiscovery::HttpNamespace`.
type CfnHttpNamespaceProps ¶
type CfnHttpNamespaceProps struct { // `AWS::ServiceDiscovery::HttpNamespace.Description`. Description *string `json:"description"` // `AWS::ServiceDiscovery::HttpNamespace.Name`. Name *string `json:"name"` // `AWS::ServiceDiscovery::HttpNamespace.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::ServiceDiscovery::HttpNamespace`.
TODO: EXAMPLE
type CfnInstance ¶
type CfnInstance interface { awscdk.CfnResource awscdk.IInspectable CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string InstanceAttributes() interface{} SetInstanceAttributes(val interface{}) InstanceId() *string SetInstanceId(val *string) LogicalId() *string Node() constructs.Node Ref() *string ServiceId() *string SetServiceId(val *string) Stack() awscdk.Stack UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::ServiceDiscovery::Instance`.
TODO: EXAMPLE
func NewCfnInstance ¶
func NewCfnInstance(scope constructs.Construct, id *string, props *CfnInstanceProps) CfnInstance
Create a new `AWS::ServiceDiscovery::Instance`.
type CfnInstanceProps ¶
type CfnInstanceProps struct { // `AWS::ServiceDiscovery::Instance.InstanceAttributes`. InstanceAttributes interface{} `json:"instanceAttributes"` // `AWS::ServiceDiscovery::Instance.InstanceId`. InstanceId *string `json:"instanceId"` // `AWS::ServiceDiscovery::Instance.ServiceId`. ServiceId *string `json:"serviceId"` }
Properties for defining a `AWS::ServiceDiscovery::Instance`.
TODO: EXAMPLE
type CfnPrivateDnsNamespace ¶
type CfnPrivateDnsNamespace interface { awscdk.CfnResource awscdk.IInspectable AttrArn() *string AttrId() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Description() *string SetDescription(val *string) LogicalId() *string Name() *string SetName(val *string) Node() constructs.Node Properties() interface{} SetProperties(val interface{}) Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} Vpc() *string SetVpc(val *string) AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::ServiceDiscovery::PrivateDnsNamespace`.
TODO: EXAMPLE
func NewCfnPrivateDnsNamespace ¶
func NewCfnPrivateDnsNamespace(scope constructs.Construct, id *string, props *CfnPrivateDnsNamespaceProps) CfnPrivateDnsNamespace
Create a new `AWS::ServiceDiscovery::PrivateDnsNamespace`.
type CfnPrivateDnsNamespaceProps ¶
type CfnPrivateDnsNamespaceProps struct { // `AWS::ServiceDiscovery::PrivateDnsNamespace.Description`. Description *string `json:"description"` // `AWS::ServiceDiscovery::PrivateDnsNamespace.Name`. Name *string `json:"name"` // `AWS::ServiceDiscovery::PrivateDnsNamespace.Properties`. Properties interface{} `json:"properties"` // `AWS::ServiceDiscovery::PrivateDnsNamespace.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` // `AWS::ServiceDiscovery::PrivateDnsNamespace.Vpc`. Vpc *string `json:"vpc"` }
Properties for defining a `AWS::ServiceDiscovery::PrivateDnsNamespace`.
TODO: EXAMPLE
type CfnPrivateDnsNamespace_PrivateDnsPropertiesMutableProperty ¶
type CfnPrivateDnsNamespace_PrivateDnsPropertiesMutableProperty struct {
// `CfnPrivateDnsNamespace.PrivateDnsPropertiesMutableProperty.SOA`.
Soa interface{} `json:"soa"`
}
TODO: EXAMPLE
type CfnPrivateDnsNamespace_PropertiesProperty ¶
type CfnPrivateDnsNamespace_PropertiesProperty struct {
// `CfnPrivateDnsNamespace.PropertiesProperty.DnsProperties`.
DnsProperties interface{} `json:"dnsProperties"`
}
TODO: EXAMPLE
type CfnPrivateDnsNamespace_SOAProperty ¶
type CfnPrivateDnsNamespace_SOAProperty struct { // `CfnPrivateDnsNamespace.SOAProperty.TTL`. Ttl *float64 `json:"ttl"` }
TODO: EXAMPLE
type CfnPublicDnsNamespace ¶
type CfnPublicDnsNamespace interface { awscdk.CfnResource awscdk.IInspectable AttrArn() *string AttrId() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Description() *string SetDescription(val *string) LogicalId() *string Name() *string SetName(val *string) Node() constructs.Node Properties() interface{} SetProperties(val interface{}) Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::ServiceDiscovery::PublicDnsNamespace`.
TODO: EXAMPLE
func NewCfnPublicDnsNamespace ¶
func NewCfnPublicDnsNamespace(scope constructs.Construct, id *string, props *CfnPublicDnsNamespaceProps) CfnPublicDnsNamespace
Create a new `AWS::ServiceDiscovery::PublicDnsNamespace`.
type CfnPublicDnsNamespaceProps ¶
type CfnPublicDnsNamespaceProps struct { // `AWS::ServiceDiscovery::PublicDnsNamespace.Description`. Description *string `json:"description"` // `AWS::ServiceDiscovery::PublicDnsNamespace.Name`. Name *string `json:"name"` // `AWS::ServiceDiscovery::PublicDnsNamespace.Properties`. Properties interface{} `json:"properties"` // `AWS::ServiceDiscovery::PublicDnsNamespace.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::ServiceDiscovery::PublicDnsNamespace`.
TODO: EXAMPLE
type CfnPublicDnsNamespace_PropertiesProperty ¶
type CfnPublicDnsNamespace_PropertiesProperty struct {
// `CfnPublicDnsNamespace.PropertiesProperty.DnsProperties`.
DnsProperties interface{} `json:"dnsProperties"`
}
TODO: EXAMPLE
type CfnPublicDnsNamespace_PublicDnsPropertiesMutableProperty ¶
type CfnPublicDnsNamespace_PublicDnsPropertiesMutableProperty struct {
// `CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.SOA`.
Soa interface{} `json:"soa"`
}
TODO: EXAMPLE
type CfnPublicDnsNamespace_SOAProperty ¶
type CfnPublicDnsNamespace_SOAProperty struct { // `CfnPublicDnsNamespace.SOAProperty.TTL`. Ttl *float64 `json:"ttl"` }
TODO: EXAMPLE
type CfnService ¶
type CfnService interface { awscdk.CfnResource awscdk.IInspectable AttrArn() *string AttrId() *string AttrName() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Description() *string SetDescription(val *string) DnsConfig() interface{} SetDnsConfig(val interface{}) HealthCheckConfig() interface{} SetHealthCheckConfig(val interface{}) HealthCheckCustomConfig() interface{} SetHealthCheckCustomConfig(val interface{}) LogicalId() *string Name() *string SetName(val *string) NamespaceId() *string SetNamespaceId(val *string) Node() constructs.Node Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager Type() *string SetType(val *string) UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::ServiceDiscovery::Service`.
TODO: EXAMPLE
func NewCfnService ¶
func NewCfnService(scope constructs.Construct, id *string, props *CfnServiceProps) CfnService
Create a new `AWS::ServiceDiscovery::Service`.
type CfnServiceProps ¶
type CfnServiceProps struct { // `AWS::ServiceDiscovery::Service.Description`. Description *string `json:"description"` // `AWS::ServiceDiscovery::Service.DnsConfig`. DnsConfig interface{} `json:"dnsConfig"` // `AWS::ServiceDiscovery::Service.HealthCheckConfig`. HealthCheckConfig interface{} `json:"healthCheckConfig"` // `AWS::ServiceDiscovery::Service.HealthCheckCustomConfig`. HealthCheckCustomConfig interface{} `json:"healthCheckCustomConfig"` // `AWS::ServiceDiscovery::Service.Name`. Name *string `json:"name"` // `AWS::ServiceDiscovery::Service.NamespaceId`. NamespaceId *string `json:"namespaceId"` // `AWS::ServiceDiscovery::Service.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` // `AWS::ServiceDiscovery::Service.Type`. Type *string `json:"type"` }
Properties for defining a `AWS::ServiceDiscovery::Service`.
TODO: EXAMPLE
type CfnService_DnsConfigProperty ¶
type CfnService_DnsConfigProperty struct { // `CfnService.DnsConfigProperty.DnsRecords`. DnsRecords interface{} `json:"dnsRecords"` // `CfnService.DnsConfigProperty.NamespaceId`. NamespaceId *string `json:"namespaceId"` // `CfnService.DnsConfigProperty.RoutingPolicy`. RoutingPolicy *string `json:"routingPolicy"` }
TODO: EXAMPLE
type CfnService_DnsRecordProperty ¶
type CfnService_DnsRecordProperty struct { // `CfnService.DnsRecordProperty.TTL`. Ttl *float64 `json:"ttl"` // `CfnService.DnsRecordProperty.Type`. Type *string `json:"type"` }
TODO: EXAMPLE
type CfnService_HealthCheckConfigProperty ¶
type CfnService_HealthCheckConfigProperty struct { // `CfnService.HealthCheckConfigProperty.FailureThreshold`. FailureThreshold *float64 `json:"failureThreshold"` // `CfnService.HealthCheckConfigProperty.ResourcePath`. ResourcePath *string `json:"resourcePath"` // `CfnService.HealthCheckConfigProperty.Type`. Type *string `json:"type"` }
TODO: EXAMPLE
type CfnService_HealthCheckCustomConfigProperty ¶
type CfnService_HealthCheckCustomConfigProperty struct { // `CfnService.HealthCheckCustomConfigProperty.FailureThreshold`. FailureThreshold *float64 `json:"failureThreshold"` }
TODO: EXAMPLE
type CnameInstance ¶
type CnameInstance interface { InstanceBase Cname() *string Env() *awscdk.ResourceEnvironment InstanceId() *string Node() constructs.Node PhysicalName() *string Service() IService Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *string UniqueInstanceId() *string }
Instance that is accessible using a domain name (CNAME).
TODO: EXAMPLE
func NewCnameInstance ¶
func NewCnameInstance(scope constructs.Construct, id *string, props *CnameInstanceProps) CnameInstance
type CnameInstanceBaseProps ¶
type CnameInstanceBaseProps struct { // Custom attributes of the instance. CustomAttributes *map[string]*string `json:"customAttributes"` // The id of the instance resource. InstanceId *string `json:"instanceId"` // If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries, for example, example.com. This value is required if the service specified by ServiceId includes settings for an CNAME record. InstanceCname *string `json:"instanceCname"` }
TODO: EXAMPLE
type CnameInstanceProps ¶
type CnameInstanceProps struct { // Custom attributes of the instance. CustomAttributes *map[string]*string `json:"customAttributes"` // The id of the instance resource. InstanceId *string `json:"instanceId"` // If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries, for example, example.com. This value is required if the service specified by ServiceId includes settings for an CNAME record. InstanceCname *string `json:"instanceCname"` // The Cloudmap service this resource is registered to. Service IService `json:"service"` }
TODO: EXAMPLE
type DnsRecordType ¶
type DnsRecordType string
TODO: EXAMPLE
const ( DnsRecordType_A DnsRecordType = "A" DnsRecordType_A_AAAA DnsRecordType = "A_AAAA" DnsRecordType_AAAA DnsRecordType = "AAAA" DnsRecordType_CNAME DnsRecordType = "CNAME" DnsRecordType_SRV DnsRecordType = "SRV" )
type DnsServiceProps ¶
type DnsServiceProps struct { // Structure containing failure threshold for a custom health checker. // // Only one of healthCheckConfig or healthCheckCustomConfig can be specified. // See: https://docs.aws.amazon.com/cloud-map/latest/api/API_HealthCheckCustomConfig.html CustomHealthCheck *HealthCheckCustomConfig `json:"customHealthCheck"` // A description of the service. Description *string `json:"description"` // Settings for an optional health check. // // If you specify health check settings, AWS Cloud Map associates the health // check with the records that you specify in DnsConfig. Only one of healthCheckConfig or healthCheckCustomConfig can // be specified. Not valid for PrivateDnsNamespaces. If you use healthCheck, you can only register IP instances to // this service. HealthCheck *HealthCheckConfig `json:"healthCheck"` // A name for the Service. Name *string `json:"name"` // The DNS type of the record that you want AWS Cloud Map to create. // // Supported record types // include A, AAAA, A and AAAA (A_AAAA), CNAME, and SRV. DnsRecordType DnsRecordType `json:"dnsRecordType"` // The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record. DnsTtl awscdk.Duration `json:"dnsTtl"` // Whether or not this service will have an Elastic LoadBalancer registered to it as an AliasTargetInstance. // // Setting this to `true` correctly configures the `routingPolicy` // and performs some additional validation. LoadBalancer *bool `json:"loadBalancer"` // The routing policy that you want to apply to all DNS records that AWS Cloud Map creates when you register an instance and specify this service. RoutingPolicy RoutingPolicy `json:"routingPolicy"` }
Service props needed to create a service in a given namespace.
Used by createService() for PrivateDnsNamespace and PublicDnsNamespace
TODO: EXAMPLE
type HealthCheckConfig ¶
type HealthCheckConfig struct { // The number of consecutive health checks that an endpoint must pass or fail for Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. FailureThreshold *float64 `json:"failureThreshold"` // The path that you want Route 53 to request when performing health checks. // // Do not use when health check type is TCP. ResourcePath *string `json:"resourcePath"` // The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy. // // Cannot be modified once created. Supported values are HTTP, HTTPS, and TCP. Type HealthCheckType `json:"type"` }
Settings for an optional Amazon Route 53 health check.
If you specify settings for a health check, AWS Cloud Map associates the health check with all the records that you specify in DnsConfig. Only valid with a PublicDnsNamespace.
TODO: EXAMPLE
type HealthCheckCustomConfig ¶
type HealthCheckCustomConfig struct { // The number of 30-second intervals that you want Cloud Map to wait after receiving an UpdateInstanceCustomHealthStatus request before it changes the health status of a service instance. FailureThreshold *float64 `json:"failureThreshold"` }
Specifies information about an optional custom health check.
TODO: EXAMPLE
type HealthCheckType ¶
type HealthCheckType string
const ( HealthCheckType_HTTP HealthCheckType = "HTTP" HealthCheckType_HTTPS HealthCheckType = "HTTPS" HealthCheckType_TCP HealthCheckType = "TCP" )
type HttpNamespace ¶
type HttpNamespace interface { awscdk.Resource IHttpNamespace Env() *awscdk.ResourceEnvironment HttpNamespaceArn() *string HttpNamespaceId() *string HttpNamespaceName() *string NamespaceArn() *string NamespaceId() *string NamespaceName() *string Node() constructs.Node PhysicalName() *string Stack() awscdk.Stack Type() NamespaceType ApplyRemovalPolicy(policy awscdk.RemovalPolicy) CreateService(id *string, props *BaseServiceProps) Service GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *string }
Define an HTTP Namespace.
TODO: EXAMPLE
func NewHttpNamespace ¶
func NewHttpNamespace(scope constructs.Construct, id *string, props *HttpNamespaceProps) HttpNamespace
type HttpNamespaceAttributes ¶
type HttpNamespaceAttributes struct { // Namespace ARN for the Namespace. NamespaceArn *string `json:"namespaceArn"` // Namespace Id for the Namespace. NamespaceId *string `json:"namespaceId"` // A name for the Namespace. NamespaceName *string `json:"namespaceName"` }
TODO: EXAMPLE
type HttpNamespaceProps ¶
type HttpNamespaceProps struct { // A description of the Namespace. Description *string `json:"description"` // A name for the Namespace. Name *string `json:"name"` }
TODO: EXAMPLE
type IHttpNamespace ¶
type IHttpNamespace interface { INamespace }
func HttpNamespace_FromHttpNamespaceAttributes ¶
func HttpNamespace_FromHttpNamespaceAttributes(scope constructs.Construct, id *string, attrs *HttpNamespaceAttributes) IHttpNamespace
type INamespace ¶
type INamespace interface { awscdk.IResource // Namespace ARN for the Namespace. NamespaceArn() *string // Namespace Id for the Namespace. NamespaceId() *string // A name for the Namespace. NamespaceName() *string // Type of Namespace. Type() NamespaceType }
type IPrivateDnsNamespace ¶
type IPrivateDnsNamespace interface { INamespace }
func PrivateDnsNamespace_FromPrivateDnsNamespaceAttributes ¶
func PrivateDnsNamespace_FromPrivateDnsNamespaceAttributes(scope constructs.Construct, id *string, attrs *PrivateDnsNamespaceAttributes) IPrivateDnsNamespace
type IPublicDnsNamespace ¶
type IPublicDnsNamespace interface { INamespace }
func PublicDnsNamespace_FromPublicDnsNamespaceAttributes ¶
func PublicDnsNamespace_FromPublicDnsNamespaceAttributes(scope constructs.Construct, id *string, attrs *PublicDnsNamespaceAttributes) IPublicDnsNamespace
type IService ¶
type IService interface { awscdk.IResource // The DnsRecordType used by the service. DnsRecordType() DnsRecordType // The namespace for the Cloudmap Service. Namespace() INamespace // The Routing Policy used by the service. RoutingPolicy() RoutingPolicy // The Arn of the namespace that you want to use for DNS configuration. ServiceArn() *string // The ID of the namespace that you want to use for DNS configuration. ServiceId() *string // A name for the Cloudmap Service. ServiceName() *string }
func Service_FromServiceAttributes ¶
func Service_FromServiceAttributes(scope constructs.Construct, id *string, attrs *ServiceAttributes) IService
type InstanceBase ¶
type InstanceBase interface { awscdk.Resource IInstance Env() *awscdk.ResourceEnvironment InstanceId() *string Node() constructs.Node PhysicalName() *string Service() IService Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *string UniqueInstanceId() *string }
type IpInstance ¶
type IpInstance interface { InstanceBase Env() *awscdk.ResourceEnvironment InstanceId() *string Ipv4() *string Ipv6() *string Node() constructs.Node PhysicalName() *string Port() *float64 Service() IService Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *string UniqueInstanceId() *string }
Instance that is accessible using an IP address.
TODO: EXAMPLE
func NewIpInstance ¶
func NewIpInstance(scope constructs.Construct, id *string, props *IpInstanceProps) IpInstance
type IpInstanceBaseProps ¶
type IpInstanceBaseProps struct { // Custom attributes of the instance. CustomAttributes *map[string]*string `json:"customAttributes"` // The id of the instance resource. InstanceId *string `json:"instanceId"` // If the service that you specify contains a template for an A record, the IPv4 address that you want AWS Cloud Map to use for the value of the A record. Ipv4 *string `json:"ipv4"` // If the service that you specify contains a template for an AAAA record, the IPv6 address that you want AWS Cloud Map to use for the value of the AAAA record. Ipv6 *string `json:"ipv6"` // The port on the endpoint that you want AWS Cloud Map to perform health checks on. // // This value is also used for // the port value in an SRV record if the service that you specify includes an SRV record. You can also specify a // default port that is applied to all instances in the Service configuration. Port *float64 `json:"port"` }
TODO: EXAMPLE
type IpInstanceProps ¶
type IpInstanceProps struct { // Custom attributes of the instance. CustomAttributes *map[string]*string `json:"customAttributes"` // The id of the instance resource. InstanceId *string `json:"instanceId"` // If the service that you specify contains a template for an A record, the IPv4 address that you want AWS Cloud Map to use for the value of the A record. Ipv4 *string `json:"ipv4"` // If the service that you specify contains a template for an AAAA record, the IPv6 address that you want AWS Cloud Map to use for the value of the AAAA record. Ipv6 *string `json:"ipv6"` // The port on the endpoint that you want AWS Cloud Map to perform health checks on. // // This value is also used for // the port value in an SRV record if the service that you specify includes an SRV record. You can also specify a // default port that is applied to all instances in the Service configuration. Port *float64 `json:"port"` // The Cloudmap service this resource is registered to. Service IService `json:"service"` }
TODO: EXAMPLE
type NamespaceType ¶
type NamespaceType string
const ( NamespaceType_DNS_PRIVATE NamespaceType = "DNS_PRIVATE" NamespaceType_DNS_PUBLIC NamespaceType = "DNS_PUBLIC" NamespaceType_HTTP NamespaceType = "HTTP" )
type NonIpInstance ¶
type NonIpInstance interface { InstanceBase Env() *awscdk.ResourceEnvironment InstanceId() *string Node() constructs.Node PhysicalName() *string Service() IService Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *string UniqueInstanceId() *string }
Instance accessible using values other than an IP address or a domain name (CNAME).
Specify the other values in Custom attributes.
TODO: EXAMPLE
func NewNonIpInstance ¶
func NewNonIpInstance(scope constructs.Construct, id *string, props *NonIpInstanceProps) NonIpInstance
type NonIpInstanceBaseProps ¶
type NonIpInstanceBaseProps struct { // Custom attributes of the instance. CustomAttributes *map[string]*string `json:"customAttributes"` // The id of the instance resource. InstanceId *string `json:"instanceId"` }
TODO: EXAMPLE
type NonIpInstanceProps ¶
type NonIpInstanceProps struct { // Custom attributes of the instance. CustomAttributes *map[string]*string `json:"customAttributes"` // The id of the instance resource. InstanceId *string `json:"instanceId"` // The Cloudmap service this resource is registered to. Service IService `json:"service"` }
TODO: EXAMPLE
type PrivateDnsNamespace ¶
type PrivateDnsNamespace interface { awscdk.Resource IPrivateDnsNamespace Env() *awscdk.ResourceEnvironment NamespaceArn() *string NamespaceId() *string NamespaceName() *string Node() constructs.Node PhysicalName() *string PrivateDnsNamespaceArn() *string PrivateDnsNamespaceId() *string PrivateDnsNamespaceName() *string Stack() awscdk.Stack Type() NamespaceType ApplyRemovalPolicy(policy awscdk.RemovalPolicy) CreateService(id *string, props *DnsServiceProps) Service GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *string }
Define a Service Discovery HTTP Namespace.
TODO: EXAMPLE
func NewPrivateDnsNamespace ¶
func NewPrivateDnsNamespace(scope constructs.Construct, id *string, props *PrivateDnsNamespaceProps) PrivateDnsNamespace
type PrivateDnsNamespaceAttributes ¶
type PrivateDnsNamespaceAttributes struct { // Namespace ARN for the Namespace. NamespaceArn *string `json:"namespaceArn"` // Namespace Id for the Namespace. NamespaceId *string `json:"namespaceId"` // A name for the Namespace. NamespaceName *string `json:"namespaceName"` }
TODO: EXAMPLE
type PrivateDnsNamespaceProps ¶
type PrivateDnsNamespaceProps struct { // A description of the Namespace. Description *string `json:"description"` // A name for the Namespace. Name *string `json:"name"` // The Amazon VPC that you want to associate the namespace with. Vpc awsec2.IVpc `json:"vpc"` }
TODO: EXAMPLE
type PublicDnsNamespace ¶
type PublicDnsNamespace interface { awscdk.Resource IPublicDnsNamespace Env() *awscdk.ResourceEnvironment NamespaceArn() *string NamespaceId() *string NamespaceName() *string Node() constructs.Node PhysicalName() *string PublicDnsNamespaceArn() *string PublicDnsNamespaceId() *string PublicDnsNamespaceName() *string Stack() awscdk.Stack Type() NamespaceType ApplyRemovalPolicy(policy awscdk.RemovalPolicy) CreateService(id *string, props *DnsServiceProps) Service GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string ToString() *string }
Define a Public DNS Namespace.
TODO: EXAMPLE
func NewPublicDnsNamespace ¶
func NewPublicDnsNamespace(scope constructs.Construct, id *string, props *PublicDnsNamespaceProps) PublicDnsNamespace
type PublicDnsNamespaceAttributes ¶
type PublicDnsNamespaceAttributes struct { // Namespace ARN for the Namespace. NamespaceArn *string `json:"namespaceArn"` // Namespace Id for the Namespace. NamespaceId *string `json:"namespaceId"` // A name for the Namespace. NamespaceName *string `json:"namespaceName"` }
TODO: EXAMPLE
type PublicDnsNamespaceProps ¶
type PublicDnsNamespaceProps struct { // A description of the Namespace. Description *string `json:"description"` // A name for the Namespace. Name *string `json:"name"` }
TODO: EXAMPLE
type RoutingPolicy ¶
type RoutingPolicy string
const ( RoutingPolicy_MULTIVALUE RoutingPolicy = "MULTIVALUE" RoutingPolicy_WEIGHTED RoutingPolicy = "WEIGHTED" )
type Service ¶
type Service interface { awscdk.Resource IService DnsRecordType() DnsRecordType Env() *awscdk.ResourceEnvironment Namespace() INamespace Node() constructs.Node PhysicalName() *string RoutingPolicy() RoutingPolicy ServiceArn() *string ServiceId() *string ServiceName() *string Stack() awscdk.Stack ApplyRemovalPolicy(policy awscdk.RemovalPolicy) GeneratePhysicalName() *string GetResourceArnAttribute(arnAttr *string, arnComponents *awscdk.ArnComponents) *string GetResourceNameAttribute(nameAttr *string) *string RegisterCnameInstance(id *string, props *CnameInstanceBaseProps) IInstance RegisterIpInstance(id *string, props *IpInstanceBaseProps) IInstance RegisterLoadBalancer(id *string, loadBalancer awselasticloadbalancingv2.ILoadBalancerV2, customAttributes *map[string]*string) IInstance RegisterNonIpInstance(id *string, props *NonIpInstanceBaseProps) IInstance ToString() *string }
Define a CloudMap Service.
TODO: EXAMPLE
func NewService ¶
func NewService(scope constructs.Construct, id *string, props *ServiceProps) Service
type ServiceAttributes ¶
type ServiceAttributes struct { DnsRecordType DnsRecordType `json:"dnsRecordType"` Namespace INamespace `json:"namespace"` RoutingPolicy RoutingPolicy `json:"routingPolicy"` ServiceArn *string `json:"serviceArn"` ServiceId *string `json:"serviceId"` ServiceName *string `json:"serviceName"` }
TODO: EXAMPLE
type ServiceProps ¶
type ServiceProps struct { // Structure containing failure threshold for a custom health checker. // // Only one of healthCheckConfig or healthCheckCustomConfig can be specified. // See: https://docs.aws.amazon.com/cloud-map/latest/api/API_HealthCheckCustomConfig.html CustomHealthCheck *HealthCheckCustomConfig `json:"customHealthCheck"` // A description of the service. Description *string `json:"description"` // Settings for an optional health check. // // If you specify health check settings, AWS Cloud Map associates the health // check with the records that you specify in DnsConfig. Only one of healthCheckConfig or healthCheckCustomConfig can // be specified. Not valid for PrivateDnsNamespaces. If you use healthCheck, you can only register IP instances to // this service. HealthCheck *HealthCheckConfig `json:"healthCheck"` // A name for the Service. Name *string `json:"name"` // The DNS type of the record that you want AWS Cloud Map to create. // // Supported record types // include A, AAAA, A and AAAA (A_AAAA), CNAME, and SRV. DnsRecordType DnsRecordType `json:"dnsRecordType"` // The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record. DnsTtl awscdk.Duration `json:"dnsTtl"` // Whether or not this service will have an Elastic LoadBalancer registered to it as an AliasTargetInstance. // // Setting this to `true` correctly configures the `routingPolicy` // and performs some additional validation. LoadBalancer *bool `json:"loadBalancer"` // The routing policy that you want to apply to all DNS records that AWS Cloud Map creates when you register an instance and specify this service. RoutingPolicy RoutingPolicy `json:"routingPolicy"` // The namespace that you want to use for DNS configuration. Namespace INamespace `json:"namespace"` }
TODO: EXAMPLE