Class SdkvoiceSipMediaApplicationState


  • public final class SdkvoiceSipMediaApplicationState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        ARN (Amazon Resource Name) of the AWS Chime SDK Voice Sip Media Application
      • awsRegion

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> awsRegion()
        Returns:
        The AWS Region in which the AWS Chime SDK Voice Sip Media Application is created.
      • endpoints

        public java.util.Optional<com.pulumi.core.Output<SdkvoiceSipMediaApplicationEndpointsArgs>> endpoints()
        Returns:
        List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application. Currently, only one endpoint is supported. See `endpoints`.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the AWS Chime SDK Voice Sip Media Application. The following arguments are optional:
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.