1. Packages
  2. AWS Native
  3. API Docs
  4. ec2
  5. NetworkInsightsAccessScope

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.ec2.NetworkInsightsAccessScope

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource schema for AWS::EC2::NetworkInsightsAccessScope

    Create NetworkInsightsAccessScope Resource

    new NetworkInsightsAccessScope(name: string, args?: NetworkInsightsAccessScopeArgs, opts?: CustomResourceOptions);
    @overload
    def NetworkInsightsAccessScope(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   exclude_paths: Optional[Sequence[NetworkInsightsAccessScopeAccessScopePathRequestArgs]] = None,
                                   match_paths: Optional[Sequence[NetworkInsightsAccessScopeAccessScopePathRequestArgs]] = None,
                                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    @overload
    def NetworkInsightsAccessScope(resource_name: str,
                                   args: Optional[NetworkInsightsAccessScopeArgs] = None,
                                   opts: Optional[ResourceOptions] = None)
    func NewNetworkInsightsAccessScope(ctx *Context, name string, args *NetworkInsightsAccessScopeArgs, opts ...ResourceOption) (*NetworkInsightsAccessScope, error)
    public NetworkInsightsAccessScope(string name, NetworkInsightsAccessScopeArgs? args = null, CustomResourceOptions? opts = null)
    public NetworkInsightsAccessScope(String name, NetworkInsightsAccessScopeArgs args)
    public NetworkInsightsAccessScope(String name, NetworkInsightsAccessScopeArgs args, CustomResourceOptions options)
    
    type: aws-native:ec2:NetworkInsightsAccessScope
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args NetworkInsightsAccessScopeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args NetworkInsightsAccessScopeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args NetworkInsightsAccessScopeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NetworkInsightsAccessScopeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NetworkInsightsAccessScopeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    NetworkInsightsAccessScope Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The NetworkInsightsAccessScope resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the NetworkInsightsAccessScope resource produces the following output properties:

    CreatedDate string
    Id string
    The provider-assigned unique ID for this managed resource.
    NetworkInsightsAccessScopeArn string
    NetworkInsightsAccessScopeId string
    UpdatedDate string
    CreatedDate string
    Id string
    The provider-assigned unique ID for this managed resource.
    NetworkInsightsAccessScopeArn string
    NetworkInsightsAccessScopeId string
    UpdatedDate string
    createdDate String
    id String
    The provider-assigned unique ID for this managed resource.
    networkInsightsAccessScopeArn String
    networkInsightsAccessScopeId String
    updatedDate String
    createdDate string
    id string
    The provider-assigned unique ID for this managed resource.
    networkInsightsAccessScopeArn string
    networkInsightsAccessScopeId string
    updatedDate string
    created_date str
    id str
    The provider-assigned unique ID for this managed resource.
    network_insights_access_scope_arn str
    network_insights_access_scope_id str
    updated_date str
    createdDate String
    id String
    The provider-assigned unique ID for this managed resource.
    networkInsightsAccessScopeArn String
    networkInsightsAccessScopeId String
    updatedDate String

    Supporting Types

    NetworkInsightsAccessScopeAccessScopePathRequest, NetworkInsightsAccessScopeAccessScopePathRequestArgs

    NetworkInsightsAccessScopePacketHeaderStatementRequest, NetworkInsightsAccessScopePacketHeaderStatementRequestArgs

    NetworkInsightsAccessScopePathStatementRequest, NetworkInsightsAccessScopePathStatementRequestArgs

    NetworkInsightsAccessScopeProtocol, NetworkInsightsAccessScopeProtocolArgs

    Tcp
    tcp
    Udp
    udp
    NetworkInsightsAccessScopeProtocolTcp
    tcp
    NetworkInsightsAccessScopeProtocolUdp
    udp
    Tcp
    tcp
    Udp
    udp
    Tcp
    tcp
    Udp
    udp
    TCP
    tcp
    UDP
    udp
    "tcp"
    tcp
    "udp"
    udp

    NetworkInsightsAccessScopeResourceStatementRequest, NetworkInsightsAccessScopeResourceStatementRequestArgs

    ResourceTypes List<string>
    Resources List<string>
    ResourceTypes []string
    Resources []string
    resourceTypes List<String>
    resources List<String>
    resourceTypes string[]
    resources string[]
    resource_types Sequence[str]
    resources Sequence[str]
    resourceTypes List<String>
    resources List<String>

    NetworkInsightsAccessScopeThroughResourcesStatementRequest, NetworkInsightsAccessScopeThroughResourcesStatementRequestArgs

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi