Class ServiceNetworkVpcAssociationArgs


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

      • securityGroupIds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> securityGroupIds()
        Returns:
        The IDs of the security groups.
      • serviceNetworkIdentifier

        public com.pulumi.core.Output<java.lang.String> serviceNetworkIdentifier()
        Returns:
        The ID or Amazon Resource Identifier (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts. 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.
      • vpcIdentifier

        public com.pulumi.core.Output<java.lang.String> vpcIdentifier()
        Returns:
        The ID of the VPC.