Group
Extension

Matches 26

App-FargateStack ( B/BI/BIGFOOT/App-FargateStack-1.0.50.tar.gz, BIGFOOT, 2025; MetaCPAN )
App-FargateStack/lib/App/FargateStack/Builder/EFS.pm ( view source; MetaCPAN )
:EFS;

use strict;
use warnings;

use Carp;
use Data::Dumper;
use English qw(-no_match_vars);
use JSON;

use App::FargateStack::Constants;

use Role::Tiny;

###########################################
Path => $mount_point // '/mnt',
        readOnly      => defined $readonly && $readonly ? $JSON::true : $JSON::false,
      }
    ]
  );
}

############################################################
App-FargateStack ( B/BI/BIGFOOT/App-FargateStack-1.0.50.tar.gz, BIGFOOT, 2025; MetaCPAN )
App-FargateStack/lib/App/FargateStack/Constants.pm ( view source; MetaCPAN )
p::FargateStack::Builder::Utils qw(choose);

use Data::Dumper;
use English qw(no_match_vars);
use JSON;
use parent qw(Exporter);

use Readonly;

#######################################################
App-FargateStack ( B/BI/BIGFOOT/App-FargateStack-1.0.50.tar.gz, BIGFOOT, 2025; MetaCPAN )
App-FargateStack/lib/App/FargateStack/Pod.pm ( view source; MetaCPAN )
on (depends on context)
 --history, --no-history    save cli parameters to .fargatestack/defaults.json
 --log-level                'trace', 'debug', 'info', 'warn', 'error', default: info (See Note 6)
ommand (default: 5)
 --output                   output type for some commands, valid values: text|json
 -p, --profile              AWS profile (see Note 1)
 --purge-config             remove deleted t
e53-profile>

=item * C<--max-events>

=back

These values are stored in F<.fargatestack/defaults.json> within your current
project directory. If you omit any of these options on subsequent runs, the
App-FargateStack ( B/BI/BIGFOOT/App-FargateStack-1.0.50.tar.gz, BIGFOOT, 2025; MetaCPAN )
App-FargateStack/lib/App/FargateStack/CloudTrail.pm ( view source; MetaCPAN )
build_event_data( \%status );

  my $output = choose {
    return JSON->new->pretty->encode($data)
      if $self->get_output eq 'json';

    return easy_table(
      columns       => [qw(EventTime Er
App-FargateStack ( B/BI/BIGFOOT/App-FargateStack-1.0.50.tar.gz, BIGFOOT, 2025; MetaCPAN )
App-FargateStack/lib/App/FargateStack/Checker.pm ( view source; MetaCPAN )
$policy_source_arn, $resource_arns, $passed_to_service ) = @_;

  # Build CLI JSON for --context-entries
  my $context_json = sprintf
    q|[{"ContextKeyName":"iam:PassedToService","ContextKeyValues":
rns},
      '--context-entries'   => $context_json,
      '--query'             => 'EvaluationResults[].EvalDecision',
      '--output'            => 'json',
    ]
  );
}

############################
App-FargateStack ( B/BI/BIGFOOT/App-FargateStack-1.0.50.tar.gz, BIGFOOT, 2025; MetaCPAN )
App-FargateStack/lib/App/ECS.pm ( view source; MetaCPAN )
teStack::Builder::Utils qw(choose);

use Carp;
use Data::Dumper;
use File::Temp qw(tempfile);
use JSON;
use Scalar::Util qw(reftype);
use List::Util qw(pairs);

use parent qw(App::Command);

use Role:
  my $result
    = $self->command( 'register-task-definition' => [ '--no-cli-pager', '--cli-input-json' => "file://$task_definition", ] );

  return $result;
}

#######################################
work_configuration subnets security_groups)) {
    next if !ref $args{$_};
    $args{$_} = encode_json( $args{$_} );
  }

  return $self->command(
    'run-task' => [
      '--cluster'               =

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.