aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.resourceexplorer2.getDefaultViewAssociation

Definition of AWS::ResourceExplorer2::DefaultViewAssociation Resource Type

Using getDefaultViewAssociation

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getDefaultViewAssociation(args: GetDefaultViewAssociationArgs, opts?: InvokeOptions): Promise<GetDefaultViewAssociationResult>
function getDefaultViewAssociationOutput(args: GetDefaultViewAssociationOutputArgs, opts?: InvokeOptions): Output<GetDefaultViewAssociationResult>
def get_default_view_association(associated_aws_principal: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetDefaultViewAssociationResult
def get_default_view_association_output(associated_aws_principal: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetDefaultViewAssociationResult]
func LookupDefaultViewAssociation(ctx *Context, args *LookupDefaultViewAssociationArgs, opts ...InvokeOption) (*LookupDefaultViewAssociationResult, error)
func LookupDefaultViewAssociationOutput(ctx *Context, args *LookupDefaultViewAssociationOutputArgs, opts ...InvokeOption) LookupDefaultViewAssociationResultOutput

> Note: This function is named LookupDefaultViewAssociation in the Go SDK.

public static class GetDefaultViewAssociation 
{
    public static Task<GetDefaultViewAssociationResult> InvokeAsync(GetDefaultViewAssociationArgs args, InvokeOptions? opts = null)
    public static Output<GetDefaultViewAssociationResult> Invoke(GetDefaultViewAssociationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDefaultViewAssociationResult> getDefaultViewAssociation(GetDefaultViewAssociationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:resourceexplorer2:getDefaultViewAssociation
  arguments:
    # arguments dictionary

The following arguments are supported:

AssociatedAwsPrincipal string

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

AssociatedAwsPrincipal string

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

associatedAwsPrincipal String

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

associatedAwsPrincipal string

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

associated_aws_principal str

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

associatedAwsPrincipal String

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

getDefaultViewAssociation Result

The following output properties are available:

AssociatedAwsPrincipal string

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

ViewArn string
AssociatedAwsPrincipal string

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

ViewArn string
associatedAwsPrincipal String

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

viewArn String
associatedAwsPrincipal string

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

viewArn string
associated_aws_principal str

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

view_arn str
associatedAwsPrincipal String

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

viewArn String

Package Details

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