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:
- Associated
Aws stringPrincipal The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- Associated
Aws stringPrincipal The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- associated
Aws StringPrincipal The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- associated
Aws stringPrincipal The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- associated_
aws_ strprincipal The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- associated
Aws StringPrincipal 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:
- Associated
Aws stringPrincipal The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- View
Arn string
- Associated
Aws stringPrincipal The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- View
Arn string
- associated
Aws StringPrincipal The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- view
Arn String
- associated
Aws stringPrincipal The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- view
Arn string
- associated_
aws_ strprincipal The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- view_
arn str
- associated
Aws StringPrincipal The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- view
Arn String
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0