AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.resourceexplorer2.getDefaultViewAssociation
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
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 - The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation. The specified view must already exist in the specified Region.
- Associated
Aws stringPrincipal - The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- View
Arn string - The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation. The specified view must already exist in the specified Region.
- associated
Aws StringPrincipal - The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- view
Arn String - The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation. The specified view must already exist in the specified Region.
- associated
Aws stringPrincipal - The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- view
Arn string - The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation. The specified view must already exist in the specified Region.
- associated_
aws_ strprincipal - The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- view_
arn str - The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation. The specified view must already exist in the specified Region.
- associated
Aws StringPrincipal - The AWS principal that the default view is associated with, used as the unique identifier for this resource.
- view
Arn String - The ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation. The specified view must already exist in the specified Region.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi